ParkNPark.common
Class Server

java.lang.Object
  extended by ParkNPark.common.Server

public class Server
extends Object

Contains information on a single server's registration


Field Summary
 ClientManagerFactory clientManagerFactory
          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
Server(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


clientManagerFactory

public ClientManagerFactory clientManagerFactory
ClientManagerFactory for this server


isPrimary

public boolean isPrimary
Flag indicating whether or not this server is the primary server

Constructor Detail

Server

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