| Interface | Description |
|---|---|
| AbstractDeploymentFacility.DFCommandRunner |
Defines behavior implemented in the local or remote deployment facility
for actually executing the requested command.
|
| DeploymentFacility |
This interface defines basic deployment related facilities
such as deploying any j2ee modules on a Domain Admin Server
or target servers as well as retrieving non portable artifacts
for successful runs in a client mode configuration.
|
| TargetOwner |
Represents any type of owner of a Target.
|
| Class | Description |
|---|---|
| AbstractDeploymentFacility |
Provides common behavior for the local and remote deployment facilities.
|
| CommandXMLResultParser | |
| DeploymentFacilityFactory |
This factory is for retrieving an implementation instance of DeploymentFacility.
|
| DFDeploymentProperties |
Convenience class for managing deployment properties - settings or options
to be conveyed to the back-end during deployment-related operations.
|
| DFDeploymentStatus |
This class encapsulates all status related to backend deployment
Backend deployement can consist of several stages.
|
| DFProgressObject |
This interface extends the JSR88 interface for providing
deployment operations feedback and progress information.
|
| RemoteDeploymentFacility |
Implements DeploymentFacility, currently using the RemoteCommand to work with the
admin back-end.
|
| ServerConnectionEnvironment |
This class defines the additional environment needed to
connect to a particular application server deployment
backend.
|
| ServerConnectionIdentifier |
This class defines all necessary information to
connect to a particular application server deployment
backend.
|
| Enum | Description |
|---|---|
| DFDeploymentStatus.Status |
Possible status for a stage or overall deployment status
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.