org.openorb.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.1 $ $Date: 2000/12/28 22:52:36 $
Author:
Chris Wood <wood@intalio.com>

Method Summary
 void establish_components(IORInfo info)
           
 

Method Detail

establish_components

public void establish_components(IORInfo info)