Voyager ORB

com.objectspace.voyager.corba
Interface IConstants

All Known Implementing Classes:
Corba, TypeCode

public abstract interface IConstants

Defines CORBA-related constants.

Version:
3.0

Field Summary
static byte COMPLETED_MAYBE
          The operation may have completed.
static byte COMPLETED_NO
          The operation did not complete.
static byte COMPLETED_YES
          The operation completed.
static byte tk_alias
          The typecode index for alias.
static byte tk_any
          The typecode index for any.
static byte tk_array
          The typecode index for array.
static byte tk_boolean
          The typecode index for boolean.
static byte tk_char
          The typecode index for char.
static byte tk_double
          The typecode index for double.
static byte tk_enum
          The typecode index for enum.
static byte tk_except
          The typecode index for exception.
static byte tk_fixed
          The typecode index for fixed.
static byte tk_float
          The typecode index for float.
static byte tk_long
          The typecode index for long.
static byte tk_longdouble
          The typecode index for long double.
static byte tk_longlong
          The typecode index for long long.
static byte tk_null
          The typecode index for null.
static byte tk_objref
          The typecode index for object reference.
static byte tk_octet
          The typecode index for octet.
static byte tk_Principal
          The typecode index for principal.
static byte tk_sequence
          The typecode index for sequence.
static byte tk_short
          The typecode index for short.
static byte tk_string
          The typecode index for string.
static byte tk_struct
          The typecode index for struct.
static byte tk_TypeCode
          The typecode index for TypeCode.
static byte tk_ulong
          The typecode index for unsigned long.
static byte tk_ulonglong
          The typecode index for unsigned long long.
static byte tk_union
          The typecode index for union.
static byte tk_ushort
          The typecode index for unsigned short.
static byte tk_value
          The typecode index for value.
static byte tk_value_box
          The typecode index for value box.
static byte tk_void
          The typecode index for void.
static byte tk_wchar
          The typecode index for wide char.
static byte tk_wstring
          The typecode index for wide string.
 

Field Detail

tk_null

public static final byte tk_null
The typecode index for null.

tk_void

public static final byte tk_void
The typecode index for void.

tk_short

public static final byte tk_short
The typecode index for short.

tk_long

public static final byte tk_long
The typecode index for long.

tk_ushort

public static final byte tk_ushort
The typecode index for unsigned short.

tk_ulong

public static final byte tk_ulong
The typecode index for unsigned long.

tk_float

public static final byte tk_float
The typecode index for float.

tk_double

public static final byte tk_double
The typecode index for double.

tk_boolean

public static final byte tk_boolean
The typecode index for boolean.

tk_char

public static final byte tk_char
The typecode index for char.

tk_octet

public static final byte tk_octet
The typecode index for octet.

tk_any

public static final byte tk_any
The typecode index for any.

tk_TypeCode

public static final byte tk_TypeCode
The typecode index for TypeCode.

tk_Principal

public static final byte tk_Principal
The typecode index for principal.

tk_objref

public static final byte tk_objref
The typecode index for object reference.

tk_struct

public static final byte tk_struct
The typecode index for struct.

tk_union

public static final byte tk_union
The typecode index for union.

tk_enum

public static final byte tk_enum
The typecode index for enum.

tk_string

public static final byte tk_string
The typecode index for string.

tk_sequence

public static final byte tk_sequence
The typecode index for sequence.

tk_array

public static final byte tk_array
The typecode index for array.

tk_alias

public static final byte tk_alias
The typecode index for alias.

tk_except

public static final byte tk_except
The typecode index for exception.

tk_longlong

public static final byte tk_longlong
The typecode index for long long.

tk_ulonglong

public static final byte tk_ulonglong
The typecode index for unsigned long long.

tk_longdouble

public static final byte tk_longdouble
The typecode index for long double.

tk_wchar

public static final byte tk_wchar
The typecode index for wide char.

tk_wstring

public static final byte tk_wstring
The typecode index for wide string.

tk_fixed

public static final byte tk_fixed
The typecode index for fixed.

tk_value

public static final byte tk_value
The typecode index for value.

tk_value_box

public static final byte tk_value_box
The typecode index for value box.

COMPLETED_YES

public static final byte COMPLETED_YES
The operation completed.

COMPLETED_NO

public static final byte COMPLETED_NO
The operation did not complete.

COMPLETED_MAYBE

public static final byte COMPLETED_MAYBE
The operation may have completed.

ObjectSpace Inc.

(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240