public class ThreadPolicyHelper
extends java.lang.Object
| Constructor and Description |
|---|
ThreadPolicyHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ThreadPolicy |
extract(Any a)
Extract ThreadPolicy from an any
|
static java.lang.String |
id()
Return the ThreadPolicy IDL ID
|
static void |
insert(Any a,
ThreadPolicy t)
Insert ThreadPolicy into an any
|
static ThreadPolicy |
narrow(Object obj)
Narrow CORBA::Object to ThreadPolicy
|
static ThreadPolicy |
read(InputStream istream)
Read ThreadPolicy from a marshalled stream
|
static TypeCode |
type()
Return the ThreadPolicy TypeCode
|
static ThreadPolicy |
unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to ThreadPolicy
|
static void |
write(OutputStream ostream,
ThreadPolicy value)
Write ThreadPolicy into a marshalled stream
|
public static void insert(Any a, ThreadPolicy t)
a - an anyt - ThreadPolicy valuepublic static ThreadPolicy extract(Any a)
a - an anypublic static TypeCode type()
public static java.lang.String id()
public static ThreadPolicy read(InputStream istream)
istream - the input streampublic static void write(OutputStream ostream, ThreadPolicy value)
ostream - the output streamvalue - ThreadPolicy valuepublic static ThreadPolicy narrow(Object obj)
obj - the CORBA Objectpublic static ThreadPolicy unchecked_narrow(Object obj)
obj - the CORBA Object