public interface ORBImple
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Destroy the ORB.
|
void |
init()
Initialise the ORB.
|
void |
init(java.applet.Applet a,
java.util.Properties p) |
void |
init(java.lang.String[] s,
java.util.Properties p) |
boolean |
initialised()
Is the ORB initialised?
|
org.omg.CORBA.ORB |
orb()
Return a reference to the ORB.
|
void |
orb(org.omg.CORBA.ORB o)
Provide a reference to the ORB.
|
void |
shutdown()
Shutdown the ORB.
|
boolean initialised()
void init()
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemExceptionvoid init(java.applet.Applet a,
java.util.Properties p)
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemExceptionvoid init(java.lang.String[] s,
java.util.Properties p)
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemExceptionvoid shutdown()
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemExceptionvoid destroy()
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemExceptionorg.omg.CORBA.ORB orb()
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemExceptionvoid orb(org.omg.CORBA.ORB o)
throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException