Uses of Interface
org.omg.CORBA.ExceptionDef

Packages that use ExceptionDef
org.omg.CORBA   
 

Uses of ExceptionDef in org.omg.CORBA
 

Fields in org.omg.CORBA declared as ExceptionDef
 ExceptionDef[] ExceptionDefSeqHolder.value
           
 ExceptionDef ExceptionDefHolder.value
           
 

Methods in org.omg.CORBA that return ExceptionDef
 ExceptionDef ContainerOperations.create_exception(java.lang.String id, java.lang.String name, java.lang.String version, StructMember[] members)
           
 ExceptionDef[] OperationDefOperations.exceptions()
           
static ExceptionDef[] ExceptionDefSeqHelper.extract(Any any)
           
static ExceptionDef ExceptionDefHelper.extract(Any any)
           
static ExceptionDef ExceptionDefHelper.narrow(Object obj)
           
static ExceptionDef[] ExceptionDefSeqHelper.read(InputStream _in)
           
static ExceptionDef ExceptionDefHelper.read(InputStream in)
           
static ExceptionDef ExceptionDefHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CORBA with parameters of type ExceptionDef
 ExtAttributeDef ExtValueDefOperations.create_ext_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode, ExceptionDef[] get_exceptions, ExceptionDef[] set_exceptions)
           
 ExtAttributeDef ExtValueDefOperations.create_ext_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode, ExceptionDef[] get_exceptions, ExceptionDef[] set_exceptions)
           
 ExtAttributeDef InterfaceAttrExtensionOperations.create_ext_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode, ExceptionDef[] get_exceptions, ExceptionDef[] set_exceptions)
           
 ExtAttributeDef InterfaceAttrExtensionOperations.create_ext_attribute(java.lang.String id, java.lang.String name, java.lang.String version, IDLType type, AttributeMode mode, ExceptionDef[] get_exceptions, ExceptionDef[] set_exceptions)
           
 OperationDef ValueDefOperations.create_operation(java.lang.String id, java.lang.String name, java.lang.String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, java.lang.String[] contexts)
           
 OperationDef InterfaceDefOperations.create_operation(java.lang.String id, java.lang.String name, java.lang.String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, java.lang.String[] contexts)
           
 void OperationDefOperations.exceptions(ExceptionDef[] arg)
           
static void ExceptionDefHelper.insert(Any any, ExceptionDef s)
           
static void ExceptionDefSeqHelper.insert(Any any, ExceptionDef[] s)
           
static void ExceptionDefHelper.write(OutputStream _out, ExceptionDef s)
           
static void ExceptionDefSeqHelper.write(OutputStream _out, ExceptionDef[] _s)
           
 

Constructors in org.omg.CORBA with parameters of type ExceptionDef
ExceptionDefHolder(ExceptionDef initial)
           
ExceptionDefSeqHolder(ExceptionDef[] initial)
           
 



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