com.ibm.websphere.als

Class BufferManager

  1. java.lang.Object
  2. extended bycom.ibm.websphere.als.BufferManager
All implemented interfaces:
ApplicationListener, ServletInvocationListener, java.util.EventListener

Deprecated.
  1. public class BufferManager
  2. extends java.lang.Object
  3. implements ApplicationListener, ServletInvocationListener

Constructor Summary

Constructor and Description
BufferManager(javax.servlet.ServletContext sc,Logger l,int maxEntries)
Deprecated.

Method Summary

Modifier and Type Method and Description
  1. void
flush()
Deprecated.
  1. Logger
getLogger()
Deprecated.
  1. int
getSize()
Deprecated.
  1. void
log(LogRecord rec)
Deprecated.
  1. void
onApplicationAvailableForService(ApplicationEvent evt)
Deprecated. Triggered when the application is activated to receive external requests.
  1. void
onApplicationEnd(ApplicationEvent evt)
Deprecated. Final application event that occurs before the application is terminated by the server process.
  1. void
onApplicationStart(ApplicationEvent evt)
Deprecated. Triggered when the application is started.
  1. void
onApplicationUnavailableForService(ApplicationEvent evt)
Deprecated. Triggered when the application is taken offline.
  1. void
onServletFinishService(ServletInvocationEvent evt)
Deprecated. Triggered just after the execution of Servlet.service().
  1. void
onServletStartService(ServletInvocationEvent evt)
Deprecated. Triggered just prior to the execution of Servlet.service().
  1. void
terminate()
Deprecated.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

BufferManager

  1. public BufferManager(javax.servlet.ServletContext sc,
  2. Logger l,
  3. int maxEntries)
Deprecated.

Method Detail

log

  1. public void log(LogRecord rec)
  2. throws java.lang.Exception
Deprecated.
Throws:
java.lang.Exception

flush

  1. public void flush()
  2. throws java.lang.Exception
Deprecated.
Throws:
java.lang.Exception

getLogger

  1. public Logger getLogger()
Deprecated.

onApplicationAvailableForService

  1. public void onApplicationAvailableForService( ApplicationEvent evt)
Deprecated.
Description copied from interface: ApplicationListener
Triggered when the application is activated to receive external requests.
Specified by:

onApplicationStart

  1. public void onApplicationStart( ApplicationEvent evt)
Deprecated.
Description copied from interface: ApplicationListener
Triggered 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:

onApplicationUnavailableForService

  1. public void onApplicationUnavailableForService( ApplicationEvent evt)
Deprecated.
Description copied from interface: ApplicationListener
Triggered when the application is taken offline. When an application is taken offline, all requests to the application will be denied.
Specified by:

onApplicationEnd

  1. public void onApplicationEnd(ApplicationEvent evt)
Deprecated.
Description copied from interface: ApplicationListener
Final application event that occurs before the application is terminated by the server process.
Specified by:

onServletStartService

  1. public void onServletStartService( ServletInvocationEvent evt)
Deprecated.
Description copied from interface: ServletInvocationListener
Triggered just prior to the execution of Servlet.service().
Specified by:
See Also:
javax.servlet.service

onServletFinishService

  1. public void onServletFinishService( ServletInvocationEvent evt)
Deprecated.
Description copied from interface: ServletInvocationListener
Triggered just after the execution of Servlet.service().
Specified by:
See Also:
javax.servlet.service

terminate

  1. public void terminate()
Deprecated.

getSize

  1. public int getSize()
Deprecated.