|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Server | |
---|---|
com.sas.services.connection | Service for making and managing connections to IOM servers. |
Uses of Server in com.sas.services.connection |
---|
Methods in com.sas.services.connection that return Server | |
---|---|
static Server |
Server.fromURI(SASURI uri)
Convert a URI into a Server. |
Server[] |
Cluster.getServerArray()
Get the array of servers that have been added to the cluster. |
Methods in com.sas.services.connection with parameters of type Server | |
---|---|
static Cluster |
Cluster.getInstance(Server[] servers,
int clusterType)
Construct and return a cluster of IOM servers. |
void |
Cluster.setServerArray(Server[] serverArray)
Set the array of servers in the cluster. |
Constructors in com.sas.services.connection with parameters of type Server | |
---|---|
Cluster(Server[] serverArray)
Construct a cluster of IOM servers. |
|
FailoverCluster(Server server)
Construct a failover cluster with one server. |
|
FailoverCluster(Server[] servers)
Construct a failover cluster of IOM servers. |
|
LoadBalancingCluster(Server server)
Construct a load balancing cluster with one server. |
|
LoadBalancingCluster(Server[] servers)
Construct a load balancing cluster cluster of IOM servers. |
|
ManualConnectionFactoryConfiguration(Server server)
Create a configuration for an connection factory that creates and manages connections to the specified server. |
|
ManualConnectionFactoryConfiguration(Server server,
boolean noRedirect)
Create a configuration for an connection factory that creates and manages connections to the specified server. |
|
Puddle(Server server,
Credential serverCredential)
Construct a puddle with one IOM server. |
|
Foundation |
|
| |||||||||||
PREV NEXT | FRAMES NO FRAMES |