public class ORB extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
addAttribute(Attribute p) |
void |
addPostShutdown(PostShutdown c) |
void |
addPreShutdown(PreShutdown c) |
void |
destroy() |
static ORB |
getInstance(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(Applet a,
Properties p)
Initialise the ORB.
|
void |
initORB(String[] s,
Properties p)
Initialise the ORB.
|
ORB |
orb()
Obtain a reference to the current ORB.
|
boolean |
setOrb(ORB theORB) |
void |
shutdown()
Shutdown the ORB.
|
protected ORB(String orbName)
public void initORB()
throws SystemException
SystemExceptionpublic void initORB(Applet a, Properties p) throws SystemException
SystemExceptionpublic void initORB(String[] s, Properties p) throws SystemException
SystemExceptionpublic boolean addAttribute(Attribute p)
public void shutdown()
public ORB orb()
public boolean setOrb(ORB theORB)
public void addPreShutdown(PreShutdown c)
public void addPostShutdown(PostShutdown c)
public void destroy()
throws SystemException
SystemExceptionCopyright © 2013. All Rights Reserved.