|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.genesyslab.platform.apptemplate.configuration.ClusterClientConfigurationHelper
public class ClusterClientConfigurationHelper
Provides helpers for ClusterProtocol
configuration.
Constructor Summary | |
---|---|
ClusterClientConfigurationHelper()
|
Method Summary | |
---|---|
static java.util.List<WSConfig> |
createClusterProtocolEndpoints(IGApplicationConfiguration clientApp,
CfgAppType serverType)
Creates the list of WSConfig for ClusterProtocol instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClusterClientConfigurationHelper()
Method Detail |
---|
public static java.util.List<WSConfig> createClusterProtocolEndpoints(IGApplicationConfiguration clientApp, CfgAppType serverType) throws ConfigurationException
WSConfig
for ClusterProtocol
instance.
Transparently supports both Cluster and WarmStanby configuration.
If client application is connected to cluster, then WSConfig objects will be created
from cluster application connections. If no servers of the specified found in cluster connections,
helper will try to resolve them directly from client application connections.
clientApp
- client application that has connection to cluster of servers
or to single serverserverType
- type of the server to create WSConfig
ConfigurationException
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |