|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.ibm.websphere.servlet.event.ApplicationEvent
public class ApplicationEvent
ApplicationListener
,
Serialized FormField Summary |
---|
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ApplicationEvent(java.lang.Object source,
javax.servlet.ServletContext context,
java.util.Enumeration servletNames)
ApplicationEvent contructor. |
Method Summary | |
---|---|
javax.servlet.ServletContext |
getServletContext()
Return the ServletContext that this event is associated with. |
java.util.Enumeration |
getServletNames()
Return the list of servlet names associated with this application |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ApplicationEvent(java.lang.Object source, javax.servlet.ServletContext context, java.util.Enumeration servletNames)
source
- the object that triggered this event.context
- the application's ServletContextservletNames
- an enumeration of the names of all of the servlets in the applicationMethod Detail |
---|
public javax.servlet.ServletContext getServletContext()
public java.util.Enumeration getServletNames()
|
IBM WebSphere Application ServerTM Release 7 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |