|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.catalina.storeconfig.StoreConfigLifecycleListener
Load and Register StoreConfig MBean Catalina:type=StoreConfig,resource="url"
Constructor Summary | |
StoreConfigLifecycleListener()
|
Method Summary | |
protected void |
createMBean()
create StoreConfig MBean and load StoreRgistry MBeans name is Catalina:type=StoreConfig |
protected javax.management.modelmbean.ModelMBean |
getManagedBean(java.lang.Object object)
Create a ManagedBean (StoreConfig) |
IStoreConfig |
getStoreConfig()
|
java.lang.String |
getStoreConfigClass()
|
java.lang.String |
getStoreRegistry()
|
void |
lifecycleEvent(LifecycleEvent event)
Acknowledge the occurrence of the specified event. |
void |
setStoreConfig(IStoreConfig storeConfig)
|
void |
setStoreConfigClass(java.lang.String storeConfigClass)
|
void |
setStoreRegistry(java.lang.String storeRegistry)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StoreConfigLifecycleListener()
Method Detail |
public void lifecycleEvent(LifecycleEvent event)
LifecycleListener
lifecycleEvent
in interface LifecycleListener
event
- LifecycleEvent that has occurredprotected void createMBean()
protected javax.management.modelmbean.ModelMBean getManagedBean(java.lang.Object object) throws java.lang.Exception
object
-
java.lang.Exception
public IStoreConfig getStoreConfig()
public void setStoreConfig(IStoreConfig storeConfig)
storeConfig
- The storeConfig to set.public java.lang.String getStoreConfigClass()
public void setStoreConfigClass(java.lang.String storeConfigClass)
storeConfigClass
- The storeConfigClass to set.public java.lang.String getStoreRegistry()
public void setStoreRegistry(java.lang.String storeRegistry)
storeRegistry
- The storeRegistry to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |