|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ORBImple
The Object Request Broker interface.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |