|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.PortableServer.ForwardRequestHelper
public abstract class ForwardRequestHelper
The helper operations for the exception ForwardRequest.
| Constructor Summary | |
|---|---|
ForwardRequestHelper()
|
|
| Method Summary | |
|---|---|
static ForwardRequest |
extract(Any any)
Extract the ForwardRequest from given Any. |
static String |
id()
Get the ForwardRequest repository id. |
static void |
insert(Any any,
ForwardRequest that)
Insert the ForwardRequest into the given Any. |
static ForwardRequest |
read(InputStream input)
Read the exception from the CDR intput stream. |
static TypeCode |
type()
Create the ForwardRequest typecode (structure, named "ForwardRequest"). |
static void |
write(OutputStream output,
ForwardRequest value)
Write the exception 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 ForwardRequestHelper()
| Method Detail |
|---|
public static ForwardRequest extract(Any any)
BAD_OPERATION - if the passed Any does not contain ForwardRequest.public static String id()
public static void insert(Any any,
ForwardRequest that)
any - the Any to insert into.that - the ForwardRequest to insert.public static ForwardRequest read(InputStream input)
input - a org.omg.CORBA.portable stream to read from.public static TypeCode type()
public static void write(OutputStream output,
ForwardRequest 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 | ||||||||