|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.server.ServerClusterType
public class ServerClusterType
The ServerClusterType class represents the clustering types available {FAIL_OVER|ROUND_ROBIN|NONE}.
Field Summary | |
---|---|
protected String |
description
Description of cluster type as String. |
static ServerClusterType |
FAIL_OVER
The Servers in the cluster are used in the Failover Mode. |
static ServerClusterType |
NONE
No cluster type supported, only the first one in the list is used. |
static ServerClusterType |
ROUND_ROBIN
The Servers in the cluster are used in the RoundRobin Mode. |
protected String |
type
Cluster type as String. |
Method Summary | |
---|---|
boolean |
equals(Object clusterType)
Overriding the equals method for this class. |
String |
getDescription()
Returns the cluster description. |
String |
getType()
Returns the cluster type used. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected String type
protected String description
public static final ServerClusterType NONE
public static final ServerClusterType FAIL_OVER
public static final ServerClusterType ROUND_ROBIN
Method Detail |
---|
public String getType()
String
- the cluster typepublic String getDescription()
String
- the cluster descriptionpublic boolean equals(Object clusterType)
equals
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |