org.openorb.orb.pi
Interface IORManager
- All Known Implementing Classes:
- SimpleIORManager
- public interface 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. To disable IOR construction altogether set this property to the
empty string.
- Version:
- $Revision: 1.3 $ $Date: 2004/02/10 21:02:51 $
- Author:
- Chris Wood
Method Summary |
void |
establish_components(org.omg.PortableInterceptor.IORInfo info)
This methods establishes IOR components for an IOR. |
establish_components
public void establish_components(org.omg.PortableInterceptor.IORInfo info)
- This methods establishes IOR components for an IOR.
- Parameters:
info
- The IOR descriptor.