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