Uses of Interface
org.omg.Messaging.QueueOrderPolicyOperations

Packages that use QueueOrderPolicyOperations
org.jacorb.orb.policies   
org.omg.Messaging   
 

Uses of QueueOrderPolicyOperations in org.jacorb.orb.policies
 

Classes in org.jacorb.orb.policies that implement QueueOrderPolicyOperations
 class QueueOrderPolicy
           
 

Uses of QueueOrderPolicyOperations in org.omg.Messaging
 

Subinterfaces of QueueOrderPolicyOperations in org.omg.Messaging
 interface QueueOrderPolicy
          Generated from IDL interface "QueueOrderPolicy"
 

Classes in org.omg.Messaging that implement QueueOrderPolicyOperations
 class _QueueOrderPolicyLocalBase
          Abstract base class for implementations of local interface QueueOrderPolicy
 class QueueOrderPolicyLocalTie
          Generated from IDL interface "QueueOrderPolicy"
 

Methods in org.omg.Messaging that return QueueOrderPolicyOperations
 QueueOrderPolicyOperations QueueOrderPolicyLocalTie._delegate()
           
 

Methods in org.omg.Messaging with parameters of type QueueOrderPolicyOperations
 void QueueOrderPolicyLocalTie._delegate(QueueOrderPolicyOperations delegate)
           
 

Constructors in org.omg.Messaging with parameters of type QueueOrderPolicyOperations
QueueOrderPolicyLocalTie(QueueOrderPolicyOperations delegate)