|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableInterceptor.AdapterManagerIdHelper
public abstract class AdapterManagerIdHelper
A helper operations for the adapter manager id. An adapter manager id is an integer constant and needs no helper, but the one is included anyway.
Constructor Summary | |
---|---|
AdapterManagerIdHelper()
|
Method Summary | |
---|---|
static int |
extract(Any any)
Extract the int from given Any. |
static String |
id()
Get the adapter manager id repository id. |
static void |
insert(Any any,
int that)
Insert the int into the given Any. |
static int |
read(InputStream input)
Read the int (adapter manager id) from the CDR intput stream. |
static TypeCode |
type()
Create the AdapterManagerId typecode (alias of CORBA long (java int), named "AdapterManagerId"). |
static void |
write(OutputStream output,
int value)
Write the int (adapter manager id) to the CDR output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdapterManagerIdHelper()
Method Detail |
---|
public static TypeCode type()
public static void insert(Any any, int that)
public static int extract(Any any)
BAD_OPERATION
- if the passed Any does not contain int.public static String id()
public static int read(InputStream input)
input
- a org.omg.CORBA.portable stream to read from.public static void write(OutputStream output, int value)
output
- a org.omg.CORBA.portable stream stream to write into.value
- a value to write.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |