Controller Mode - org.jboss.dependency.spi.ControllerMode
The controller mode is an "Enum" that decides how you want the controller to manage a context.
Values
AUTOMATIC
- The controller will try to move the context to the Installed state.MANUAL
- You use Controller.change() to change the requested state.ON_DEMAND
- The context is not moved to the installed state until it is touch with Controller.enableOnDemand() or it is referenced by a dependency.DISABLED
- The context cannot be progressed beyond the NOT_INSTALLED state.
Referenced by:
Comments