public interface EnvironmentListener
Modifier and Type | Method and Description |
---|---|
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).
|
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)