ParkNPark.middletier
Class ServerState

java.lang.Object
  extended by ParkNPark.middletier.ServerState

public class ServerState
extends Object


Field Summary
(package private)  ClientManagerFactory cmf
          ClientManagerFactory for this server
 String ipAddress
          IP address for server
 boolean isPrimary
          Flag indicating whether or not this server is the primary server
 String serviceName
          Service name of server in the naming service
 
Constructor Summary
ServerState(String ipAddress, String serviceName, ClientManagerFactory cmf)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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

Constructor Detail

ServerState

public ServerState(String ipAddress,
                   String serviceName,
                   ClientManagerFactory cmf)