|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CSIIOP.CompoundSecMechList
public final class CompoundSecMechList
Struct definition: CompoundSecMechList.
Field Summary | |
---|---|
CompoundSecMech[] |
mechanism_list
Struct member mechanism_list |
boolean |
stateful
Struct member stateful |
Constructor Summary | |
---|---|
CompoundSecMechList()
Default constructor |
|
CompoundSecMechList(boolean stateful,
CompoundSecMech[] mechanism_list)
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 boolean stateful
public CompoundSecMech[] mechanism_list
Constructor Detail |
---|
public CompoundSecMechList()
public CompoundSecMechList(boolean stateful, CompoundSecMech[] mechanism_list)
stateful
- stateful struct membermechanism_list
- mechanism_list struct member
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |