uka.transport
Interface TransportConstants

All Known Implementing Classes:
BasicIO, BinaryInputStream, BinaryOutputStream, BinaryReader, BinaryWriter, Descriptors, MarshalStream, TransportDescriptor, UnmarshalStream

public interface TransportConstants

Author:
Bernhard Haumacher

Field Summary
static int REQUEST_MAX
           
static int REQUEST_MAX_boolean
           
static int REQUEST_MAX_byte
           
static int REQUEST_MAX_char
           
static int REQUEST_MAX_double
           
static int REQUEST_MAX_float
           
static int REQUEST_MAX_int
           
static int REQUEST_MAX_long
           
static int REQUEST_MAX_short
           
static int SIZEOF_boolean
           
static int SIZEOF_byte
           
static int SIZEOF_char
           
static int SIZEOF_double
           
static int SIZEOF_float
           
static int SIZEOF_int
           
static int SIZEOF_long
           
static int SIZEOF_short
           
static byte TC_ANONYMOUS
           
static byte TC_DEFAULT
           
static byte TC_EXCEPTION
           
static byte TC_NEW
           
static byte TC_NULL
           
static byte TC_REFERENCE
           
static byte TC_REPLACEMENT
           
static byte TC_RESET
           
static byte TC_RESETTYPE
           
static byte TC_TYPE
           
static byte TC_USER
          First type constant that is available for user defined marshal adapters.
 

Field Detail

SIZEOF_boolean

public static final int SIZEOF_boolean
See Also:
Constant Field Values

SIZEOF_byte

public static final int SIZEOF_byte
See Also:
Constant Field Values

SIZEOF_char

public static final int SIZEOF_char
See Also:
Constant Field Values

SIZEOF_short

public static final int SIZEOF_short
See Also:
Constant Field Values

SIZEOF_int

public static final int SIZEOF_int
See Also:
Constant Field Values

SIZEOF_long

public static final int SIZEOF_long
See Also:
Constant Field Values

SIZEOF_float

public static final int SIZEOF_float
See Also:
Constant Field Values

SIZEOF_double

public static final int SIZEOF_double
See Also:
Constant Field Values

TC_ANONYMOUS

public static final byte TC_ANONYMOUS
See Also:
Constant Field Values

TC_RESET

public static final byte TC_RESET
See Also:
Constant Field Values

TC_RESETTYPE

public static final byte TC_RESETTYPE
See Also:
Constant Field Values

TC_NULL

public static final byte TC_NULL
See Also:
Constant Field Values

TC_REFERENCE

public static final byte TC_REFERENCE
See Also:
Constant Field Values

TC_NEW

public static final byte TC_NEW
See Also:
Constant Field Values

TC_DEFAULT

public static final byte TC_DEFAULT
See Also:
Constant Field Values

TC_TYPE

public static final byte TC_TYPE
See Also:
Constant Field Values

TC_EXCEPTION

public static final byte TC_EXCEPTION
See Also:
Constant Field Values

TC_REPLACEMENT

public static final byte TC_REPLACEMENT
See Also:
Constant Field Values

TC_USER

public static final byte TC_USER
First type constant that is available for user defined marshal adapters.

See Also:
Constant Field Values

REQUEST_MAX

public static final int REQUEST_MAX
See Also:
Constant Field Values

REQUEST_MAX_boolean

public static final int REQUEST_MAX_boolean
See Also:
Constant Field Values

REQUEST_MAX_byte

public static final int REQUEST_MAX_byte
See Also:
Constant Field Values

REQUEST_MAX_char

public static final int REQUEST_MAX_char
See Also:
Constant Field Values

REQUEST_MAX_short

public static final int REQUEST_MAX_short
See Also:
Constant Field Values

REQUEST_MAX_int

public static final int REQUEST_MAX_int
See Also:
Constant Field Values

REQUEST_MAX_long

public static final int REQUEST_MAX_long
See Also:
Constant Field Values

REQUEST_MAX_float

public static final int REQUEST_MAX_float
See Also:
Constant Field Values

REQUEST_MAX_double

public static final int REQUEST_MAX_double
See Also:
Constant Field Values