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