|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.IOP.ServiceContext
public final class ServiceContext
The ServiceContext structure contains the service data, being passed in the CORBA message. For instance, then passing the wide characters, it is mandatory to include the service context, defining the used encoding. The contexts are recognised by they integer indentifier. In this class, the content of the context is represented as an abstract array of bytes.
ServiceContextHolder
,
ServiceContextHelper
,
Serialized FormField Summary | |
---|---|
byte[] |
context_data
The context_data. |
int |
context_id
The context id (for instance, 0x1 for code sets context). |
Constructor Summary | |
---|---|
ServiceContext()
Create the unitialised instance, assigning to the all fields java default values. |
|
ServiceContext(int a_context_id,
byte[] a_context_data)
Create the instance, initialising the fields to the given values. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int context_id
public byte[] context_data
Constructor Detail |
---|
public ServiceContext()
public ServiceContext(int a_context_id, byte[] a_context_data)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |