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