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

Variable Index

 o COMPOINT_CLOSED
Type value of a ComPoint which is not open.
 o COMPOINT_INITIATOR
Type value of an Initiator ComPoint.
 o COMPOINT_REMOTE_INITIATOR
Type value of an remote Responder ComPoint.
 o COMPOINT_REMOTE_RESPONDER
Type value of an remote Responder ComPoint.
 o COMPOINT_RESPONDER
Type value of an Responder ComPoint.
 o COMPOINT_SERVER
Type value of an Server ComPoint.
 o COMPROTOCOL_HTTP
String accociated with the http protocol.
 o COMPROTOCOL_MAIL
String accociated with the http protocol.
 o COMPROTOCOL_TCP
String accociated with the tcp protocol.

Variables

 o COMPOINT_CLOSED
 public static final byte COMPOINT_CLOSED
Type value of a ComPoint which is not open.

 o COMPOINT_INITIATOR
 public static final byte COMPOINT_INITIATOR
Type value of an Initiator ComPoint.

 o COMPOINT_SERVER
 public static final byte COMPOINT_SERVER
Type value of an Server ComPoint.

 o COMPOINT_RESPONDER
 public static final byte COMPOINT_RESPONDER
Type value of an Responder ComPoint.

 o COMPOINT_REMOTE_INITIATOR
 public static final byte COMPOINT_REMOTE_INITIATOR
Type value of an remote Responder ComPoint.

 o COMPOINT_REMOTE_RESPONDER
 public static final byte COMPOINT_REMOTE_RESPONDER
Type value of an remote Responder ComPoint.

 o COMPROTOCOL_TCP
 public static final String COMPROTOCOL_TCP
String accociated with the tcp protocol.

 o COMPROTOCOL_HTTP
 public static final String COMPROTOCOL_HTTP
String accociated with the http protocol.

 o COMPROTOCOL_MAIL
 public static final String COMPROTOCOL_MAIL
String accociated with the http protocol.


All Packages  Class Hierarchy  This Package  Previous  Next  Index