public final class ServiceContext extends java.lang.Object implements IDLEntity
| Modifier and Type | Field and Description |
|---|---|
byte[] |
context_data
Struct member context_data
|
int |
context_id
Struct member context_id
|
| Constructor and Description |
|---|
ServiceContext()
Default constructor
|
ServiceContext(int context_id,
byte[] context_data)
Constructor with fields initialization
|