org.apache.yoko.orb.OB
Interface ProtocolPolicyOperations

All Superinterfaces:
PolicyOperations
All Known Subinterfaces:
ProtocolPolicy
All Known Implementing Classes:
ProtocolPolicy_impl

public interface ProtocolPolicyOperations
extends PolicyOperations

The protocol policy. This policy specifies the order in which profiles should be tried.


Method Summary
 boolean contains(String id)
          Determines if this policy includes the given plugin id.
 String[] value()
          If a ProtocolPolicy is set, then the value specifies the list of plugins that may be used.
 
Methods inherited from interface org.omg.CORBA.PolicyOperations
copy, destroy, policy_type
 

Method Detail

value

String[] value()
If a ProtocolPolicy is set, then the value specifies the list of plugins that may be used. The profiles of an IOR will be used in the order specified by this policy. If no profile in an IOR matches any of the plugins specified by this policy, a CORBA::TRANSIENT exception will be raised. By default, the ORB chooses the protocol to be used.


contains

boolean contains(String id)
Determines if this policy includes the given plugin id.



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