org.omg.Security
Class MechandOptions

java.lang.Object
  extended byorg.omg.Security.MechandOptions
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class MechandOptions
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "MechandOptions"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 java.lang.String mechanism_type
           
 short options_supported
           
 
Constructor Summary
MechandOptions()
           
MechandOptions(java.lang.String mechanism_type, short options_supported)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mechanism_type

public java.lang.String mechanism_type

options_supported

public short options_supported
Constructor Detail

MechandOptions

public MechandOptions()

MechandOptions

public MechandOptions(java.lang.String mechanism_type,
                      short options_supported)