public interface IORManager
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.
| Modifier and Type | Method and Description |
|---|---|
void |
establish_components(org.omg.PortableInterceptor.IORInfo info)
This methods establishes IOR components for an IOR.
|