Interface | Description |
---|---|
Action |
Action encapsulates the custom or standard action.
|
ActionFactory |
ActionFactory is the API the consumer will use to retrieve an Action for the custom or standard action name.
|
ActionResultInfoProvider |
provides additional information to help make ActionResult messages consistent and more thorough.
|
Class | Description |
---|---|
ActionClassInfo |
Container for information about a standard action.
|
ActionName |
Encapsulate the name and Oracle Home of an action.
|
ActionResult |
The result returned from Action methods to provide information on the success or failure of the method.
|
DefaultActionFactoryLocator |
Locate and load the ActionFactory.
|
RemoteProxyActions |
Option to be passed to the remote action proxy.
|
Enum | Description |
---|---|
ActionMode |
Modes support by standard actions
|
ActionPhase |
An Action passes through the following Phases as it is LifeCycle: Init - Is currently initializing the Action CanInvoke - Is currently checking the Targets to ensure that the Action can be Invoked in its current state Invoke - Is currently running the Action Close - Is closing
|
ActionStatusCode |
Errors returned by ActionResult by an action.
|
ActionType |
Created by bwithers on 1/27/2016.
|
RemoteProxyActions.RemoteProxyProtocol |