public class ThreadPolicyValueHelper
extends java.lang.Object
| Constructor and Description |
|---|
ThreadPolicyValueHelper() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static void insert(Any a, ThreadPolicyValue t)
a - an anyt - ThreadPolicyValue valuepublic static ThreadPolicyValue extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static ThreadPolicyValue read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, ThreadPolicyValue value)
ostream - the output streamvalue - ThreadPolicyValue value