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
           
 
Constructor Summary
SimpleCorbaObject()
           
 
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
 

Field Detail

orb

protected org.omg.CORBA.ORB orb
Constructor Detail

SimpleCorbaObject

public SimpleCorbaObject()
Method Detail

orb

public org.omg.CORBA.ORB orb()

orb

public org.omg.CORBA.ORB orb(org.omg.CORBA.ORB o)