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