org.apache.yoko.orb.OB
Interface ZeroPortPolicyOperations

All Superinterfaces:
PolicyOperations
All Known Subinterfaces:
ZeroPortPolicy
All Known Implementing Classes:
ZeroPortPolicy_impl

public interface ZeroPortPolicyOperations
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 ZeroPortPolicy set with value set to TRUE, then the IOR will have a zero value encoded in the IIOP profile.
 
Methods inherited from interface org.omg.CORBA.PolicyOperations
copy, destroy, policy_type
 

Method Detail

value

boolean value()
If an object has a ZeroPortPolicy set with value set to TRUE, then the IOR will have a zero value encoded in the IIOP profile.



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