|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.IOP.ServiceContextListHelper
public abstract class ServiceContextListHelper
The helper operations for the
CORBA object ServiceContext
[].
Constructor Summary | |
---|---|
ServiceContextListHelper()
|
Method Summary | |
---|---|
static ServiceContext[] |
extract(Any any)
Extract the ServiceContext[] from given Any. |
static String |
id()
Get the ServiceContext[] repository id. |
static void |
insert(Any any,
ServiceContext[] that)
Insert the ServiceContext[] into the given Any. |
static ServiceContext[] |
read(InputStream input)
Read the ServiceContext[] from the CDR intput stream as a flexible lenth sequence. |
static TypeCode |
type()
Get the type code of the ServiceContext []. |
static void |
write(OutputStream output,
ServiceContext[] value)
Write the ServiceContext[] to the CDR output stream as a flexible length sequence. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceContextListHelper()
Method Detail |
---|
public static TypeCode type()
ServiceContext
[].
public static void insert(Any any, ServiceContext[] that)
any
- the Any to insert into.that
- the ServiceContext[] to insert.public static ServiceContext[] extract(Any any)
BAD_OPERATION
- if the passed Any does not contain ServiceContext[].public static String id()
public static ServiceContext[] read(InputStream input)
input
- a org.omg.CORBA.portable stream to read from.public static void write(OutputStream output, ServiceContext[] 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 |