org.apache.yoko.orb.OB
Interface LocateRequestPolicyOperations

All Superinterfaces:
PolicyOperations
All Known Subinterfaces:
LocateRequestPolicy
All Known Implementing Classes:
LocateRequestPolicy_impl

public interface LocateRequestPolicyOperations
extends PolicyOperations

The locate request policy. This policy can be used to specify whether the ORB sends locate request messages.


Method Summary
 boolean value()
          If an object has a LocateRequestPolicy set to false then the ORB will not send locate request messages for the object.
 
Methods inherited from interface org.omg.CORBA.PolicyOperations
copy, destroy, policy_type
 

Method Detail

value

boolean value()
If an object has a LocateRequestPolicy set to false then the ORB will not send locate request messages for the object.



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