javax.enterprise.deploy.spi.status
Class ProgressEvent

java.lang.Object
  |
  +--java.util.EventObject
        |
        +--javax.enterprise.deploy.spi.status.ProgressEvent
All Implemented Interfaces:
java.io.Serializable

public class ProgressEvent
extends java.util.EventObject

An event which indicates that a deployment status change has occurred.

Since:
1.0
Version:
$Revision: 1.1 $
Author:
Laurent Etiemble
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProgressEvent(java.lang.Object source, TargetModuleID target, DeploymentStatus status)
          Creates a new object representing a deployment progress event.
 
Method Summary
 DeploymentStatus getDeploymentStatus()
          Retrieve the status information.
 TargetModuleID getTargetModuleID()
          Retrieve the TargetModuleID for this event
 
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(java.lang.Object source,
                     TargetModuleID target,
                     DeploymentStatus status)
Creates a new object representing a deployment progress event.

Parameters:
source - the object on which the Event initially occurred.
target - Description of the Parameter
status - Description of the Parameter
Method Detail

getDeploymentStatus

public DeploymentStatus getDeploymentStatus()
Retrieve the status information.

Returns:
the object containing the status information.

getTargetModuleID

public TargetModuleID getTargetModuleID()
Retrieve the TargetModuleID for this event

Returns:
the object containing the TargetModuleID


Copyright © 2002-2003 EJTools Org.. All Rights Reserved.