Interface semper.comm.ComPointConstants
All Packages Class Hierarchy This Package Previous Next Index
Interface semper.comm.ComPointConstants
- public interface ComPointConstants
- extends Object
This interface defines the constants used in the communication
block.
- Version:
- beta-4, 12.8.96
- Author:
- Mehdi Nassehi
-
COMPOINT_CLOSED
- Type value of a ComPoint which is not open.
-
COMPOINT_INITIATOR
- Type value of an Initiator ComPoint.
-
COMPOINT_REMOTE_INITIATOR
- Type value of an remote Responder ComPoint.
-
COMPOINT_REMOTE_RESPONDER
- Type value of an remote Responder ComPoint.
-
COMPOINT_RESPONDER
- Type value of an Responder ComPoint.
-
COMPOINT_SERVER
- Type value of an Server ComPoint.
-
COMPROTOCOL_HTTP
- String accociated with the http protocol.
-
COMPROTOCOL_MAIL
- String accociated with the http protocol.
-
COMPROTOCOL_TCP
- String accociated with the tcp protocol.
COMPOINT_CLOSED
public final static byte COMPOINT_CLOSED
- Type value of a ComPoint which is not open.
COMPOINT_INITIATOR
public final static byte COMPOINT_INITIATOR
- Type value of an Initiator ComPoint.
COMPOINT_SERVER
public final static byte COMPOINT_SERVER
- Type value of an Server ComPoint.
COMPOINT_RESPONDER
public final static byte COMPOINT_RESPONDER
- Type value of an Responder ComPoint.
COMPOINT_REMOTE_INITIATOR
public final static byte COMPOINT_REMOTE_INITIATOR
- Type value of an remote Responder ComPoint.
COMPOINT_REMOTE_RESPONDER
public final static byte COMPOINT_REMOTE_RESPONDER
- Type value of an remote Responder ComPoint.
COMPROTOCOL_TCP
public final static String COMPROTOCOL_TCP
- String accociated with the tcp protocol.
COMPROTOCOL_HTTP
public final static String COMPROTOCOL_HTTP
- String accociated with the http protocol.
COMPROTOCOL_MAIL
public final static String COMPROTOCOL_MAIL
- String accociated with the http protocol.
All Packages Class Hierarchy This Package Previous Next Index