|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.enterprise.deploy.spi.status.ProgressEvent
An event which indicates that a deployment status change has occurred.
ProgressListener
,
ProgressObject
,
Serialized FormField Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ProgressEvent(Object source,
TargetModuleID targetModuleID,
DeploymentStatus sCode)
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 |
public ProgressEvent(Object source, TargetModuleID targetModuleID, DeploymentStatus sCode)
source
- the object on which the Event initially occurred.sCode
- the object containing the status
information.Method Detail |
public TargetModuleID getTargetModuleID()
public DeploymentStatus getDeploymentStatus()
|
JavaTM 2 Platform Ent. Ed. v1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.