Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
A C D E G H I J P R S T

A

addProgressListener(ProgressListener) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Add a listener to receive progress events on deployment actions.

C

ClientConfiguration - interface javax.enterprise.deploy.spi.status.ClientConfiguration.
The ClientConfiguration object installs, configures and executes an Application Client.
cancel() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
(optional) A cancel request on an in-process operation stops all further processing of the operation and returns the environment to it original state before the operation was executed.

D

DeploymentStatus - interface javax.enterprise.deploy.spi.status.DeploymentStatus.
The DeploymentStatus interface provides information about the progress of a deployment action.
deploymentStatus - Variable in class javax.enterprise.deploy.spi.status.ProgressEvent
 

E

execute() - Method in interface javax.enterprise.deploy.spi.status.ClientConfiguration
This method performs an exec and starts the application client running in another process.

G

getAction() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve the deployment ActionType for this event.
getClientConfiguration(TargetModuleID) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Return the ClientConfiguration object associated with the TargetModuleID.
getCommand() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve the deployment CommandType of this event.
getDeploymentStatus() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
Retrieves the status information for this event.
getDeploymentStatus() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Retrieve the status of this activity.
getMessage() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve any additional information about the status of this event.
getResultTargetModuleIDs() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Retrieve the list of TargetModuleIDs successfully processed or created by the associated DeploymentManager operation.
getState() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
Retrieve the StateType value.
getTargetModuleID() - Method in class javax.enterprise.deploy.spi.status.ProgressEvent
Retrieves the TargetModuleID for this event.

H

handleProgressEvent(ProgressEvent) - Method in interface javax.enterprise.deploy.spi.status.ProgressListener
Invoked when a deployment progress event occurs.

I

isCancelSupported() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Tests whether the vendor supports a cancel operation for this deployment action.
isCompleted() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
A convience method to report if the operation is in the completed state.
isFailed() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
A convience method to report if the operation is in the failed state.
isRunning() - Method in interface javax.enterprise.deploy.spi.status.DeploymentStatus
A convience method to report if the operation is in the running state.
isStopSupported() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Tests whether the vendor supports a stop operation for the deployment action.

J

javax.enterprise.deploy.spi.status - package javax.enterprise.deploy.spi.status
 

P

ProgressEvent - class javax.enterprise.deploy.spi.status.ProgressEvent.
An event which indicates that a deployment status change has occurred.
ProgressEvent(Object, TargetModuleID, DeploymentStatus) - Constructor for class javax.enterprise.deploy.spi.status.ProgressEvent
Creates a new object representing a deployment progress event.
ProgressListener - interface javax.enterprise.deploy.spi.status.ProgressListener.
The listener interface for receiving deployment progress events.
ProgressObject - interface javax.enterprise.deploy.spi.status.ProgressObject.
The ProgressObject interface tracks and reports the progress of the deployment activities: distribute, start, stop, undeploy.

R

removeProgressListener(ProgressListener) - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
Remove a progress listener.

S

stop() - Method in interface javax.enterprise.deploy.spi.status.ProgressObject
(optional) A stop request on an in-process operation allows the operation on the current TargetModuleID to run to completion but does not process any of the remaining unprocessed TargetModuleID objects.

T

targetModuleID - Variable in class javax.enterprise.deploy.spi.status.ProgressEvent
 

A C D E G H I J P R S T