Uses of Class
org.glassfish.deployapi.TargetImpl
-
Packages that use TargetImpl Package Description org.glassfish.deployapi -
-
Uses of TargetImpl in org.glassfish.deployapi
Methods in org.glassfish.deployapi that return TargetImpl Modifier and Type Method Description TargetImplTargetModuleIDImpl. getTargetImpl()Returns the Target on which the module is deployed.static TargetImplProgressObjectImpl. toTargetImpl(javax.enterprise.deploy.spi.Target target)Methods in org.glassfish.deployapi with parameters of type TargetImpl Modifier and Type Method Description booleanProgressObjectImpl. checkStatusAndAddStage(TargetImpl aTarget, String action, DFDeploymentStatus currentStatus)Given a Deployment status, this checks if the status is success.voidProgressObjectImpl. setupForAbnormalExit(String errorMsg, TargetImpl aTarget)Notifies listeners about the action failure.voidProgressObjectImpl. setupForNormalExit(String message, TargetImpl aTarget, TargetModuleIDImpl[] tmids)Notifies listeners about an action success (even with warning).Constructors in org.glassfish.deployapi with parameters of type TargetImpl Constructor Description ProgressObjectImpl(TargetImpl target)Creates a new instance of ProgressObjectImplProgressObjectImpl(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.
-