Package | Description |
---|---|
org.omg.SECIOP |
Modifier and Type | Field and Description |
---|---|
static ContextIdDefn |
ContextIdDefn.CIDClient |
static ContextIdDefn |
ContextIdDefn.CIDPeer |
static ContextIdDefn |
ContextIdDefn.CIDSender |
ContextIdDefn |
MessageInContext.message_context_id_defn |
ContextIdDefn |
DiscardContext.message_context_id_defn |
ContextIdDefn |
MessageError.message_context_id_defn |
ContextIdDefn |
ContextIdDefnHolder.value |
Modifier and Type | Method and Description |
---|---|
static ContextIdDefn |
ContextIdDefnHelper.extract(Any any) |
static ContextIdDefn |
ContextIdDefn.from_int(int value) |
static ContextIdDefn |
ContextIdDefnHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
ContextIdDefnHelper.insert(Any any,
ContextIdDefn s) |
static void |
ContextIdDefnHelper.write(OutputStream out,
ContextIdDefn s) |
Constructor and Description |
---|
ContextIdDefnHolder(ContextIdDefn initial) |
DiscardContext(ContextIdDefn message_context_id_defn,
long message_context_id,
byte[] discard_context_token) |
MessageError(ContextIdDefn message_context_id_defn,
long message_context_id,
int major_status,
int minor_status) |
MessageInContext(ContextIdDefn message_context_id_defn,
long message_context_id,
ContextTokenType message_context_type,
byte[] message_protection_token) |
Copyright © 2013. All Rights Reserved.