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