Package atg.deployment.common.event

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
DeploymentEventListener A simple interface defining a listener of DeploymentEvents.
DeploymentEventSender A simple interface to allow both server and agent to implement a common way of sending deployment events to listeners.
 

Class Summary
DeploymentEmailer A deployment event listener that sends email out when a deployment succeeds or fails.
DeploymentEvent A deployment event denoting the change in state of a deployment or a deployment agent.
 

Package atg.deployment.common.event 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.