|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.caucho.loader.AbstractEnvironmentListener
public class AbstractEnvironmentListener
Interface for receiving environment events.
Constructor Summary | |
---|---|
AbstractEnvironmentListener()
|
Method Summary | |
---|---|
void |
environmentBind(EnvironmentClassLoader loader)
Handles the case where the environment is binding injection targets |
void |
environmentConfigure(EnvironmentClassLoader loader)
Handles the case where the environment is configuring and registering beans |
void |
environmentStart(EnvironmentClassLoader loader)
Handles the case where the environment is starting (after init). |
void |
environmentStop(EnvironmentClassLoader loader)
Handles the case where the environment is stopping (after init). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractEnvironmentListener()
Method Detail |
---|
public void environmentConfigure(EnvironmentClassLoader loader) throws ConfigException
environmentConfigure
in interface EnvironmentListener
ConfigException
public void environmentBind(EnvironmentClassLoader loader) throws ConfigException
environmentBind
in interface EnvironmentListener
ConfigException
public void environmentStart(EnvironmentClassLoader loader) throws StartLifecycleException
environmentStart
in interface EnvironmentListener
StartLifecycleException
public void environmentStop(EnvironmentClassLoader loader)
environmentStop
in interface EnvironmentListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |