org.alfresco.deployment
Class DeploymentTokenImpl

java.lang.Object
  extended by org.alfresco.deployment.DeploymentTokenImpl
All Implemented Interfaces:
java.io.Serializable, DeploymentToken

public class DeploymentTokenImpl
extends java.lang.Object
implements java.io.Serializable, DeploymentToken

Information about a new deployment.

See Also:
Serialized Form

Constructor Summary
DeploymentTokenImpl()
           
 
Method Summary
 TargetStatus getTargetStatus()
          Get the information about the target
 java.lang.String getTicket()
          Get the deployment token
 void setTargetStatus(TargetStatus info)
           
 void setTicket(java.lang.String ticket)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentTokenImpl

public DeploymentTokenImpl()
Method Detail

setTicket

public void setTicket(java.lang.String ticket)

getTicket

public java.lang.String getTicket()
Description copied from interface: DeploymentToken
Get the deployment token

Specified by:
getTicket in interface DeploymentToken
Returns:

getTargetStatus

public TargetStatus getTargetStatus()
Description copied from interface: DeploymentToken
Get the information about the target

Specified by:
getTargetStatus in interface DeploymentToken

setTargetStatus

public void setTargetStatus(TargetStatus info)


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.