|
|||||||||
Home >> All >> org >> omg >> [ IOP overview ] | PREV NEXT |
Uses of Class
org.omg.IOP.ServiceContext
Uses of ServiceContext in org.omg.IOP |
Fields in org.omg.IOP declared as ServiceContext | |
ServiceContext[] |
ServiceContextListHolder.value
The stored ServiceContext[] value. |
ServiceContext |
ServiceContextHolder.value
The stored ServiceContext value. |
Methods in org.omg.IOP that return ServiceContext | |
static ServiceContext[] |
ServiceContextListHelper.extract(org.omg.CORBA.Any any)
Extract the ServiceContext[] from given Any. |
static ServiceContext[] |
ServiceContextListHelper.read(org.omg.CORBA.portable.InputStream input)
Read the ServiceContext[] from the CDR intput stream as a flexible lenth sequence. |
static ServiceContext |
ServiceContextHelper.extract(org.omg.CORBA.Any any)
Extract the ServiceContext from given Any. |
static ServiceContext |
ServiceContextHelper.read(org.omg.CORBA.portable.InputStream input)
Read the context from the CDR intput stream (first id, then data as a flexible length byte sequence). |
Methods in org.omg.IOP with parameters of type ServiceContext | |
static void |
ServiceContextListHelper.insert(org.omg.CORBA.Any any,
ServiceContext[] that)
Insert the ServiceContext[] into the given Any. |
static void |
ServiceContextListHelper.write(org.omg.CORBA.portable.OutputStream output,
ServiceContext[] value)
Write the ServiceContext[] to the CDR output stream as a flexible length sequence. |
static void |
ServiceContextHelper.insert(org.omg.CORBA.Any any,
ServiceContext that)
Insert the ServiceContext into the given Any. |
static void |
ServiceContextHelper.write(org.omg.CORBA.portable.OutputStream output,
ServiceContext value)
Write the context to the CDR output stream (first id, then data as a flexible length byte sequence). |
Constructors in org.omg.IOP with parameters of type ServiceContext | |
ServiceContextListHolder(ServiceContext[] initialValue)
Create the initialised instance. |
|
ServiceContextHolder(ServiceContext initialValue)
Create the initialised instance. |
|
|||||||||
Home >> All >> org >> omg >> [ IOP overview ] | PREV NEXT |