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.SystemException
void init(java.applet.Applet a, java.util.Properties p) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
void init(java.lang.String[] s, java.util.Properties p) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
void shutdown() throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
void destroy() throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
org.omg.CORBA.ORB orb() throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException
void orb(org.omg.CORBA.ORB o) throws org.omg.CORBA.SystemException
org.omg.CORBA.SystemException