public class ORB
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
ORB(java.lang.String orbName) |
Modifier and Type | Method and Description |
---|---|
boolean |
addAttribute(Attribute p) |
void |
addPostShutdown(PostShutdown c) |
void |
addPreShutdown(PreShutdown c) |
void |
destroy() |
static ORB |
getInstance(java.lang.String uniqueId)
Retrieve an ORB instance given a unique name, if an ORB instance with this name
doesn't exist then create it.
|
void |
initORB()
Initialise the default ORB.
|
void |
initORB(java.applet.Applet a,
java.util.Properties p)
Initialise the ORB.
|
void |
initORB(java.lang.String[] s,
java.util.Properties p)
Initialise the ORB.
|
org.omg.CORBA.ORB |
orb()
Obtain a reference to the current ORB.
|
boolean |
setOrb(org.omg.CORBA.ORB theORB) |
void |
shutdown()
Shutdown the ORB.
|
public void initORB() throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
public void initORB(java.applet.Applet a, java.util.Properties p) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
public void initORB(java.lang.String[] s, java.util.Properties p) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
public boolean addAttribute(Attribute p)
public void shutdown()
public org.omg.CORBA.ORB orb()
public boolean setOrb(org.omg.CORBA.ORB theORB)
public void addPreShutdown(PreShutdown c)
public void addPostShutdown(PostShutdown c)
public void destroy() throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
public static ORB getInstance(java.lang.String uniqueId)
uniqueId
- The name of the ORB instance to retrieve.