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.
|
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 destroy()
throws SystemException
SystemExceptionORB orb() throws SystemException
SystemExceptionvoid orb(ORB o) throws SystemException
SystemExceptionCopyright © 2013. All Rights Reserved.