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