Uses of Interface
org.omg.Messaging.SyncScopePolicy

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

Uses of SyncScopePolicy in org.jacorb.orb.policies
 

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

Uses of SyncScopePolicy in org.omg.Messaging
 

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

Fields in org.omg.Messaging declared as SyncScopePolicy
 SyncScopePolicy SyncScopePolicyHolder.value
           
 

Methods in org.omg.Messaging that return SyncScopePolicy
static SyncScopePolicy SyncScopePolicyHelper.extract(Any any)
           
static SyncScopePolicy SyncScopePolicyHelper.read(InputStream in)
           
static SyncScopePolicy SyncScopePolicyHelper.narrow(java.lang.Object obj)
           
static SyncScopePolicy SyncScopePolicyHelper.narrow(Object obj)
           
static SyncScopePolicy SyncScopePolicyHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.Messaging with parameters of type SyncScopePolicy
static void SyncScopePolicyHelper.insert(Any any, SyncScopePolicy s)
           
static void SyncScopePolicyHelper.write(OutputStream _out, SyncScopePolicy s)
           
 

Constructors in org.omg.Messaging with parameters of type SyncScopePolicy
SyncScopePolicyHolder(SyncScopePolicy initial)