org.omg.PortableInterceptor

Interface IORInterceptorOperations

public interface IORInterceptorOperations extends InterceptorOperations

Defines operation, applicable to the IORInterceptor.
Method Summary
voidestablish_components(IORInfo info)
A server side ORB calls this method on all registered IORInterceptor's when creating the object reference (IOR).

Method Detail

establish_components

public 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.