javax.enterprise.deploy.spi.status
Class ProgressEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.enterprise.deploy.spi.status.ProgressEvent
All Implemented Interfaces:
Serializable

public class ProgressEvent
extends EventObject

An event describing the progress of a deployment

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProgressEvent(Object source, TargetModuleID moduleID, DeploymentStatus status)
          Create a new progress event
 
Method Summary
 DeploymentStatus getDeploymentStatus()
          Get the deployment status
 TargetModuleID getTargetModuleID()
          Get the target module id
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProgressEvent

public ProgressEvent(Object source,
                     TargetModuleID moduleID,
                     DeploymentStatus status)
Create a new progress event

Parameters:
source - the source
status - the deployment status
moduleID - the module id
Method Detail

getTargetModuleID

public TargetModuleID getTargetModuleID()
Get the target module id

Returns:
the module id

getDeploymentStatus

public DeploymentStatus getDeploymentStatus()
Get the deployment status

Returns:
the deployment status


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.