|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.platform.ego.impl.ClusterFactory
public class ClusterFactory
This class generates Cluster object. An instance is used by the Java Application runtime in order to obtain cluster.
Constructor Summary | |
---|---|
ClusterFactory()
|
Method Summary | |
---|---|
static Cluster |
createCluster(java.lang.String url)
Creates an instance of Cluster object for use. |
static Cluster |
createCluster(java.lang.String url,
int timeout)
Creates an instance of Cluster object for use. |
static Cluster |
createCluster(java.net.URL url)
Creates an instance of Cluster object for use. |
static Cluster |
createCluster(java.net.URL url,
int timeout)
Creates an instance of Cluster object for use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClusterFactory()
Method Detail |
---|
public static Cluster createCluster(java.lang.String url) throws EGOException
url
- the url of WSG Server,
for example http://172.17.1.25:60005
EGOException
public static Cluster createCluster(java.lang.String url, int timeout) throws EGOException
url
- the url of WSG Server,
for example http://1.2.37.1.25:60005timeout
- set timeout
EGOException
public static Cluster createCluster(java.net.URL url) throws EGOException
url
- the url of WSG Server.
EGOException
public static Cluster createCluster(java.net.URL url, int timeout) throws EGOException
url
- the url of WSG Server.timeout
- set timeout
EGOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |