JavaTM Platform, Enterprise Edition, v 5.0
javax.enterprise.deploy.spi.status
Class ProgressEvent
java.lang.Object
java.util.EventObject
javax.enterprise.deploy.spi.status.ProgressEvent
- All Implemented Interfaces:
- Serializable
public class ProgressEvent - extends EventObject
An event which indicates that a deployment
status change has occurred.
- See Also:
ProgressListener ,
ProgressObject ,
Serialized Form
ProgressEvent
public ProgressEvent(Object source,
TargetModuleID targetModuleID,
DeploymentStatus sCode)
- Creates a new object representing a deployment
progress event.
- Parameters:
source - the object on which the Event initially occurred.sCode - the object containing the status
information.
getTargetModuleID
public TargetModuleID getTargetModuleID()
- Retrieve the TargetModuleID for this event
- Returns:
- the object containing the TargetModuleID
getDeploymentStatus
public DeploymentStatus getDeploymentStatus()
- Retrieve the status information.
- Returns:
- the object containing the status information.
Copyright 2003 Sun Microsystems, Inc. All rights reserved
|