|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectgenDevs.devsBridge.ORBHelper
public class ORBHelper
| Nested Class Summary | |
|---|---|
class |
ORBHelper.ORBInfo
|
| Field Summary | |
|---|---|
protected static ORBHelper |
ohInstance
|
| Constructor Summary | |
|---|---|
protected |
ORBHelper()
|
| Method Summary | |
|---|---|
static ORBHelper |
getInstance()
|
static ORBHelper.ORBInfo |
initOrb(java.lang.String[] args,
int defaultPort)
create and initialize the ORB, initial port 2809, if no other specified |
static java.lang.String |
publishCorbaObject(org.omg.CORBA.Object href,
java.lang.String name,
org.omg.CORBA.ORB orb,
int port)
|
static org.omg.CORBA.Object |
resolveObjectByNaming(ORBHelper.ORBInfo orbInfo,
java.lang.String name)
|
static void |
unbindName(java.lang.String name,
org.omg.CORBA.ORB orb)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static ORBHelper ohInstance
| Constructor Detail |
|---|
protected ORBHelper()
| Method Detail |
|---|
public static ORBHelper getInstance()
public static ORBHelper.ORBInfo initOrb(java.lang.String[] args,
int defaultPort)
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException
public static java.lang.String publishCorbaObject(org.omg.CORBA.Object href,
java.lang.String name,
org.omg.CORBA.ORB orb,
int port)
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException
public static void unbindName(java.lang.String name,
org.omg.CORBA.ORB orb)
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException
public static org.omg.CORBA.Object resolveObjectByNaming(ORBHelper.ORBInfo orbInfo,
java.lang.String name)
throws org.omg.CORBA.UserException
org.omg.CORBA.UserException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||