org.apache.yoko.orb.OB
Interface InterceptorPolicyOperations

All Superinterfaces:
PolicyOperations
All Known Subinterfaces:
InterceptorPolicy
All Known Implementing Classes:
InterceptorPolicy_impl

public interface InterceptorPolicyOperations
extends PolicyOperations

The interceptor policy. This policy can be used to control whether the client-side interceptors are called.


Method Summary
 boolean value()
          If an object reference has an InterceptorPolicy set and value is FALSE then any installed client-side interceptors are not called.
 
Methods inherited from interface org.omg.CORBA.PolicyOperations
copy, destroy, policy_type
 

Method Detail

value

boolean value()
If an object reference has an InterceptorPolicy set and value is FALSE then any installed client-side interceptors are not called. Otherwise, interceptors are called for each method invocation. The default value is TRUE.



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.