Package com.sun.corba.ee.org.omg.CSIIOP
Class CompoundSecMechList
- java.lang.Object
-
- com.sun.corba.ee.org.omg.CSIIOP.CompoundSecMechList
-
- All Implemented Interfaces:
java.io.Serializable
,IDLEntity
public final class CompoundSecMechList extends java.lang.Object implements IDLEntity
com/sun/corba/ee/org/omg/CSIIOP/CompoundSecMechList.java . Generated by the IDL-to-Java compiler (portable), version "4.1" from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4/csiv2-idl/src/main/idl/CSIIOP.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description CompoundSecMech[]
mechanism_list
boolean
stateful
-
Constructor Summary
Constructors Constructor Description CompoundSecMechList()
CompoundSecMechList(boolean _stateful, CompoundSecMech[] _mechanism_list)
-
-
-
Field Detail
-
stateful
public boolean stateful
-
mechanism_list
public CompoundSecMech[] mechanism_list
-
-
Constructor Detail
-
CompoundSecMechList
public CompoundSecMechList()
-
CompoundSecMechList
public CompoundSecMechList(boolean _stateful, CompoundSecMech[] _mechanism_list)
-
-