Uses of Interface
org.omg.Messaging.SyncScopePolicy
-
Packages that use SyncScopePolicy Package Description org.omg.Messaging -
-
Uses of SyncScopePolicy in org.omg.Messaging
Classes in org.omg.Messaging that implement SyncScopePolicy Modifier and Type Class Description class
_SyncScopePolicyStub
org/omg/Messaging/_SyncScopePolicyStub.java .Fields in org.omg.Messaging declared as SyncScopePolicy Modifier and Type Field Description SyncScopePolicy
SyncScopePolicyHolder. value
Methods in org.omg.Messaging that return SyncScopePolicy Modifier and Type Method Description SyncScopePolicy
SyncScopePolicyPOA. _this()
SyncScopePolicy
SyncScopePolicyPOA. _this(ORB orb)
static SyncScopePolicy
SyncScopePolicyHelper. extract(Any a)
static SyncScopePolicy
SyncScopePolicyHelper. narrow(Object obj)
static SyncScopePolicy
SyncScopePolicyHelper. read(InputStream istream)
static SyncScopePolicy
SyncScopePolicyHelper. unchecked_narrow(Object obj)
Methods in org.omg.Messaging with parameters of type SyncScopePolicy Modifier and Type Method Description static void
SyncScopePolicyHelper. insert(Any a, SyncScopePolicy that)
static void
SyncScopePolicyHelper. write(OutputStream ostream, SyncScopePolicy value)
Constructors in org.omg.Messaging with parameters of type SyncScopePolicy Constructor Description SyncScopePolicyHolder(SyncScopePolicy initialValue)
-