GNU Classpath (0.17) | ||
Frames | No Frames |
Constructors with parameter type org.omg.IOP.ServiceContext | |
Create the initialised instance.
| |
Create the initialised instance.
|
Fields of type org.omg.IOP.ServiceContext | |
ServiceContext | The stored ServiceContext value.
|
ServiceContext[] | The stored ServiceContext[] value.
|
Methods with parameter type org.omg.IOP.ServiceContext | |
void | Insert the ServiceContext into the given Any.
|
void | Insert the ServiceContext[] into the given Any.
|
void | Write the context to the CDR output stream (first id, then
data as a flexible length byte sequence).
|
void | Write the ServiceContext[] to the CDR output stream as a flexible length
sequence.
|
Methods with return type org.omg.IOP.ServiceContext | |
ServiceContext | Extract the ServiceContext from given Any.
|
ServiceContext[] | Extract the ServiceContext[] from given Any.
|
ServiceContext | Read the context from the CDR intput stream (first id, then
data as a flexible length byte sequence).
|
ServiceContext[] | Read the ServiceContext[] from the CDR intput stream as a flexible lenth
sequence.
|
GNU Classpath (0.17) |