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. |