All Packages Class Hierarchy This Package Previous Next Index
#pragma prefix "visigenic.com/interceptor"
interface BindInterceptor {
boolean bind(
inout ::IOP::IOR ior,
in Object obj,
in ::interceptor::Closure closure
);
boolean bind_failed(
inout ::IOP::IOR ior,
in Object obj,
in ::interceptor::Closure closure
);
void bind_succeeded(
in ::IOP::IOR ior,
in Object obj,
in ::interceptor::Closure closure
);
boolean rebind(
inout ::IOP::IOR ior,
in Object obj,
in ::interceptor::Closure closure
);
boolean rebind_failed(
inout ::IOP::IOR ior,
in Object obj,
in ::interceptor::Closure closure
);
void rebind_succeeded(
in ::IOP::IOR ior,
in Object obj,
in ::interceptor::Closure closure
);
void exception_occurred(
in ::IOP::IOR ior,
in Object obj,
in ::CORBA::Environment env,
in ::interceptor::Closure closure
);
};
Operation: ::interceptor::BindInterceptor::bind.
Operation: ::interceptor::BindInterceptor::bind_failed.
Operation: ::interceptor::BindInterceptor::bind_succeeded.
Operation: ::interceptor::BindInterceptor::exception_occurred.
Operation: ::interceptor::BindInterceptor::rebind.
Operation: ::interceptor::BindInterceptor::rebind_failed.
Operation: ::interceptor::BindInterceptor::rebind_succeeded.
public abstract boolean bind(IORHolder ior,
Object obj,
Closure closure)
Operation: ::interceptor::BindInterceptor::bind.
#pragma prefix "visigenic.com/interceptor/BindInterceptor" boolean bind( inout ::IOP::IOR ior, in Object obj, in ::interceptor::Closure closure );
public abstract boolean bind_failed(IORHolder ior,
Object obj,
Closure closure)
Operation: ::interceptor::BindInterceptor::bind_failed.
#pragma prefix "visigenic.com/interceptor/BindInterceptor" boolean bind_failed( inout ::IOP::IOR ior, in Object obj, in ::interceptor::Closure closure );
public abstract void bind_succeeded(IOR ior,
Object obj,
Closure closure)
Operation: ::interceptor::BindInterceptor::bind_succeeded.
#pragma prefix "visigenic.com/interceptor/BindInterceptor" void bind_succeeded( in ::IOP::IOR ior, in Object obj, in ::interceptor::Closure closure );
public abstract boolean rebind(IORHolder ior,
Object obj,
Closure closure)
Operation: ::interceptor::BindInterceptor::rebind.
#pragma prefix "visigenic.com/interceptor/BindInterceptor" boolean rebind( inout ::IOP::IOR ior, in Object obj, in ::interceptor::Closure closure );
public abstract boolean rebind_failed(IORHolder ior,
Object obj,
Closure closure)
Operation: ::interceptor::BindInterceptor::rebind_failed.
#pragma prefix "visigenic.com/interceptor/BindInterceptor" boolean rebind_failed( inout ::IOP::IOR ior, in Object obj, in ::interceptor::Closure closure );
public abstract void rebind_succeeded(IOR ior,
Object obj,
Closure closure)
Operation: ::interceptor::BindInterceptor::rebind_succeeded.
#pragma prefix "visigenic.com/interceptor/BindInterceptor" void rebind_succeeded( in ::IOP::IOR ior, in Object obj, in ::interceptor::Closure closure );
public abstract void exception_occurred(IOR ior,
Object obj,
Environment env,
Closure closure)
Operation: ::interceptor::BindInterceptor::exception_occurred.
#pragma prefix "visigenic.com/interceptor/BindInterceptor" void exception_occurred( in ::IOP::IOR ior, in Object obj, in ::CORBA::Environment env, in ::interceptor::Closure closure );
All Packages Class Hierarchy This Package Previous Next Index