Thanks
Classes in the org.omg namespace are standardized. Classes in the IE.Iona
namespace are not and typically exist to support the implementation.
Cheers,
Michi.
--
Michi Henning +61 7 3324 9633
Object Oriented Concepts - An IONA Company +61 4 1118 2700 (mobile)
Suite 4, 8 Martha St +61 7 3324 9799 (fax)
Camp Hill 4152 michi....@iona.com
Brisbane, AUSTRALIA http://www.ooc.com.au/staff/michi
"Michi Henning" <mi...@ooc.com.au> wrote in message
news:Pine.HPX.4.05.101051...@bobo.ooc.com.au...
> Michi,
> So the org.omg classes are abstract with no real implementation. right?
Not necessarily. They provide the run-time support for the ORB or contain
other standardized things. For example, the naming service classes are
also in org.omg. Basically, whenever you see orb.omg, it means you are
dealing with an OMG-specified interface (whether abstract or not).