ParkNPark.middletier
Class ServerState
java.lang.Object
ParkNPark.middletier.ServerState
public class ServerState
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ipAddress
public String ipAddress
- IP address for server
serviceName
public String serviceName
- Service name of server in the naming service
cmf
ClientManagerFactory cmf
- ClientManagerFactory for this server
isPrimary
public boolean isPrimary
- Flag indicating whether or not this server is the primary server
ServerState
public ServerState(String ipAddress,
String serviceName,
ClientManagerFactory cmf)