org.objectweb.mobilitools.util.corba
Class CORBA
java.lang.Object
|
+--org.objectweb.mobilitools.util.corba.CORBA
- public abstract class CORBA
- extends java.lang.Object
MobiliTools $Name: $, $Id: CORBA.java,v 1.1.1.1 2003/03/28 14:48:06 dillense Exp $
Miscellaneous CORBA facilitators.
Constructor Summary |
CORBA()
|
Method Summary |
static java.lang.Object |
any2object(org.omg.CORBA.Any any)
|
static org.omg.CORBA.ORB |
getOrb()
|
static org.omg.CORBA.Any |
object2any(org.omg.CORBA.ORB orb,
java.lang.Object obj)
|
static org.omg.CORBA.Object |
refFromFile(org.omg.CORBA.ORB orb,
java.lang.String filename)
|
static boolean |
refToFile(org.omg.CORBA.ORB orb,
org.omg.CORBA.Object ref,
java.lang.String filename)
|
static org.omg.CORBA.ORB |
setOrb(java.applet.Applet applet,
java.util.Properties props)
|
static void |
setOrb(org.omg.CORBA.ORB orb)
|
static org.omg.CORBA.ORB |
setOrb(java.lang.String[] args,
java.util.Properties props)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CORBA
public CORBA()
setOrb
public static void setOrb(org.omg.CORBA.ORB orb)
getOrb
public static org.omg.CORBA.ORB getOrb()
setOrb
public static org.omg.CORBA.ORB setOrb(java.lang.String[] args,
java.util.Properties props)
setOrb
public static org.omg.CORBA.ORB setOrb(java.applet.Applet applet,
java.util.Properties props)
refToFile
public static boolean refToFile(org.omg.CORBA.ORB orb,
org.omg.CORBA.Object ref,
java.lang.String filename)
refFromFile
public static org.omg.CORBA.Object refFromFile(org.omg.CORBA.ORB orb,
java.lang.String filename)
object2any
public static org.omg.CORBA.Any object2any(org.omg.CORBA.ORB orb,
java.lang.Object obj)
throws org.omg.CORBA.BAD_PARAM
any2object
public static java.lang.Object any2object(org.omg.CORBA.Any any)