| java.lang.Object com.caucho.log.AbstractRolloverLog com.caucho.server.log.AccessLogWriter
Field Summary | |
final protected static L10N | L | final protected static Logger | log |
Method Summary | |
public void | destroy() Closes the log, flushing the results. | protected void | flush() | byte[] | getBuffer(int requiredLength) Returns the current buffer for shared-buffer. | Object | getBufferLock() | int | getLength() Returns the current buffer length for shared-buffer. | public void | run() | void | setLength(int length) Returns the current buffer length for shared-buffer. | protected void | waitForFlush(long timeout) | void | writeBuffer(byte[] buffer, int offset, int length) | void | writeThrough(byte[] buffer, int offset, int length) |
L | final protected static L10N L(Code) | | |
destroy | public void destroy() throws IOException(Code) | | Closes the log, flushing the results.
|
flush | protected void flush()(Code) | | |
getBuffer | byte[] getBuffer(int requiredLength)(Code) | | Returns the current buffer for shared-buffer. _bufferLock
must be synchronized.
|
getLength | int getLength()(Code) | | Returns the current buffer length for shared-buffer. _bufferLock
must be synchronized.
|
setLength | void setLength(int length)(Code) | | Returns the current buffer length for shared-buffer. _bufferLock
must be synchronized.
|
waitForFlush | protected void waitForFlush(long timeout)(Code) | | |
writeBuffer | void writeBuffer(byte[] buffer, int offset, int length)(Code) | | |
writeThrough | void writeThrough(byte[] buffer, int offset, int length)(Code) | | |
|
|