org.objectweb.david.libs.binding.orbs
Interface Constants

All Known Implementing Classes:
RMIUtilDelegate, StubDelegate, ORBSingletonClass

public interface Constants

This interface defines some string constants, and TypeCode constants.


Field Summary
static String corba_object_id
          CORBA Object repository id
static String corba_prefix
          Prefix to all CORBA module entities repository ids
static TypeCode TC_any
           
static TypeCode TC_boolean
           
static TypeCode TC_char
           
static TypeCode TC_double
           
static TypeCode TC_float
           
static TypeCode TC_long
           
static TypeCode TC_longdouble
           
static TypeCode TC_longlong
           
static TypeCode TC_null
           
static TypeCode TC_Object
           
static TypeCode TC_octet
           
static TypeCode TC_Principal
           
static TypeCode TC_short
           
static TypeCode TC_string
           
static Hashtable tc_table
           
static TypeCode TC_TypeCode
           
static TypeCode TC_ulong
           
static TypeCode TC_ulonglong
           
static TypeCode TC_ushort
           
static TypeCode TC_void
           
static TypeCode TC_wchar
           
static TypeCode TC_wstring
           
 

Field Detail

corba_prefix

public static final String corba_prefix
Prefix to all CORBA module entities repository ids

corba_object_id

public static final String corba_object_id
CORBA Object repository id

TC_null

public static final TypeCode TC_null

TC_void

public static final TypeCode TC_void

TC_short

public static final TypeCode TC_short

TC_long

public static final TypeCode TC_long

TC_ushort

public static final TypeCode TC_ushort

TC_ulong

public static final TypeCode TC_ulong

TC_float

public static final TypeCode TC_float

TC_double

public static final TypeCode TC_double

TC_boolean

public static final TypeCode TC_boolean

TC_char

public static final TypeCode TC_char

TC_octet

public static final TypeCode TC_octet

TC_any

public static final TypeCode TC_any

TC_string

public static final TypeCode TC_string

TC_TypeCode

public static final TypeCode TC_TypeCode

TC_Principal

public static final TypeCode TC_Principal

TC_longlong

public static final TypeCode TC_longlong

TC_ulonglong

public static final TypeCode TC_ulonglong

TC_longdouble

public static final TypeCode TC_longdouble

TC_wchar

public static final TypeCode TC_wchar

TC_wstring

public static final TypeCode TC_wstring

TC_Object

public static final TypeCode TC_Object

tc_table

public static final Hashtable tc_table