org.apache.yoko.orb.OBPortableServer
Interface InterceptorCallPolicyOperations

All Superinterfaces:
PolicyOperations
All Known Subinterfaces:
InterceptorCallPolicy
All Known Implementing Classes:
InterceptorCallPolicy_impl

public interface InterceptorCallPolicyOperations
extends PolicyOperations

The interceptor call policy. This policy controls whether the server-side interceptors are called for a particular POA.


Method Summary
 boolean value()
          The InterceptorCallPolicy value.
 
Methods inherited from interface org.omg.CORBA.PolicyOperations
copy, destroy, policy_type
 

Method Detail

value

boolean value()
The InterceptorCallPolicy value. If a POA has an InterceptorCallPolicy set and value is FALSE then any installed server-side interceptors are not called for requests on this POA. Otherwise, interceptors are called for each request. The default value is TRUE.



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