|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.tl1.TASConstants
public class TASConstants
| Field Summary | |
|---|---|
static int |
TAS_CLOSE
Constant used for closing the I/O streams. |
static int |
TAS_CONNECTION_FAILED
Constant used to indicate connection failure. |
static int |
TAS_CONNECTION_SUCCESSFUL
Constant used for successful connection with the agent. |
static int |
TAS_LIST_OF_FILES
Constant used for listing the files |
static int |
TAS_OPEN
Constant used for opening a connection with TAServer. |
static int |
TAS_RECEIVED
Constant used for receiving a response. |
static int |
TAS_SEND
Constant used for sending a request. |
| Constructor Summary | |
|---|---|
TASConstants()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int TAS_OPEN
public static final int TAS_SEND
public static final int TAS_RECEIVED
public static final int TAS_CLOSE
public static final int TAS_CONNECTION_SUCCESSFUL
public static final int TAS_CONNECTION_FAILED
public static final int TAS_LIST_OF_FILES
| Constructor Detail |
|---|
public TASConstants()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||