javax.enterprise.deploy.spi.status

Class ProgressEvent

public class ProgressEvent extends EventObject

An event which indicates that a deployment status change has occurred.

See Also: ProgressObject

Constructor Summary
ProgressEvent(Object source, TargetModuleID targetModuleID, DeploymentStatus sCode)
Creates a new object representing a deployment progress event.
Method Summary
DeploymentStatusgetDeploymentStatus()
Retrieves the status information for this event.
TargetModuleIDgetTargetModuleID()
Retrieves the TargetModuleID for this event.

Constructor Detail

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. targetModuleID the combination of target and module for which the event occured. sCode the object containing the status information.

Method Detail

getDeploymentStatus

public DeploymentStatus getDeploymentStatus()
Retrieves the status information for this event.

Returns: the object containing the status information.

getTargetModuleID

public TargetModuleID getTargetModuleID()
Retrieves the TargetModuleID for this event.

Returns: the TargetModuleID