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