|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
public class GlobalResourcesLifecycleListener
Implementation of LifecycleListener
that instantiates the
set of MBeans associated with global JNDI resources that are subject to
management.
Field Summary | |
---|---|
protected Lifecycle |
component
The owning Catalina component that we are attached to. |
protected static Registry |
registry
The configuration information registry for our managed beans. |
Constructor Summary | |
---|---|
GlobalResourcesLifecycleListener()
|
Method Summary | |
---|---|
protected void |
createMBeans()
Create the MBeans for the interesting global JNDI resources. |
protected void |
createMBeans(java.lang.String prefix,
javax.naming.Context context)
Create the MBeans for the interesting global JNDI resources in the specified naming context. |
protected void |
createMBeans(java.lang.String name,
UserDatabase database)
Create the MBeans for the specified UserDatabase and its contents. |
protected void |
destroyMBeans()
Destroy the MBeans for the interesting global JNDI resources. |
void |
lifecycleEvent(LifecycleEvent event)
Primary entry point for startup and shutdown events. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Lifecycle component
protected static Registry registry
Constructor Detail |
---|
public GlobalResourcesLifecycleListener()
Method Detail |
---|
public void lifecycleEvent(LifecycleEvent event)
lifecycleEvent
in interface LifecycleListener
event
- The event that has occurredprotected void createMBeans()
protected void createMBeans(java.lang.String prefix, javax.naming.Context context) throws javax.naming.NamingException
prefix
- Prefix for complete object name pathscontext
- Context to be scanned
javax.naming.NamingException
- if a JNDI exception occursprotected void createMBeans(java.lang.String name, UserDatabase database) throws java.lang.Exception
name
- Complete resource name of this UserDatabasedatabase
- The UserDatabase to be processed
java.lang.Exception
- if an exception occurs while creating MBeansprotected void destroyMBeans()
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |