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