|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjp.go.aist.rtm.RTC.util.ORBUtil
public class ORBUtil
Class that generates, and manages ORB object
| Constructor Summary | |
|---|---|
ORBUtil()
|
|
| Method Summary | |
|---|---|
static void |
clearOrb()
Clears the managed ORB object |
static org.omg.CORBA.ORB |
getOrb()
Gets ORB object |
static org.omg.CORBA.ORB |
getOrb(java.lang.String[] args)
Gets ORB object |
static org.omg.CORBA.ORB |
getOrb(java.lang.String[] args,
java.util.Properties prop)
{@.en Generates the ORB object based on the specified argument, and gets it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ORBUtil()
| Method Detail |
|---|
public static org.omg.CORBA.ORB getOrb()
public static void clearOrb()
public static org.omg.CORBA.ORB getOrb(java.lang.String[] args)
args -
command-line arguments for the application's main method
public static org.omg.CORBA.ORB getOrb(java.lang.String[] args,
java.util.Properties prop)
When the ORB object is generated, it is returned
args -
Argument for ORB object generation
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||