org.apache.yoko.orb.OB
Interface LocationTransparencyPolicyOperations

All Superinterfaces:
PolicyOperations
All Known Subinterfaces:
LocationTransparencyPolicy
All Known Implementing Classes:
LocationTransparencyPolicy_impl

public interface LocationTransparencyPolicyOperations
extends PolicyOperations

The location transparency policy. This policy is used to control how strict the ORB is in enforcing location transparency. This is useful for performance reasons.


Method Summary
 short value()
          LOCATION_TRANSPARENCY_STRICT ensures strict location transparency is followed.
 
Methods inherited from interface org.omg.CORBA.PolicyOperations
copy, destroy, policy_type
 

Method Detail

value

short value()
LOCATION_TRANSPARENCY_STRICT ensures strict location transparency is followed. LOCATION_TRANSPARENCY_RELAXED relaxes the location transparency guarantees for performance reasons. Specifically for collocated method invocations, the dispatch concurrency model will be ignored, and policy overrides are not removed. The default value is LOCATION_TRANSPARENCY_STRICT.



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