Uses of Class
com.sun.enterprise.util.HostAndPort
-
-
Uses of HostAndPort in com.sun.enterprise.admin.cli
Methods in com.sun.enterprise.admin.cli with parameters of type HostAndPort Modifier and Type Method Description voidProgramOptions. setHostAndPort(HostAndPort address)Convenience method to set the host and port (and secure) attributes from a HostAndPort object. -
Uses of HostAndPort in com.sun.enterprise.admin.launcher
Methods in com.sun.enterprise.admin.launcher that return types with arguments of type HostAndPort Modifier and Type Method Description List<HostAndPort>GFLauncherInfo. getAdminAddresses() -
Uses of HostAndPort in com.sun.enterprise.admin.servermgmt.cli
Methods in com.sun.enterprise.admin.servermgmt.cli that return HostAndPort Modifier and Type Method Description protected HostAndPortLocalServerCommand. getAdminAddress()Returns the admin address of the local domain.protected HostAndPortLocalServerCommand. getAdminAddress(String serverName)Returns the admin address of a particular server. -
Uses of HostAndPort in com.sun.enterprise.universal.xml
Methods in com.sun.enterprise.universal.xml that return types with arguments of type HostAndPort Modifier and Type Method Description List<HostAndPort>MiniXmlParser. getAdminAddresses() -
Uses of HostAndPort in com.sun.enterprise.util
Constructors in com.sun.enterprise.util with parameters of type HostAndPort Constructor Description HostAndPort(HostAndPort rhs) -
Uses of HostAndPort in org.glassfish.deployment.client
Methods in org.glassfish.deployment.client that return HostAndPort Modifier and Type Method Description HostAndPortAbstractDeploymentFacility. getHostAndPort(String target)HostAndPortAbstractDeploymentFacility. getHostAndPort(String target, boolean securityEnabled)HostAndPortAbstractDeploymentFacility. getHostAndPort(String target, String moduleId, boolean securityEnabled)HostAndPortDeploymentFacility. getHostAndPort(String target)get the host and port informationHostAndPortDeploymentFacility. getHostAndPort(String target, boolean securityEnabled)get the host and port information with security enabled attributeHostAndPortDeploymentFacility. getHostAndPort(String target, String modID, boolean securityEnabled)get the host and port information with the specified module id and security enabled attributeHostAndPortAbstractDeploymentFacility. getVirtualServerHostAndPort(String target, String virtualServer, boolean securityEnabled)HostAndPortDeploymentFacility. getVirtualServerHostAndPort(String target, String virtualServer, boolean securityEnabled)get the host and port information with the specified virtual server and security enabled attribute
-