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

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 final static byte COMPOINT_CLOSED
Type value of a ComPoint which is not open.
 o COMPOINT_INITIATOR
  public final static byte COMPOINT_INITIATOR
Type value of an Initiator ComPoint.
 o COMPOINT_SERVER
  public final static byte COMPOINT_SERVER
Type value of an Server ComPoint.
 o COMPOINT_RESPONDER
  public final static byte COMPOINT_RESPONDER
Type value of an Responder ComPoint.
 o COMPOINT_REMOTE_INITIATOR
  public final static byte COMPOINT_REMOTE_INITIATOR
Type value of an remote Responder ComPoint.
 o COMPOINT_REMOTE_RESPONDER
  public final static byte COMPOINT_REMOTE_RESPONDER
Type value of an remote Responder ComPoint.
 o COMPROTOCOL_TCP
  public final static String COMPROTOCOL_TCP
String accociated with the tcp protocol.
 o COMPROTOCOL_HTTP
  public final static String COMPROTOCOL_HTTP
String accociated with the http protocol.
 o COMPROTOCOL_MAIL
  public final static String COMPROTOCOL_MAIL
String accociated with the http protocol.

All Packages  Class Hierarchy  This Package  Previous  Next  Index