|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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 |
equals, 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 anypublic static TypeCode type()
public static java.lang.String id()
public static SyncScopePolicy read(InputStream istream)
istream
- the input streampublic static void write(OutputStream ostream, SyncScopePolicy value)
ostream
- the output streamvalue
- SyncScopePolicy valuepublic static SyncScopePolicy narrow(Object obj)
obj
- the CORBA Objectpublic static SyncScopePolicy unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |