Interface jada.tuple.TupleNetConst
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface jada.tuple.TupleNetConst

public interface TupleNetConst
extends Object
This interface contains a set of shared consts for the jada package. Any class that wants to access these consts must implement this interface

Variable Index

 o DEFAULT_PORT
The default port.
 o END_OPCODE
 o IN_OPCODE
The server requests opcode.
 o MULTI_FLAG
 o NB_FLAG
 o OUT_OPCODE
 o PRINT_OPCODE
 o READ_OPCODE
 o RESET_OPCODE

Variables

 o DEFAULT_PORT
  public final static int DEFAULT_PORT
The default port.
 o IN_OPCODE
  public final static int IN_OPCODE
The server requests opcode.
 o READ_OPCODE
  public final static int READ_OPCODE
 o OUT_OPCODE
  public final static int OUT_OPCODE
 o PRINT_OPCODE
  public final static int PRINT_OPCODE
 o RESET_OPCODE
  public final static int RESET_OPCODE
 o END_OPCODE
  public final static int END_OPCODE
 o MULTI_FLAG
  public final static int MULTI_FLAG
 o NB_FLAG
  public final static int NB_FLAG

All Packages  Class Hierarchy  This Package  Previous  Next  Index