public abstract class ObjectAlreadyActiveHelper extends java.lang.Object
ObjectAlreadyActive.| Constructor and Description |
|---|
ObjectAlreadyActiveHelper() |
| Modifier and Type | Method and Description |
|---|---|
static ObjectAlreadyActive |
extract(org.omg.CORBA.Any any)
Extract the ObjectAlreadyActive from given Any.
|
static java.lang.String |
id()
Get the ObjectAlreadyActive repository id.
|
static void |
insert(org.omg.CORBA.Any any,
ObjectAlreadyActive that)
Insert the ObjectAlreadyActive into the given Any.
|
static ObjectAlreadyActive |
read(org.omg.CORBA.portable.InputStream input)
Read the exception from the CDR intput stream.
|
static org.omg.CORBA.TypeCode |
type()
Create the ObjectAlreadyActive typecode (empty structure,
named "ObjectAlreadyActive").
|
static void |
write(org.omg.CORBA.portable.OutputStream output,
ObjectAlreadyActive value)
Write the exception to the CDR output stream.
|
public ObjectAlreadyActiveHelper()
public static org.omg.CORBA.TypeCode type()
public static void insert(org.omg.CORBA.Any any, ObjectAlreadyActive that)
any - the Any to insert into.that - the ObjectAlreadyActive to insert.public static ObjectAlreadyActive extract(org.omg.CORBA.Any any)
org.omg.CORBA.BAD_OPERATION - if the passed Any does not contain ObjectAlreadyActive.public static java.lang.String id()
public static ObjectAlreadyActive read(org.omg.CORBA.portable.InputStream input)
input - a org.omg.CORBA.portable stream to read from.public static void write(org.omg.CORBA.portable.OutputStream output, ObjectAlreadyActive value)
output - a org.omg.CORBA.portable stream stream to write into.value - a value to write.