|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CSI.ContextError
public final class ContextError
Generated from IDL struct "ContextError".
Field Summary | |
---|---|
long |
client_context_id
|
byte[] |
error_token
|
int |
major_status
|
int |
minor_status
|
Constructor Summary | |
---|---|
ContextError()
|
|
ContextError(long client_context_id,
int major_status,
int minor_status,
byte[] error_token)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public long client_context_id
public int major_status
public int minor_status
public byte[] error_token
Constructor Detail |
---|
public ContextError()
public ContextError(long client_context_id, int major_status, int minor_status, byte[] error_token)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |