| 
                  VisiBroker for Java  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.ORB
org.omg.CORBA_2_3.ORB
public abstract class ORB
Extends the org.omg.CORBA.ORB class to provide support for ValueTypes.
| Constructor Summary | |
|---|---|
ORB()
 | 
|
| Method Summary | |
|---|---|
 ValueFactory | 
lookup_value_factory(java.lang.String id)
Looks up the valuetype factory associated with a repository id.  | 
 ValueFactory | 
register_value_factory(java.lang.String id,
                       ValueFactory factory)
Registers a valuetype factory for a given repository id.  | 
 void | 
set_delegate(java.lang.Object object)
 | 
 void | 
unregister_value_factory(java.lang.String id)
Unregisters a previously registered valuetype factory.  | 
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ORB()
| Method Detail | 
|---|
public ValueFactory register_value_factory(java.lang.String id,
                                           ValueFactory factory)
id - The repository id of the valuetype.factory - Valuetype factory to be registered.
public void unregister_value_factory(java.lang.String id)
id - The repository id of the valuetype. Throws a CORBA::BAD_PARAM with standard minor code 1 if no
           valuetype factory is found.public ValueFactory lookup_value_factory(java.lang.String id)
id - The repository id of the valuetype.
CORBA::BAD_PARAM with standard minor code 1 if no
           valuetype factory is found.public void set_delegate(java.lang.Object object)
  | 
                 
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||