com.inprise.vbroker.interceptor
Interface InterceptorManagerControl
- All Superinterfaces:
- IDLEntity, java.io.Serializable
public interface InterceptorManagerControl
- extends IDLEntity
The InterceptorManagerControl is responsible for controlling a set
of related interceptor managers. An instance of an InterceptorManager
may be obtained by invoking the getManager() method with a string
identifying the manager which should be returned.
Method Summary |
InterceptorManager |
get_manager(java.lang.String name)
This method is invoked by the ORB to obtain an instance of the an InterceptorManager which returns a
string identifying the manager. |
get_manager
InterceptorManager get_manager(java.lang.String name)
- This method is invoked by the ORB to obtain an instance of the an InterceptorManager which returns a
string identifying the manager.
- Parameters:
name
- name of the manager
- Returns:
- an instance of
InterceptorManager
Read the latest documentation online