org.objectweb.david.libs.stub_factories.std
Interface Constants

All Known Implementing Classes:
JDelegate, JStubFactory, Skeleton, Stub

public interface Constants

Constants of the CORBA stub factory.


Field Summary
static java.lang.String _bad_operation
          BAD_OPERATION exception repository id.
static java.lang.String _corba_object_id
          CORBA Object repository id
static java.lang.String _corba_prefix
          Prefix to all CORBA module entities repository ids.
static java.lang.String[] _just_corba_object
           
 

Field Detail

_corba_prefix

public static final java.lang.String _corba_prefix
Prefix to all CORBA module entities repository ids.

Compatibility with the "IDL:omg.org/CORBA/" style of prefixes is handled by the delegates created by JStubFactory.

See Also:
Constant Field Values

_corba_object_id

public static final java.lang.String _corba_object_id
CORBA Object repository id

See Also:
Constant Field Values

_bad_operation

public static final java.lang.String _bad_operation
BAD_OPERATION exception repository id.

See Also:
Constant Field Values

_just_corba_object

public static final java.lang.String[] _just_corba_object