All Packages Class Hierarchy This Package Previous Next Index
interface ChainServerInterceptorFactory : ::interceptor::ServerInterceptorFactory { void add( in ::interceptor::ServerInterceptorFactory factory ); void remove( in ::interceptor::ServerInterceptorFactory factory ); };
Operation: ::interceptor::ChainServerInterceptorFactory::add.
Operation: ::interceptor::ChainServerInterceptorFactory::remove.
public abstract void add(ServerInterceptorFactory factory)
Operation: ::interceptor::ChainServerInterceptorFactory::add.
void add( in ::interceptor::ServerInterceptorFactory factory );
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