com.ibm.websphere.als
Class BufferManager
- java.lang.Object
-
- com.ibm.websphere.als.BufferManager
-
- All Implemented Interfaces:
- ApplicationListener, ServletInvocationListener, java.util.EventListener
Deprecated.
public class BufferManager extends java.lang.Object implements ApplicationListener, ServletInvocationListener
-
-
Constructor Summary
Constructors Constructor and Description BufferManager(javax.servlet.ServletContext sc, Logger l, int maxEntries)Deprecated.
-
Method Summary
Methods Modifier and Type Method and Description voidflush()Deprecated.LoggergetLogger()Deprecated.intgetSize()Deprecated.voidlog(LogRecord rec)Deprecated.voidonApplicationAvailableForService(ApplicationEvent evt)Deprecated.Triggered when the application is activated to receive external requests.voidonApplicationEnd(ApplicationEvent evt)Deprecated.Final application event that occurs before the application is terminated by the server process.voidonApplicationStart(ApplicationEvent evt)Deprecated.Triggered when the application is started.voidonApplicationUnavailableForService(ApplicationEvent evt)Deprecated.Triggered when the application is taken offline.voidonServletFinishService(ServletInvocationEvent evt)Deprecated.Triggered just after the execution of Servlet.service().voidonServletStartService(ServletInvocationEvent evt)Deprecated.Triggered just prior to the execution of Servlet.service().voidterminate()Deprecated.
-
-
-
Constructor Detail
-
BufferManager
public BufferManager(javax.servlet.ServletContext sc, Logger l, int maxEntries)Deprecated.
-
-
Method Detail
-
log
public void log(LogRecord rec) throws java.lang.Exception
Deprecated.- Throws:
java.lang.Exception
-
flush
public void flush() throws java.lang.ExceptionDeprecated.- Throws:
java.lang.Exception
-
getLogger
public Logger getLogger()
Deprecated.
-
onApplicationAvailableForService
public void onApplicationAvailableForService(ApplicationEvent evt)
Deprecated.Description copied from interface:ApplicationListenerTriggered when the application is activated to receive external requests.- Specified by:
onApplicationAvailableForServicein interfaceApplicationListener
-
onApplicationStart
public void onApplicationStart(ApplicationEvent evt)
Deprecated.Description copied from interface:ApplicationListenerTriggered when the application is started. This event is triggered before any object initializations occur within the application (including auto-start servlet initialization). This method is the perfect place for applications to register for other events and to setup the application before any other objects are created by the application.- Specified by:
onApplicationStartin interfaceApplicationListener
-
onApplicationUnavailableForService
public void onApplicationUnavailableForService(ApplicationEvent evt)
Deprecated.Description copied from interface:ApplicationListenerTriggered when the application is taken offline. When an application is taken offline, all requests to the application will be denied.- Specified by:
onApplicationUnavailableForServicein interfaceApplicationListener
-
onApplicationEnd
public void onApplicationEnd(ApplicationEvent evt)
Deprecated.Description copied from interface:ApplicationListenerFinal application event that occurs before the application is terminated by the server process.- Specified by:
onApplicationEndin interfaceApplicationListener
-
onServletStartService
public void onServletStartService(ServletInvocationEvent evt)
Deprecated.Description copied from interface:ServletInvocationListenerTriggered just prior to the execution of Servlet.service().- Specified by:
onServletStartServicein interfaceServletInvocationListener- See Also:
javax.servlet.service
-
onServletFinishService
public void onServletFinishService(ServletInvocationEvent evt)
Deprecated.Description copied from interface:ServletInvocationListenerTriggered just after the execution of Servlet.service().- Specified by:
onServletFinishServicein interfaceServletInvocationListener- See Also:
javax.servlet.service
-
terminate
public void terminate()
Deprecated.
-
getSize
public int getSize()
Deprecated.
-
-