|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.PortableServer.POAHelper
public abstract class POAHelper
The helper operations for the CORBA object POA.
| Constructor Summary | |
|---|---|
POAHelper()
|
|
| Method Summary | |
|---|---|
static POA |
extract(Any any)
Extract the POA from given Any. |
static String |
id()
Get the POA repository id. |
static void |
insert(Any any,
POA that)
Insert the POA into the given Any. |
static POA |
narrow(Object obj)
Cast the passed object into the POA. |
static POA |
read(InputStream input)
This should read POA from the CDR input stream, but, following the specs, it doesnot. |
static TypeCode |
type()
Get the type code of the POA. |
static void |
write(OutputStream output,
POA value)
This should read POA from the CDR input stream, but, following the specs, it doesnot. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public POAHelper()
| Method Detail |
|---|
public static POA narrow(Object obj)
obj - the object to narrow.
BAD_PARAM - if the passed object is not a POA.public static TypeCode type()
POA.
public static void insert(Any any,
POA that)
any - the Any to insert into.that - the POA to insert.public static POA extract(Any any)
BAD_OPERATION - if the passed Any does not contain POA.public static String id()
public static POA read(InputStream input)
input - a org.omg.CORBA.portable stream to read from.
MARSHAL, - always.
public static void write(OutputStream output,
POA value)
output - a org.omg.CORBA.portable stream to write into.
MARSHAL, - always.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||