system
Interface NetworkHandle

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
FFServerHandle

public interface NetworkHandle
extends java.io.Serializable

an interface that any of the network object handle classes should implement

Author:
Greg Banks

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
 

Method Detail

getAddr

java.net.InetSocketAddress getAddr()
gets the inet address of the server

Returns:
the address of the server

getUptimeEstimate

long getUptimeEstimate()
gets a rough estimate of the remaining uptime for the server in milliseconds

Returns:
an estimate of the amount of time this server will be up