Save This Page
Home » apache-tomcat-6.0.16-src » org.apache » catalina » storeconfig » [javadoc | source]
org.apache.catalina.storeconfig
public class: StoreConfigLifecycleListener [javadoc | source]
java.lang.Object
   org.apache.catalina.storeconfig.StoreConfigLifecycleListener

All Implemented Interfaces:
    LifecycleListener

Load and Register StoreConfig MBean Catalina:type=StoreConfig,resource="url"
Field Summary
 IStoreConfig storeConfig     
Method from org.apache.catalina.storeconfig.StoreConfigLifecycleListener Summary:
createMBean,   getManagedBean,   getStoreConfig,   getStoreConfigClass,   getStoreRegistry,   lifecycleEvent,   setStoreConfig,   setStoreConfigClass,   setStoreRegistry
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.catalina.storeconfig.StoreConfigLifecycleListener Detail:
 protected  void createMBean() 
    create StoreConfig MBean and load StoreRgistry MBeans name is Catalina:type=StoreConfig
 protected ModelMBean getManagedBean(Object object) throws Exception 
    Create a ManagedBean (StoreConfig)
 public IStoreConfig getStoreConfig() 
 public String getStoreConfigClass() 
 public String getStoreRegistry() 
 public  void lifecycleEvent(LifecycleEvent event) 
 public  void setStoreConfig(IStoreConfig storeConfig) 
 public  void setStoreConfigClass(String storeConfigClass) 
 public  void setStoreRegistry(String storeRegistry)