|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EnvironmentListener
Interface for receiving environment events.
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). |
Method Detail |
---|
void environmentConfigure(EnvironmentClassLoader loader) throws ConfigException
ConfigException
void environmentBind(EnvironmentClassLoader loader) throws ConfigException
ConfigException
void environmentStart(EnvironmentClassLoader loader) throws StartLifecycleException
StartLifecycleException
void environmentStop(EnvironmentClassLoader loader)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |