com.esri.arcgis.server
Class ServerCluster.ServerInfo

java.lang.Object
  extended by com.esri.arcgis.server.ServerCluster.ServerInfo
Enclosing class:
ServerCluster

protected class ServerCluster.ServerInfo
extends Object

ServerInfo class represents the server available for clustering.


Field Summary
protected  boolean active
          Active flag determines if this Server is active or not.
protected  int failedCountIndex
          failedCountIndex is number of times the server was bypassed when the server was not active.
protected  String hostName
          hostName this Server Name to connect to.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hostName

protected String hostName
hostName this Server Name to connect to.


active

protected boolean active
Active flag determines if this Server is active or not.


failedCountIndex

protected int failedCountIndex
failedCountIndex is number of times the server was bypassed when the server was not active. The value is reset to zero when the conection is estabilished.