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