Uses of Class
org.omg.CORBA.ExceptionDescription

Packages that use ExceptionDescription
org.omg.CORBA   
 

Uses of ExceptionDescription in org.omg.CORBA
 

Fields in org.omg.CORBA declared as ExceptionDescription
 ExceptionDescription[] OperationDescription.exceptions
           
 ExceptionDescription[] ExtAttributeDescription.get_exceptions
           
 ExceptionDescription[] ExtAttributeDescription.put_exceptions
           
 ExceptionDescription[] ExtInitializer.exceptions
           
 ExceptionDescription[] ExcDescriptionSeqHolder.value
           
 ExceptionDescription ExceptionDescriptionHolder.value
           
 

Methods in org.omg.CORBA that return ExceptionDescription
 ExceptionDescription[] ExtAttributeDefOperations.get_exceptions()
           
 ExceptionDescription[] ExtAttributeDefOperations.set_exceptions()
           
static ExceptionDescription[] ExcDescriptionSeqHelper.extract(Any any)
           
static ExceptionDescription[] ExcDescriptionSeqHelper.read(InputStream _in)
           
static ExceptionDescription ExceptionDescriptionHelper.extract(Any any)
           
static ExceptionDescription ExceptionDescriptionHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA with parameters of type ExceptionDescription
 void ExtAttributeDefOperations.get_exceptions(ExceptionDescription[] arg)
           
 void ExtAttributeDefOperations.set_exceptions(ExceptionDescription[] arg)
           
static void ExcDescriptionSeqHelper.insert(Any any, ExceptionDescription[] s)
           
static void ExcDescriptionSeqHelper.write(OutputStream _out, ExceptionDescription[] _s)
           
static void ExceptionDescriptionHelper.insert(Any any, ExceptionDescription s)
           
static void ExceptionDescriptionHelper.write(OutputStream out, ExceptionDescription s)
           
 

Constructors in org.omg.CORBA with parameters of type ExceptionDescription
OperationDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version, TypeCode result, OperationMode mode, java.lang.String[] contexts, ParameterDescription[] parameters, ExceptionDescription[] exceptions)
           
ExtAttributeDescription(java.lang.String name, java.lang.String id, java.lang.String defined_in, java.lang.String version, TypeCode type, AttributeMode mode, ExceptionDescription[] get_exceptions, ExceptionDescription[] put_exceptions)
           
ExtInitializer(StructMember[] members, ExceptionDescription[] exceptions, java.lang.String name)
           
ExcDescriptionSeqHolder(ExceptionDescription[] initial)
           
ExceptionDescriptionHolder(ExceptionDescription initial)
           
 



Copyright © {inceptionYear}-2007 null. All Rights Reserved.