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.Exceptionpublic void flush()
throws java.lang.Exception
java.lang.Exceptionpublic Logger getLogger()
public void onApplicationAvailableForService(ApplicationEvent evt)
ApplicationListeneronApplicationAvailableForService in interface ApplicationListenerpublic void onApplicationStart(ApplicationEvent evt)
ApplicationListeneronApplicationStart in interface ApplicationListenerpublic void onApplicationUnavailableForService(ApplicationEvent evt)
ApplicationListeneronApplicationUnavailableForService in interface ApplicationListenerpublic void onApplicationEnd(ApplicationEvent evt)
ApplicationListeneronApplicationEnd in interface ApplicationListenerpublic void onServletStartService(ServletInvocationEvent evt)
ServletInvocationListeneronServletStartService in interface ServletInvocationListenerjavax.servlet.servicepublic void onServletFinishService(ServletInvocationEvent evt)
ServletInvocationListeneronServletFinishService in interface ServletInvocationListenerjavax.servlet.servicepublic void terminate()
public int getSize()