Uses of Class
com.empireclassic.Remote.RemoteEmpire

Uses of RemoteEmpire in com.empireclassic.Remote
 

Fields in com.empireclassic.Remote declared as RemoteEmpire
protected static RemoteEmpire RemoteEmpire.instance
           
 

Methods in com.empireclassic.Remote that return RemoteEmpire
static RemoteEmpire RemoteEmpire.getInstance()
          This version of getInstance() is used for all subsequent calls.
static RemoteEmpire RemoteEmpire.getInstance(java.lang.String serverName, int portNum)
          This version of getInstance() must always be called first in order to provide the host/port to connect to.