|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsystem.FFServerHandle
public class FFServerHandle
a handle for describing the location of an FFServer
Constructor Summary | |
---|---|
FFServerHandle(java.net.InetSocketAddress addr,
long uptime)
construct an instance of FFServerHadle |
Method Summary | |
---|---|
java.net.InetSocketAddress |
getAddr()
gets the inet address of the server |
long |
getUptimeEstimate()
gets a rough estimate of the remaining uptime for the server in milliseconds |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FFServerHandle(java.net.InetSocketAddress addr, long uptime)
Method Detail |
---|
public java.net.InetSocketAddress getAddr()
getAddr
in interface NetworkHandle
public long getUptimeEstimate()
getUptimeEstimate
in interface NetworkHandle
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |