All packages that begin with org.omg are part of the Java IDL API. Those of most interest are:
 package org.omg.PortableServer - 
provides classes and interfaces for making the server side of your applications portable 
across multivendor ORBs
 package org.omg.PortableServer - 
provides classes and interfaces for making the server side of your applications portable 
across multivendor ORBs
 package 
org.omg.PortableInterceptor - provides a mechanism to register ORB hooks through which ORB services can intercept the 
normal flow of execution of the ORB
 package 
org.omg.PortableInterceptor - provides a mechanism to register ORB hooks through which ORB services can intercept the 
normal flow of execution of the ORB 
 package org.omg.DynamicAny - provides 
classes and interfaces to enable Any values to be dynamically interpreted (traversed) 
and constructed through DynAny objects
 package org.omg.DynamicAny - provides 
classes and interfaces to enable Any values to be dynamically interpreted (traversed) 
and constructed through DynAny objects 
	| Home | Concepts | Programming | Reference | Tutorial |