|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.websphere.als.BufferManager
public class BufferManager
Constructor Summary | |
---|---|
BufferManager(javax.servlet.ServletContext sc,
Logger l,
int maxEntries)
|
Method Summary | |
---|---|
void |
flush()
|
Logger |
getLogger()
|
int |
getSize()
|
void |
log(LogRecord rec)
|
void |
onApplicationAvailableForService(ApplicationEvent evt)
Triggered when the application is activated to receive external requests. |
void |
onApplicationEnd(ApplicationEvent evt)
Final application event that occurs before the application is terminated by the server process. |
void |
onApplicationStart(ApplicationEvent evt)
Triggered when the application is started. |
void |
onApplicationUnavailableForService(ApplicationEvent evt)
Triggered when the application is taken offline. |
void |
onServletFinishService(ServletInvocationEvent evt)
Triggered just after the execution of Servlet.service(). |
void |
onServletStartService(ServletInvocationEvent evt)
Triggered just prior to the execution of Servlet.service(). |
void |
terminate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BufferManager(javax.servlet.ServletContext sc, Logger l, int maxEntries)
Method Detail |
---|
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()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |