|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.PolicyManagerHelper
public class PolicyManagerHelper
Helper class for : PolicyManager
Constructor Summary | |
---|---|
PolicyManagerHelper()
|
Method Summary | |
---|---|
static PolicyManager |
extract(Any a)
Extract PolicyManager from an any |
static java.lang.String |
id()
Return the PolicyManager IDL ID |
static void |
insert(Any a,
PolicyManager t)
Insert PolicyManager into an any |
static PolicyManager |
narrow(Object obj)
Narrow CORBA::Object to PolicyManager |
static PolicyManager |
read(InputStream istream)
Read PolicyManager from a marshalled stream |
static TypeCode |
type()
Return the PolicyManager TypeCode |
static PolicyManager |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to PolicyManager |
static void |
write(OutputStream ostream,
PolicyManager value)
Write PolicyManager 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 PolicyManagerHelper()
Method Detail |
---|
public static void insert(Any a, PolicyManager t)
a
- an anyt
- PolicyManager valuepublic static PolicyManager extract(Any a)
a
- an any
public static TypeCode type()
public static java.lang.String id()
public static PolicyManager read(InputStream istream)
istream
- the input stream
public static void write(OutputStream ostream, PolicyManager value)
ostream
- the output streamvalue
- PolicyManager valuepublic static PolicyManager narrow(Object obj)
obj
- the CORBA Object
public static PolicyManager unchecked_narrow(Object obj)
obj
- the CORBA Object
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |