|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openorb.orb.rmi.DefaultORB
public final class DefaultORB
This class is used a an Initializer for RMI over IIOP. It can be used to configure the orb returned to the RMI over IIOP subsystem before any RMI over IIOP code is entered.
| Method Summary | |
|---|---|
static org.omg.CORBA.ORB |
getORB()
Used to locate the default orb for use by the stubs, tie classes, and for resolving the name service in the JNDI context. |
static void |
setInitParams(java.lang.String[] args,
java.util.Properties props)
Set the properties used to initialize the orb. |
static void |
setORB(org.omg.CORBA.ORB orb)
Set the default orb. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static org.omg.CORBA.ORB getORB()
public static void setORB(org.omg.CORBA.ORB orb)
orb - An external orb for the default orb instance.
java.lang.IllegalStateException - if the orb has already been initialized.
public static void setInitParams(java.lang.String[] args,
java.util.Properties props)
args - An array with command line arguments.props - ORB properties.
java.lang.IllegalStateException - if the orb has already been initialized.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||