Uses of Class
com.sas.services.connection.HostPortSet

Packages that use HostPortSet
com.sas.services.connection Service for making and managing connections to IOM servers. 
com.sas.services.information Interact with data repositories on behalf of client applications. 
 

Uses of HostPortSet in com.sas.services.connection
 

Methods in com.sas.services.connection that return HostPortSet
static HostPortSet MetadataClusterUtil.getClusterHostPortSet()
          Returns host/port collection for metadata server cluster as defined in the application properties table.
static HostPortSet HostPortSet.newInstance(java.lang.String hostProperty, java.lang.String portProperty)
          Create a new HostPortSet object from a list of host and ports.
 

Methods in com.sas.services.connection with parameters of type HostPortSet
static Cluster MetadataClusterUtil.createCluster(HostPortSet clusterNodes, java.util.Map<java.lang.String,java.lang.String> options)
          Convenience method for creating a metadata cluster.
 boolean HostPortSet.intersects(HostPortSet set)
          Returns true if any HostPortPair in the specified set is contained in this set.
 

Uses of HostPortSet in com.sas.services.information
 

Methods in com.sas.services.information that return HostPortSet
 HostPortSet OMIServer.getClusterConnections()
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.