Uses of Class
org.glassfish.deployapi.TargetModuleIDImpl
-
Packages that use TargetModuleIDImpl Package Description org.glassfish.deployapi org.glassfish.deployapi.actions -
-
Uses of TargetModuleIDImpl in org.glassfish.deployapi
Methods in org.glassfish.deployapi with parameters of type TargetModuleIDImpl Modifier and Type Method Description voidTargetModuleIDImpl. addChildTargetModuleID(TargetModuleIDImpl child)Add a child TargetModuleID to this TargetModuleIDvoidTargetModuleIDImpl. setParentTargetModuleID(TargetModuleIDImpl parent)Sets the parent TargetModuleIDvoidProgressObjectImpl. 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 TargetModuleIDImpl Constructor Description TargetModuleIDImpl(TargetImpl target, String moduleID, TargetModuleIDImpl parent, TargetModuleIDImpl[] children)Creates a new implementation object of TargetModuleID. -
Uses of TargetModuleIDImpl in org.glassfish.deployapi.actions
Constructors in org.glassfish.deployapi.actions with parameters of type TargetModuleIDImpl Constructor Description ClientConfigurationImpl(TargetModuleIDImpl targetModuleID)Creates a new instance of ClientConfigurationImpl
-