org.omg.CSIIOP
Class CompoundSecMechList

java.lang.Object
  extended by org.omg.CSIIOP.CompoundSecMechList
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class CompoundSecMechList
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

org/omg/CSIIOP/CompoundSecMechList.java . Generated by the IDL-to-Java compiler (portable), version "3.2" from /builddir/build/BUILD/geronimo-specs-1.2/geronimo-spec-corba/src/main/idl/CSIIOP.idl Tuesday, December 2, 2008 12:16:17 PM EST

See Also:
Serialized Form

Field Summary
 CompoundSecMech[] mechanism_list
           
 boolean stateful
           
 
Constructor Summary
CompoundSecMechList()
           
CompoundSecMechList(boolean _stateful, CompoundSecMech[] _mechanism_list)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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)


Copyright © 2008. All Rights Reserved.