org.apache.yoko.orb.OB
Interface ConnectionReusePolicyOperations

All Superinterfaces:
PolicyOperations
All Known Subinterfaces:
ConnectionReusePolicy
All Known Implementing Classes:
ConnectionReusePolicy_impl

public interface ConnectionReusePolicyOperations
extends PolicyOperations

The connection reuse policy. This policy determines whether connections may be reused or are private to specific objects.


Method Summary
 boolean value()
          If an object has a ConnectionReusePolicy set with value set to FALSE, then other object references will not be permitted to use connections made on behalf of this object.
 
Methods inherited from interface org.omg.CORBA.PolicyOperations
copy, destroy, policy_type
 

Method Detail

value

boolean value()
If an object has a ConnectionReusePolicy set with value set to FALSE, then other object references will not be permitted to use connections made on behalf of this object. If set to TRUE, then connections are shared. The default value is TRUE.



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