All Packages Class Hierarchy This Package Previous Next Index
Interface semper.comm.ComPointConstants
- public interface ComPointConstants
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 static final byte COMPOINT_CLOSED
- Type value of a ComPoint which is not open.
COMPOINT_INITIATOR
public static final byte COMPOINT_INITIATOR
- Type value of an Initiator ComPoint.
COMPOINT_SERVER
public static final byte COMPOINT_SERVER
- Type value of an Server ComPoint.
COMPOINT_RESPONDER
public static final byte COMPOINT_RESPONDER
- Type value of an Responder ComPoint.
COMPOINT_REMOTE_INITIATOR
public static final byte COMPOINT_REMOTE_INITIATOR
- Type value of an remote Responder ComPoint.
COMPOINT_REMOTE_RESPONDER
public static final byte COMPOINT_REMOTE_RESPONDER
- Type value of an remote Responder ComPoint.
COMPROTOCOL_TCP
public static final String COMPROTOCOL_TCP
- String accociated with the tcp protocol.
COMPROTOCOL_HTTP
public static final String COMPROTOCOL_HTTP
- String accociated with the http protocol.
COMPROTOCOL_MAIL
public static final String COMPROTOCOL_MAIL
- String accociated with the http protocol.
All Packages Class Hierarchy This Package Previous Next Index