| 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.
|
| 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 |
|---|---|
| ActionStatusCode |
Errors returned by ActionResult by an action.
|
| ActionType |
Defines the types of actions supported by the Action Framework.
|
| RemoteProxyActions.RemoteProxyProtocol |
Communication protocols supported for remote action invocation.
|