|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectglogic.jthin.serv.EnvStatusInfo
Status info for enviornment (e.g. product or system).
| Field Summary | |
ClientSession |
clientSession
|
static int |
ENV_AVAILABLE
|
static int |
ENV_CHANGE_COMING
|
static int |
ENV_DOWN
|
java.lang.String |
message
|
int |
status
|
| Constructor Summary | |
EnvStatusInfo(int status,
java.lang.String stMsg)
|
|
| Method Summary | |
ClientSession |
getClientSession()
Decrypted session id |
java.lang.String |
getMessage()
Optional message. |
int |
getStatus()
One of the possible status types above |
void |
setClientSession(ClientSession ses)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int ENV_AVAILABLE
public static final int ENV_DOWN
public static final int ENV_CHANGE_COMING
public int status
public java.lang.String message
public ClientSession clientSession
| Constructor Detail |
public EnvStatusInfo(int status,
java.lang.String stMsg)
| Method Detail |
public int getStatus()
public java.lang.String getMessage()
public ClientSession getClientSession()
public void setClientSession(ClientSession ses)
|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||