public class BufferManager extends java.lang.Object implements ApplicationListener, ServletInvocationListener
Constructor and Description |
---|
BufferManager(javax.servlet.ServletContext sc,
Logger l,
int maxEntries)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
flush()
Deprecated.
|
Logger |
getLogger()
Deprecated.
|
int |
getSize()
Deprecated.
|
void |
log(LogRecord rec)
Deprecated.
|
void |
onApplicationAvailableForService(ApplicationEvent evt)
Deprecated.
Triggered when the application is activated to receive external requests.
|
void |
onApplicationEnd(ApplicationEvent evt)
Deprecated.
Final application event that occurs before the application is terminated by the server process.
|
void |
onApplicationStart(ApplicationEvent evt)
Deprecated.
Triggered when the application is started.
|
void |
onApplicationUnavailableForService(ApplicationEvent evt)
Deprecated.
Triggered when the application is taken offline.
|
void |
onServletFinishService(ServletInvocationEvent evt)
Deprecated.
Triggered just after the execution of Servlet.service().
|
void |
onServletStartService(ServletInvocationEvent evt)
Deprecated.
Triggered just prior to the execution of Servlet.service().
|
void |
terminate()
Deprecated.
|
public BufferManager(javax.servlet.ServletContext sc, Logger l, int maxEntries)
public void log(LogRecord rec) throws java.lang.Exception
java.lang.Exception
public void flush() throws java.lang.Exception
java.lang.Exception
public Logger getLogger()
public void onApplicationAvailableForService(ApplicationEvent evt)
ApplicationListener
onApplicationAvailableForService
in interface ApplicationListener
public void onApplicationStart(ApplicationEvent evt)
ApplicationListener
onApplicationStart
in interface ApplicationListener
public void onApplicationUnavailableForService(ApplicationEvent evt)
ApplicationListener
onApplicationUnavailableForService
in interface ApplicationListener
public void onApplicationEnd(ApplicationEvent evt)
ApplicationListener
onApplicationEnd
in interface ApplicationListener
public void onServletStartService(ServletInvocationEvent evt)
ServletInvocationListener
onServletStartService
in interface ServletInvocationListener
javax.servlet.service
public void onServletFinishService(ServletInvocationEvent evt)
ServletInvocationListener
onServletFinishService
in interface ServletInvocationListener
javax.servlet.service
public void terminate()
public int getSize()