Class ApplicationEvent

java.lang.Object
java.util.EventObject
com.ibm.websphere.servlet.event.ApplicationEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ServletEvent

public class ApplicationEvent extends EventObject
See Also:
  • Constructor Details

    • ApplicationEvent

      public ApplicationEvent(Object source, javax.servlet.ServletContext context, Enumeration servletNames)
      ApplicationEvent contructor.
      Parameters:
      source - the object that triggered this event.
      context - the application's ServletContext
      servletNames - an enumeration of the names of all of the servlets in the application
  • Method Details

    • getServletContext

      public javax.servlet.ServletContext getServletContext()
      Return the ServletContext that this event is associated with.
    • getServletNames

      public Enumeration getServletNames()
      Return the list of servlet names associated with this application