org.jboss.deployers.spi.management.deploy
Class ProgressEvent

java.lang.Object
  extended by 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

Constructor Summary
ProgressEvent(DeploymentID deploymentTargetID, DeploymentStatus status)
           
 
Method Summary
 DeploymentID getDeploymentName()
           
 DeploymentStatus getStatus()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProgressEvent

public ProgressEvent(DeploymentID deploymentTargetID,
                     DeploymentStatus status)
Method Detail

getDeploymentName

public DeploymentID getDeploymentName()

getStatus

public DeploymentStatus getStatus()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.