|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectParkNPark.common.Server
public class Server
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 |
---|
public String ipAddress
public String serviceName
public ClientManagerFactory clientManagerFactory
public boolean isPrimary
Constructor Detail |
---|
public Server(String ipAddress, String serviceName, ClientManagerFactory cmf)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |