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