|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CSIIOP.CompoundSecMech
public final class CompoundSecMech
Struct definition: CompoundSecMech.
Field Summary | |
---|---|
AS_ContextSec |
as_context_mech
Struct member as_context_mech |
SAS_ContextSec |
sas_context_mech
Struct member sas_context_mech |
short |
target_requires
Struct member target_requires |
org.omg.IOP.TaggedComponent |
transport_mech
Struct member transport_mech |
Constructor Summary | |
---|---|
CompoundSecMech()
Default constructor |
|
CompoundSecMech(short target_requires,
org.omg.IOP.TaggedComponent transport_mech,
AS_ContextSec as_context_mech,
SAS_ContextSec sas_context_mech)
Constructor with fields initialization |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public short target_requires
public org.omg.IOP.TaggedComponent transport_mech
public AS_ContextSec as_context_mech
public SAS_ContextSec sas_context_mech
Constructor Detail |
---|
public CompoundSecMech()
public CompoundSecMech(short target_requires, org.omg.IOP.TaggedComponent transport_mech, AS_ContextSec as_context_mech, SAS_ContextSec sas_context_mech)
target_requires
- target_requires struct membertransport_mech
- transport_mech struct memberas_context_mech
- as_context_mech struct membersas_context_mech
- sas_context_mech struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |