|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
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.
| Method Summary | |
|---|---|
void |
establish_components(org.omg.PortableInterceptor.IORInfo info)
This methods establishes IOR components for an IOR. |
| Method Detail |
|---|
void establish_components(org.omg.PortableInterceptor.IORInfo info)
info - The IOR descriptor.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||