Uses of Interface
org.omg.Messaging.SyncScopePolicyOperations

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

Uses of SyncScopePolicyOperations in org.jacorb.orb.policies
 

Classes in org.jacorb.orb.policies that implement SyncScopePolicyOperations
 class SyncScopePolicy
           
 

Uses of SyncScopePolicyOperations in org.omg.Messaging
 

Subinterfaces of SyncScopePolicyOperations in org.omg.Messaging
 interface SyncScopePolicy
          Generated from IDL interface "SyncScopePolicy"
 

Classes in org.omg.Messaging that implement SyncScopePolicyOperations
 class _SyncScopePolicyLocalBase
          Abstract base class for implementations of local interface SyncScopePolicy
 class SyncScopePolicyLocalTie
          Generated from IDL interface "SyncScopePolicy"
 

Methods in org.omg.Messaging that return SyncScopePolicyOperations
 SyncScopePolicyOperations SyncScopePolicyLocalTie._delegate()
           
 

Methods in org.omg.Messaging with parameters of type SyncScopePolicyOperations
 void SyncScopePolicyLocalTie._delegate(SyncScopePolicyOperations delegate)
           
 

Constructors in org.omg.Messaging with parameters of type SyncScopePolicyOperations
SyncScopePolicyLocalTie(SyncScopePolicyOperations delegate)