Uses of Class
org.glassfish.deployapi.TargetImpl

Packages that use TargetImpl
org.glassfish.deployapi   
 

Uses of TargetImpl in org.glassfish.deployapi
 

Fields in org.glassfish.deployapi declared as TargetImpl
protected  TargetImpl ProgressObjectImpl.target
           
protected  TargetImpl[] ProgressObjectImpl.targetsList
           
 

Methods in org.glassfish.deployapi that return TargetImpl
 TargetImpl TargetModuleIDImpl.getTargetImpl()
           
static TargetImpl ProgressObjectImpl.toTargetImpl(Target target)
           
static TargetImpl[] ProgressObjectImpl.toTargetImpl(Target[] targets)
           
 

Methods in org.glassfish.deployapi with parameters of type TargetImpl
 boolean ProgressObjectImpl.checkStatusAndAddStage(TargetImpl aTarget, String action, DFDeploymentStatus currentStatus)
          Given a Deployment status, this checks if the status is success
protected  void ProgressObjectImpl.fireProgressEvent(StateType state, String message, TargetImpl aTarget)
          Notifies all listeners that have registered interest for ProgressEvent notification.
 void ProgressObjectImpl.setupForAbnormalExit(String errorMsg, TargetImpl aTarget)
           
 void ProgressObjectImpl.setupForNormalExit(String message, TargetImpl aTarget, TargetModuleIDImpl[] tmids)
           
 

Constructors in org.glassfish.deployapi with parameters of type TargetImpl
ProgressObjectImpl(TargetImpl target)
          Creates a new instance of ProgressObjectImpl
ProgressObjectImpl(TargetImpl[] targets)
           
TargetModuleIDImpl(TargetImpl target, String moduleID)
          Creates a new implementation object of TargetModuleId with no parent and no children.
TargetModuleIDImpl(TargetImpl target, String moduleID, TargetModuleIDImpl parent, TargetModuleIDImpl[] children)
          Creates a new implementation object of TargetModuleID.
 



Copyright © 2012. All Rights Reserved.