Uses of Class
com.sas.services.connection.Server
Packages that use Server
Package
Description
Service for making and managing connections to IOM servers.
-
Uses of Server in com.sas.services.connection
Subclasses of Server in com.sas.services.connectionModifier and TypeClassDescriptionclassA description of an IOM bridge protocol server.classA base class to describe IOM servers that communicate with clients using a TCP/IP application protocol.classA server that IOM Bridge for Java will start and connect to.Methods in com.sas.services.connection that return ServerModifier and TypeMethodDescriptionprotected static Server[]ConnectionFactoryUtil.copyServerArray(Server[] in) static ServerConvert a URI into a Server.protected ServerConnectionEnvelope.getServer()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 ServerModifier and TypeMethodDescriptionprotected static Server[]ConnectionFactoryUtil.copyServerArray(Server[] in) static ClusterCluster.getInstance(Server[] servers, int clusterType) Construct and return a cluster of IOM servers.protected voidConnectionEnvelope.setServer(Server server) voidCluster.setServerArray(Server[] serverArray) Set the array of servers in the cluster.Constructors in com.sas.services.connection with parameters of type ServerModifierConstructorDescriptionprotectedConstruct 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.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.