|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcern.cmw.rda.corba.Util
public final class Util
Provides a set of static utility functions that encapsulate CORBA-specific operations, in particular, the ORB and POA initialization and name binding/resolution with the COS Naming Service.
Field Summary | |
---|---|
static String |
DEFAULT_NAME_SERVER
|
Method Summary | |
---|---|
static void |
bind(String objName,
Object obj)
Binds the name to the object in the root naming context. |
static String |
configFile()
|
static String[] |
getKeys()
|
static String[] |
getKeys(String prefix)
|
static String |
getProperty(String key)
|
static void |
init(String[] args)
Initializes the basic CORBA facilities. |
static ORB |
orb()
|
static POA |
poa()
|
static Object |
resolve(String objName)
Resolves the specified name in the root naming context. |
static Object |
setTimeout(Object obj,
int timeout)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_NAME_SERVER
Method Detail |
---|
public static ORB orb()
public static POA poa()
public static void init(String[] args) throws InternalException
InternalException
public static Object resolve(String objName) throws InternalException
InternalException
public static void bind(String objName, Object obj) throws InternalException
InternalException
public static Object setTimeout(Object obj, int timeout)
public static String configFile()
public static String getProperty(String key)
public static String[] getKeys()
public static String[] getKeys(String prefix)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |