public interface ORBImple
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the ORB.
|
void |
init()
Initialise the ORB.
|
void |
init(Applet a,
Properties p) |
void |
init(String[] s,
Properties p) |
boolean |
initialised()
Is the ORB initialised?
|
ORB |
orb()
Return a reference to the ORB.
|
void |
orb(ORB o)
Provide a reference to the ORB.
|
void |
shutdown()
Shutdown the ORB.
|
void |
shutdown(boolean waitForCompletion)
Shutdown the ORB and signal whether to do this synchronously.
|
boolean initialised()
void init() throws SystemException
SystemExceptionvoid init(Applet a, Properties p) throws SystemException
SystemExceptionvoid init(String[] s, Properties p) throws SystemException
SystemExceptionvoid shutdown()
throws SystemException
SystemExceptionvoid shutdown(boolean waitForCompletion)
throws SystemException
SystemExceptionvoid destroy()
throws SystemException
SystemExceptionORB orb() throws SystemException
SystemExceptionvoid orb(ORB o) throws SystemException
SystemExceptionCopyright © 2015 JBoss by Red Hat. All Rights Reserved.