Uses of Interface
org.glassfish.deployment.client.TargetOwner
-
Packages that use TargetOwner Package Description org.glassfish.deployapi org.glassfish.deployment.client -
-
Uses of TargetOwner in org.glassfish.deployapi
Methods in org.glassfish.deployapi that return TargetOwner Modifier and Type Method Description TargetOwnerTargetImpl. getOwner()Constructors in org.glassfish.deployapi with parameters of type TargetOwner Constructor Description TargetImpl(TargetOwner owner, String name, String description)Creates a new TargetImpl object. -
Uses of TargetOwner in org.glassfish.deployment.client
Classes in org.glassfish.deployment.client that implement TargetOwner Modifier and Type Class Description classAbstractDeploymentFacilityProvides common behavior for the local and remote deployment facilities.classRemoteDeploymentFacilityImplements DeploymentFacility, currently using the RemoteCommand to work with the admin back-end.
-