站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > 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
  extended byjava.util.EventObject
      extended byjavax.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

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ProgressEvent(Object source, TargetModuleID moduleID, DeploymentStatus status)
          Create a new progress event
 
Method Summary
 DeploymentStatus getDeploymentStatus()
          Get the deployment status
 TargetModuleID 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

ProgressEvent

public ProgressEvent(Object source,
                     TargetModuleID moduleID,
                     DeploymentStatus status)
Create a new progress event

Parameters:
source - the source
status - the deployment status
moduleID - the module id
Method Detail

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.