|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcat.util.iSIM
This class holds a few global variables for all CAT components to be able to access. This class may need to be modified/revised. May also need to be renamed?
Field Summary | |
static boolean |
AVAILABLE
|
static java.lang.String |
HOST
Info about the local agent. |
static java.lang.String |
ID
Info about the local agent. |
static java.lang.String |
ISIM_HOST
Info about the simulator. |
static int |
ISIM_PORT
Info about the simulator. |
static java.lang.String |
LOCATION
|
static java.lang.String |
NAME
Info about the local agent. |
static int |
PORT
Info about the local agent. |
static Profile |
profile
What about a user profile? |
static java.lang.String |
PSUEDONAME
|
static boolean |
SIM_MODE
Running in a simulator? true = yes. |
Constructor Summary | |
iSIM()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static int PORT
public static java.lang.String HOST
public static java.lang.String ID
public static java.lang.String NAME
public static final int ISIM_PORT
public static final java.lang.String ISIM_HOST
public static boolean SIM_MODE
public static Profile profile
public static java.lang.String PSUEDONAME
public static java.lang.String LOCATION
public static boolean AVAILABLE
Constructor Detail |
public iSIM()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |