All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.visigenic.vbroker.interceptor.ChainServerInterceptorFactory

public interface ChainServerInterceptorFactory
extends ServerInterceptorFactory

IDL definition:
interface ChainServerInterceptorFactory : ::interceptor::ServerInterceptorFactory {
void add(
in ::interceptor::ServerInterceptorFactory factory
);
void remove(
in ::interceptor::ServerInterceptorFactory factory
);
};


Method Index

 o add(ServerInterceptorFactory)

Operation: ::interceptor::ChainServerInterceptorFactory::add.

 o remove(ServerInterceptorFactory)

Operation: ::interceptor::ChainServerInterceptorFactory::remove.

Methods

 o add
 public abstract void add(ServerInterceptorFactory factory)

Operation: ::interceptor::ChainServerInterceptorFactory::add.

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

 o remove
 public abstract void remove(ServerInterceptorFactory factory)

Operation: ::interceptor::ChainServerInterceptorFactory::remove.

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


All Packages  Class Hierarchy  This Package  Previous  Next  Index