|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tomee.catalina.GlobalListenerSupport
public class GlobalListenerSupport
Observers events from Tomcat to configure web applications etc.
| Nested Class Summary | |
|---|---|
static class |
GlobalListenerSupport.MoniterableHashMap
|
| Field Summary | |
|---|---|
static String |
DESTROY_EVENT
The LifecycleEvent type for the "component destroy" event. |
static String |
INIT_EVENT
The LifecycleEvent type for the "component init" event. |
| Constructor Summary | |
|---|---|
GlobalListenerSupport(org.apache.catalina.core.StandardServer standardServer,
ContextListener contextListener)
Creates a new instance. |
|
| Method Summary | |
|---|---|
void |
lifecycleEvent(org.apache.catalina.LifecycleEvent event)
|
void |
propertyChange(PropertyChangeEvent event)
|
void |
start()
Starts operation. |
void |
stop()
Stops operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String INIT_EVENT
public static final String DESTROY_EVENT
| Constructor Detail |
|---|
public GlobalListenerSupport(org.apache.catalina.core.StandardServer standardServer,
ContextListener contextListener)
standardServer - tomcat server instancecontextListener - context listener instance| Method Detail |
|---|
public void lifecycleEvent(org.apache.catalina.LifecycleEvent event)
lifecycleEvent in interface org.apache.catalina.LifecycleListenerpublic void start()
public void stop()
public void propertyChange(PropertyChangeEvent event)
propertyChange in interface PropertyChangeListener
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||