Package atg.deployment.server

These packages make up the core publishing deployment API, through which the deployment topology is introspected and reinitialized, targets and agents are queried for status, and deployments are initiated, controlled, and monitored.

See:
          Description

Interface Summary
AgentTransport An interface for server to agent transport implementations.
 

Class Summary
AgentRef The server-side reference to a remote deployment agent.
Deployment A stateful representation of a Deployment.
DeploymentServer The DeploymentServer is the starting point of the publishing deployment API and represents the core controller of all deployment operations.
Target A simple interface for managing a deployment target and deployments to that target.
 

Package atg.deployment.server Description

These packages make up the core publishing deployment API, through which the deployment topology is introspected and reinitialized, targets and agents are queried for status, and deployments are initiated, controlled, and monitored. The best starting point to understanding the deployment API is atg.deployment.server.DeploymentServer.