| com.jcorporate.expresso.core.controller.SecureIfSetController com.jcorporate.expresso.services.controller.Configuration
Configuration | public class Configuration extends SecureIfSetController (Code) | | This is a management controller that allows configuration of the
expresso-services.xml file
author: Michael Rimov |
Constructor Summary | |
public | Configuration() Default constructor, creates all the various states, etc. |
CURRENT_RUNTIME_KEY | final public static String CURRENT_RUNTIME_KEY(Code) | | Session identifier that stores the current Expresso runtime we're managing
|
STATE_PROCESS_CREATE_RUNTIME | final public static String STATE_PROCESS_CREATE_RUNTIME(Code) | | |
STATE_PROMPT_CREATE_RUNTIME | final public static String STATE_PROMPT_CREATE_RUNTIME(Code) | | |
STATE_SHOW_COMPONENT | final public static String STATE_SHOW_COMPONENT(Code) | | |
STATE_SHOW_FILE | final public static String STATE_SHOW_FILE(Code) | | |
STATE_SHOW_RUNTIME | final public static String STATE_SHOW_RUNTIME(Code) | | |
STATE_SHOW_STATUS | final public static String STATE_SHOW_STATUS(Code) | | |
STATE_SWITCH_RUNTIME | final public static String STATE_SWITCH_RUNTIME(Code) | | |
Configuration | public Configuration()(Code) | | Default constructor, creates all the various states, etc.
|
runShowComponentState | public void runShowComponentState(ControllerRequest request, ControllerResponse response)(Code) | | Parameters: request - the controller request object Parameters: response - the controller response object |
runShowConfigurationFileState | public void runShowConfigurationFileState(ControllerRequest request, ControllerResponse response)(Code) | | Parameters: request - the controller request object Parameters: response - the controller response object |
runShowContainerStatusState | public void runShowContainerStatusState(ControllerRequest request, ControllerResponse response)(Code) | | Parameters: request - the controller request object Parameters: response - the controller response object |
runSummaryState | public void runSummaryState(ControllerRequest request, ControllerResponse response)(Code) | | Parameters: request - the controller request object Parameters: response - the controller response object |
runSwitchRuntimeState | public void runSwitchRuntimeState(ControllerRequest request, ControllerResponse response)(Code) | | Parameters: request - the controller request object Parameters: response - the controller response object |
showContainerStatusState | public void showContainerStatusState(ControllerRequest request, ControllerResponse response)(Code) | | Show basic running container status including a list of current
ExpressoRuntimes that are operating within this Virtual Machine.
Parameters: request - The ControllerRequest object that is Parameters: response - the controller response object |
|
|