VisiBroker for Java

com.inprise.vbroker.interceptor
Interface ServiceResolverInterceptorManager

All Superinterfaces:
IDLEntity, InterceptorManager, java.io.Serializable

public interface ServiceResolverInterceptorManager
extends InterceptorManager, IDLEntity

This interface is used to add/remove ServiceResolverInterceptors.


Method Summary
 void add(java.lang.String name, ServiceResolverInterceptor interceptor)
          This method is used to add a ServiceResolverInterceptor.
 void remove(java.lang.String name)
          This method is used to remove the named ServiceResolverInterceptor service.
 

Method Detail

remove

void remove(java.lang.String name)
This method is used to remove the named ServiceResolverInterceptor service.

Parameters:
name - The name of the interceptor to be removed.

add

void add(java.lang.String name,
         ServiceResolverInterceptor interceptor)
This method is used to add a ServiceResolverInterceptor.

Parameters:
name - The name of the Service

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online