Package org.openorb.PI

Interface Summary
ClientManager This interface defines operations that must be implemented by a client request interceptor manager. Overrides must have a constructor with exact signature: public ClientManager(org.omg.PortableInterceptor.ClientRequestInterceptor [] list, org.openorb.PI.CurrentImpl current) The default implementation can be overriden by setting the openorb.PI.ClientManagerClass property with the classname of the override.
CodecFactoryManager Interface for codec factory registration.
FeatureInitializer Feature initializers are an extention of an ORBInitializer allowing access to unique OpenORB features during initialization.
FeatureInitInfo Init info interface passed to feature initializers.
IORManager This interface must be implemented by the IOR interceptor manager. Overrides must have a constructor with exact signature: public IORManager(org.omg.PortableInterceptor.IORInterceptor [] list) The default implementation can be overriden by setting the org.openorb.PI.IORManagerClass property with the classname of the override.
ORBInitInfo This interface must be implemented by the ORB Init Info class.
RequestCallback This interface is handed to the PIManager when performing interception tasks.
ServerManager This interface describes all operations that must be implemented to provide a server request interceptor manager. Overrides must have a constructor with exact signature: public ServerManager(org.omg.PortableInterceptor.ServerRequestInterceptor [] list, org.openorb.PI.CurrentImpl current) The default implementation can be overriden by setting the openorb.PI.ServerManagerClass property with the classname of the override.
 

Class Summary
CodecFactoryManagerImpl This class implements the Codec Factory.
ComponentSet This class is used to return all component tag required to complete an IOR.
CurrentImpl Implementation of PICurrent.
OpenORBInitInfo This class implements the "ORBInitInfo" interface for PortableInterceptors.
SimpleClientManager This class is the manager for portable interceptor on client side.
SimpleIORInterceptor This interceptor will add a single or multiple components to the IIOP profile
SimpleIORManager This class is the IOR interceptor manager.
SimpleServerManager This interface describes all operations that must be implemented to provide a server request interceptor manager.