|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.openorb.ots.SpecificData
public final class SpecificData
This structure is contained into the implementation specific data of the propagation context.
| Field Summary | |
|---|---|
Control |
ctrl
Struct member ctrl |
byte[] |
magic
Struct member magic |
short |
version_major
Struct member version_major |
short |
version_minor
Struct member version_minor |
| Constructor Summary | |
|---|---|
SpecificData()
Default constructor |
|
SpecificData(byte[] magic,
short version_major,
short version_minor,
Control ctrl)
Constructor with fields initialization |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public byte[] magic
public short version_major
public short version_minor
public Control ctrl
| Constructor Detail |
|---|
public SpecificData()
public SpecificData(byte[] magic,
short version_major,
short version_minor,
Control ctrl)
magic - magic struct memberversion_major - version_major struct memberversion_minor - version_minor struct memberctrl - ctrl struct member
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||