All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.visigenic.vbroker.interceptor.ChainClientInterceptorFactory

public interface ChainClientInterceptorFactory
extends ClientInterceptorFactory

IDL definition:
interface ChainClientInterceptorFactory : ::interceptor::ClientInterceptorFactory {
void add(
in ::interceptor::ClientInterceptorFactory factory
);
void remove(
in ::interceptor::ClientInterceptorFactory factory
);
};


Method Index

 o add(ClientInterceptorFactory)

Operation: ::interceptor::ChainClientInterceptorFactory::add.

 o remove(ClientInterceptorFactory)

Operation: ::interceptor::ChainClientInterceptorFactory::remove.

Methods

 o add
 public abstract void add(ClientInterceptorFactory factory)

Operation: ::interceptor::ChainClientInterceptorFactory::add.

void add(
in ::interceptor::ClientInterceptorFactory factory
);

 o remove
 public abstract void remove(ClientInterceptorFactory factory)

Operation: ::interceptor::ChainClientInterceptorFactory::remove.

void remove(
in ::interceptor::ClientInterceptorFactory factory
);


All Packages  Class Hierarchy  This Package  Previous  Next  Index