com.adventnet.tl1
Class TASConstants
java.lang.Object
|
+--com.adventnet.tl1.TASConstants
- public class TASConstants
- extends java.lang.Object
|
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. |
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
TAS_OPEN
public static final int TAS_OPEN
- Constant used for opening a connection with TAServer.
TAS_SEND
public static final int TAS_SEND
- Constant used for sending a request.
TAS_RECEIVED
public static final int TAS_RECEIVED
- Constant used for receiving a response.
TAS_CLOSE
public static final int TAS_CLOSE
- Constant used for closing the I/O streams.
TAS_CONNECTION_SUCCESSFUL
public static final int TAS_CONNECTION_SUCCESSFUL
- Constant used for successful connection with the agent.
TAS_CONNECTION_FAILED
public static final int TAS_CONNECTION_FAILED
- Constant used to indicate connection failure.
TAS_LIST_OF_FILES
public static final int TAS_LIST_OF_FILES
- Constant used for listing the files
TASConstants
public TASConstants()