org.omg.CORBA_2_3
public abstract class ORB extends ORB
Method Summary | |
---|---|
Object | get_value_def(String repository_id)
Should return a defintion of the value type as described
in the interface repository.
|
ValueFactory | lookup_value_factory(String repository_id)
This should find a suitable value factory to create an instance
of the value type when is being read (unmarshaled) from the
stream.
|
ValueFactory | register_value_factory(String repository_id, ValueFactory factory)
This should register the given value factory under the given
repository id.
|
void | set_delegate(Object wrapper)
This method is called by RMI-IIOP {@link Tie#orb(ORB)},
passing this as parameter. |
void | unregister_value_factory(String repository_id)
This should unregister the given value factory under the given
repository id.
|
Parameters: repository_id a value type repository id.
Returns: never
Throws: BAD_PARAM never NO_IMPLEMENT, always.
See Also: ValueBase
Parameters: repository_id a repository id
Returns: never
Throws: NO_IMPLEMENT, always.
Parameters: repository_id a repository id
Returns: never
Throws: NO_IMPLEMENT, always.
this
as parameter. The ORB will try to connect
that tie as one of its objects.Parameters: repository_id a repository id
Throws: NO_IMPLEMENT, always.