public class ORBUtil
extends java.lang.Object
| Constructor and Description | 
|---|
ORBUtil()  | 
| Modifier and Type | Method and Description | 
|---|---|
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. 
 | 
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 methodpublic 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