org.omg.PortableInterceptor
Interface IORInterceptorOperations
- All Superinterfaces:
- InterceptorOperations
- All Known Subinterfaces:
- IORInterceptor, IORInterceptor_3_0, IORInterceptor_3_0Operations
public interface IORInterceptorOperations
- extends InterceptorOperations
Defines operation, applicable to the IORInterceptor.
Method Summary |
void |
establish_components(IORInfo info)
A server side ORB calls this method on all registered IORInterceptor's when
creating the object reference (IOR). |
establish_components
void establish_components(IORInfo info)
- A server side ORB calls this method on all registered IORInterceptor's when
creating the object reference (IOR). The interceptors have the possibility
to add additional tags to the IOR being created.
- Parameters:
info
- the interface class providing methods to insert additional tags
into IOR being constructed.