当前页面:
在线文档首页 >
JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
ProgressEvent (JBoss J2EE API) - JBoss 4.0.1 sp1 j2ee API Documentation 英文版文档
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 describing the progress of a deployment
- See Also:
- Serialized Form
ProgressEvent
public ProgressEvent(Object source,
TargetModuleID moduleID,
DeploymentStatus status)
- Create a new progress event
- Parameters:
source
- the sourcestatus
- the deployment statusmoduleID
- the module id
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.