org.omegahat.Interfaces.CORBA
Class SimpleCorbaObject
java.lang.Object
|
+--org.omegahat.Interfaces.CORBA.SimpleCorbaObject
- public abstract class SimpleCorbaObject
- extends java.lang.Object
A very basic class that can be used as the base
for CORBA related classes which need to have a reference
to the ORB, BOA, etc.
|
Field Summary |
protected org.omg.CORBA.ORB |
orb
|
|
Method Summary |
org.omg.CORBA.ORB |
orb()
|
org.omg.CORBA.ORB |
orb(org.omg.CORBA.ORB o)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
orb
protected org.omg.CORBA.ORB orb
SimpleCorbaObject
public SimpleCorbaObject()
orb
public org.omg.CORBA.ORB orb()
orb
public org.omg.CORBA.ORB orb(org.omg.CORBA.ORB o)