Class Summary | |
---|---|
ActionType | Class ActionTypes defines enumeration values for the J2EE DeploymentStatus actions. |
BeanNotFoundException | This exception is to report that the bean is not a child of the parent bean. |
ClientConfiguration | The ClientConfiguration object installs, configures and executes an Application Client. |
ClientExecuteException | This exception reports errors in setting up an application client for execution. |
CommandType | Defines enumerated values for the available deployment commands. |
ConfigurationException | This exception reports errors in generating a configuration bean. |
DConfigBean | The interface for configuring a server-specific deployment descriptor, or subset of same. |
DConfigBeanRoot | The DConfigBeanRoot interface represent the root of a deployment descriptor. |
DConfigBeanVersionType | Class DConfigBeanVersionTypes defines enumeration values for the J2EE Platform verion number. |
DConfigBeanVersionUnsupportedException | This exception is to report that there is no support for the DConfigBean version requested. |
DDBean | An interface for beans that represent a fragment of a standard deployment descriptor. |
DDBeanCreateException | This exception reports errors in generating a DDBean. |
DDBeanRoot | An interface that represents the root of a standard deployment descriptor. |
DeployableObject | The DeployableObject interface is an abstract representation of a J2EE deployable module (JAR, WAR, RAR, EAR). |
DeploymentConfiguration | An interface that defines a container for all the server-specific configuration information for a single top-level J2EE module. |
DeploymentFactory | The DeploymentFactory interface is a deployment driver for a J2EE plaform product. |
DeploymentFactoryManager | The DeploymentFactoryManager class is a central registry for J2EE DeploymentFactory objects. |
DeploymentManager | The DeploymentManager object provides the core set of functions a J2EE platform must provide for J2EE application deployment. |
DeploymentManagerCreationException | This exception is to report problems in returning a DeploymentManager object caused by such things as server down, unable to authenticate and the like. |
DeploymentStatus | The DeploymentStatus interface provides information about the progress of a deployment action. |
InvalidModuleException | This exception is to report an invalid J2EE deployment module type. |
J2eeApplicationObject | J2eeApplicationObject is an interface that represents a J2EE application (EAR); it maintains a DeployableObject for each module in the archive. |
ModuleType | Class ModuleTypes defines enumeration values for the J2EE module types. |
OperationUnsupportedException | This exception is to report that the method called is not supported by this implementation. |
ProgressEvent | An event which indicates that a deployment status change has occurred. |
ProgressListener | The listener interface for receiving deployment progress events. |
ProgressObject | The ProgressObject interface tracks and reports the progress of the deployment activities: distribute, start, stop, undeploy. |
StateType | Defines enumeration values for the various states of a deployment action. |
Target | A Target interface represents a single logical core server of one instance of a J2EE platform product. |
TargetException | This exception is to report bad target designators. |
TargetModuleID | A TargetModuleID interface represents a unique identifier for a deployed application module. |
XpathEvent | An Event class describing DDBeans being added to or removed from a J2EE application, or updated in place. |
XpathListener | The listener interface for receiving XpathEvents |