Uses of Class
org.omg.Security.MechandOptions

Packages that use MechandOptions
org.omg.Security   
 

Uses of MechandOptions in org.omg.Security
 

Fields in org.omg.Security declared as MechandOptions
 MechandOptions[] MechandOptionsListHolder.value
           
 MechandOptions MechandOptionsHolder.value
           
 

Methods in org.omg.Security that return MechandOptions
static MechandOptions[] MechandOptionsListHelper.extract(Any a)
           
static MechandOptions MechandOptionsHelper.extract(Any a)
           
static MechandOptions[] MechandOptionsListHelper.read(InputStream istream)
           
static MechandOptions MechandOptionsHelper.read(InputStream istream)
           
 

Methods in org.omg.Security with parameters of type MechandOptions
static void MechandOptionsHelper.insert(Any a, MechandOptions that)
           
static void MechandOptionsListHelper.insert(Any a, MechandOptions[] that)
           
static void MechandOptionsHelper.write(OutputStream ostream, MechandOptions value)
           
static void MechandOptionsListHelper.write(OutputStream ostream, MechandOptions[] value)
           
 

Constructors in org.omg.Security with parameters of type MechandOptions
MechandOptionsHolder(MechandOptions initialValue)
           
MechandOptionsListHolder(MechandOptions[] initialValue)
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.