|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
javax.enterprise.deploy.spi.status.ProgressEvent
An event describing the progress of a deployment
Field Summary |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
ProgressEvent(java.lang.Object source,
TargetModuleID (src) moduleID,
DeploymentStatus (src) status)
Create a new progress event |
Method Summary | |
DeploymentStatus (src) |
getDeploymentStatus()
Get the deployment status |
TargetModuleID (src) |
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 |
public ProgressEvent(java.lang.Object source, TargetModuleID (src) moduleID, DeploymentStatus (src) status)
source
- the sourcestatus
- the deployment statusmoduleID
- the module idMethod Detail |
public TargetModuleID (src) getTargetModuleID()
public DeploymentStatus (src) getDeploymentStatus()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |