All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Interface com.visigenic.vbroker.interceptor.ChainServerInterceptorFactory

public interface ChainServerInterceptorFactory
extends ServerInterceptorFactory

IDL definition:
#pragma prefix "visigenic.com/interceptor"
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.

#pragma prefix "visigenic.com/interceptor/ChainServerInterceptorFactory"
void add(
in ::interceptor::ServerInterceptorFactory factory
);

 o remove
public abstract void remove(ServerInterceptorFactory factory)

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

#pragma prefix "visigenic.com/interceptor/ChainServerInterceptorFactory"
void remove(
in ::interceptor::ServerInterceptorFactory factory
);


All Packages  Class Hierarchy  This Package  Previous  Next  Index