atg.deployment.server.messaging
Class DeploymentMessage
java.lang.Object
  
atg.epub.messaging.PublishingMessage
      
atg.deployment.server.messaging.DeploymentMessage
- All Implemented Interfaces: 
 - java.io.Serializable
 
- Direct Known Subclasses: 
 - DeploymentStatusMessage
 
public abstract class DeploymentMessage
- extends PublishingMessage
 
This class represents a base JMS message class for deployment messages.
- See Also:
 - Serialized Form
 
| 
Field Summary | 
static java.lang.String | 
CLASS_VERSION
 
          Class version string | 
 
| 
Constructor Summary | 
DeploymentMessage()
 
          Constructs an empty JMS message | 
DeploymentMessage(java.lang.String pTargetId,
                  java.lang.String pProjectId)
 
          Constructs a JMS message with the given arguments. | 
 
| 
Method Summary | 
 java.lang.String | 
getTargetId()
 
            | 
 void | 
setTargetId(java.lang.String pTargetId)
 
          Set the target id of this message. | 
 java.lang.String | 
toString()
 
            | 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
 
DeploymentMessage
public DeploymentMessage()
- Constructs an empty JMS message
 
DeploymentMessage
public DeploymentMessage(java.lang.String pTargetId,
                         java.lang.String pProjectId)
- Constructs a JMS message with the given arguments.
 
getTargetId
public java.lang.String getTargetId()
- Returns:
 - the id of the target that this deployment message relates to
 
 
setTargetId
public void setTargetId(java.lang.String pTargetId)
- Set the target id of this message.
- Parameters:
 pTarget - the target id to set
 
 
toString
public java.lang.String toString()
- Overrides:
 toString in class PublishingMessage