All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.visigenic.vbroker.interceptor.ChainBindInterceptor

public interface ChainBindInterceptor
extends BindInterceptor

IDL definition:
interface ChainBindInterceptor : ::interceptor::BindInterceptor {
void add(
in ::interceptor::BindInterceptor interceptor
);
void remove(
in ::interceptor::BindInterceptor interceptor
);
};


Method Index

 o add(BindInterceptor)

Operation: ::interceptor::ChainBindInterceptor::add.

 o remove(BindInterceptor)

Operation: ::interceptor::ChainBindInterceptor::remove.

Methods

 o add
 public abstract void add(BindInterceptor interceptor)

Operation: ::interceptor::ChainBindInterceptor::add.

void add(
in ::interceptor::BindInterceptor interceptor
);

 o remove
 public abstract void remove(BindInterceptor interceptor)

Operation: ::interceptor::ChainBindInterceptor::remove.

void remove(
in ::interceptor::BindInterceptor interceptor
);


All Packages  Class Hierarchy  This Package  Previous  Next  Index