org.jboss.deployers.spi.management.deploy
Class ProgressEvent
java.lang.Object
org.jboss.deployers.spi.management.deploy.ProgressEvent
- All Implemented Interfaces:
- Serializable
public class ProgressEvent
- extends Object
- implements Serializable
A deployment progress event object.
- Version:
- $Revision:$
- Author:
- Scott.Stark@jboss.org
- See Also:
- Serialized Form
ProgressEvent
public ProgressEvent(DeploymentID deploymentTargetID,
DeploymentStatus status)
getDeploymentName
public DeploymentID getDeploymentName()
getStatus
public DeploymentStatus getStatus()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.