public class ORBBase extends Object implements ORBImple
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
_init |
protected ORB |
_orb |
| Modifier | Constructor and Description |
|---|---|
protected |
ORBBase() |
| 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.
|
protected ORB _orb
protected boolean _init
public boolean initialised()
ORBImpleinitialised in interface ORBImplepublic void init()
throws SystemException
ORBImpleinit in interface ORBImpleSystemExceptionpublic void init(Applet a, Properties p) throws SystemException
init in interface ORBImpleSystemExceptionpublic void init(String[] s, Properties p) throws SystemException
init in interface ORBImpleSystemExceptionpublic void shutdown()
throws SystemException
ORBImpleshutdown in interface ORBImpleSystemExceptionpublic void shutdown(boolean waitForCompletion)
throws SystemException
ORBImpleshutdown in interface ORBImpleSystemExceptionpublic void destroy()
throws SystemException
ORBImpledestroy in interface ORBImpleSystemExceptionpublic ORB orb() throws SystemException
ORBImpleorb in interface ORBImpleSystemExceptionpublic void orb(ORB o) throws SystemException
ORBImpleorb in interface ORBImpleSystemExceptionCopyright © 2013. All rights reserved.