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