Uses of Class
org.glassfish.deployment.client.ServerConnectionIdentifier
-
Packages that use ServerConnectionIdentifier Package Description org.glassfish.deployapi org.glassfish.deployment.client -
-
Uses of ServerConnectionIdentifier in org.glassfish.deployapi
Methods in org.glassfish.deployapi that return ServerConnectionIdentifier Modifier and Type Method Description ServerConnectionIdentifierSunDeploymentFactory. parseURIForHostInfo(String uri)Constructors in org.glassfish.deployapi with parameters of type ServerConnectionIdentifier Constructor Description SunDeploymentManager(ServerConnectionIdentifier sci)Creates a new instance of DeploymentManager -
Uses of ServerConnectionIdentifier in org.glassfish.deployment.client
Methods in org.glassfish.deployment.client that return ServerConnectionIdentifier Modifier and Type Method Description protected ServerConnectionIdentifierAbstractDeploymentFacility. getTargetDAS()Methods in org.glassfish.deployment.client with parameters of type ServerConnectionIdentifier Modifier and Type Method Description booleanAbstractDeploymentFacility. connect(ServerConnectionIdentifier targetDAS)Connects the deployment facility to the DAS.booleanDeploymentFacility. connect(ServerConnectionIdentifier targetDAS)Connects to a particular instance of the domain adminstration server using the provided connection information
-