|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.Messaging.SyncScopePolicyHelper
Helper class for : SyncScopePolicy
Constructor Summary | |
SyncScopePolicyHelper()
|
Method Summary | |
static SyncScopePolicy |
extract(Any a)
Extract SyncScopePolicy from an any |
static java.lang.String |
id()
Return the SyncScopePolicy IDL ID |
static void |
insert(Any a,
SyncScopePolicy t)
Insert SyncScopePolicy into an any |
static SyncScopePolicy |
narrow(Object obj)
Narrow CORBA::Object to SyncScopePolicy |
static SyncScopePolicy |
read(InputStream istream)
Read SyncScopePolicy from a marshalled stream |
static TypeCode |
type()
Return the SyncScopePolicy TypeCode |
static SyncScopePolicy |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to SyncScopePolicy |
static void |
write(OutputStream ostream,
SyncScopePolicy value)
Write SyncScopePolicy into a marshalled stream |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SyncScopePolicyHelper()
Method Detail |
public static void insert(Any a, SyncScopePolicy t)
a
- an anyt
- SyncScopePolicy valuepublic static SyncScopePolicy extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static SyncScopePolicy read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, SyncScopePolicy value)
ostream
- the output streamvalue
- SyncScopePolicy valuepublic static SyncScopePolicy narrow(Object obj)
obj
- the CORBA Object
public static SyncScopePolicy unchecked_narrow(Object obj)
obj
- the CORBA Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |