Uses of Interface
org.omg.CORBA.OperationDef

Packages that use OperationDef
org.apache.yoko.orb.OBCORBA   
org.omg.CORBA   
 

Uses of OperationDef in org.apache.yoko.orb.OBCORBA
 

Methods in org.apache.yoko.orb.OBCORBA with parameters of type OperationDef
 NVList ORB_impl.create_operation_list(OperationDef oper)
          Deprecated. Deprecated by CORBA 2.3.
 NVList ORBSingleton_impl.create_operation_list(OperationDef oper)
          Deprecated. Deprecated by CORBA 2.3.
 

Uses of OperationDef in org.omg.CORBA
 

Classes in org.omg.CORBA that implement OperationDef
 class _OperationDefStub
           
 

Fields in org.omg.CORBA declared as OperationDef
 OperationDef OperationDefHolder.value
           
 

Methods in org.omg.CORBA that return OperationDef
 OperationDef ValueDefOperations._OB_create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, NativeDef[] native_exceptions, String[] contexts)
           
 OperationDef _LocalInterfaceDefStub._OB_create_operation(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, OperationMode _ob_a4, ParameterDescription[] _ob_a5, ExceptionDef[] _ob_a6, NativeDef[] _ob_a7, String[] _ob_a8)
           
 OperationDef _ValueDefStub._OB_create_operation(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, OperationMode _ob_a4, ParameterDescription[] _ob_a5, ExceptionDef[] _ob_a6, NativeDef[] _ob_a7, String[] _ob_a8)
           
 OperationDef LocalInterfaceDefOperations._OB_create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, NativeDef[] native_exceptions, String[] contexts)
           
 OperationDef _InterfaceDefStub.create_operation(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, OperationMode _ob_a4, ParameterDescription[] _ob_a5, ExceptionDef[] _ob_a6, String[] _ob_a7)
           
 OperationDef ValueDefOperations.create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
           
 OperationDef _LocalInterfaceDefStub.create_operation(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, OperationMode _ob_a4, ParameterDescription[] _ob_a5, ExceptionDef[] _ob_a6, String[] _ob_a7)
           
 OperationDef InterfaceDefOperations.create_operation(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts)
           
 OperationDef _AbstractInterfaceDefStub.create_operation(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, OperationMode _ob_a4, ParameterDescription[] _ob_a5, ExceptionDef[] _ob_a6, String[] _ob_a7)
           
 OperationDef _ValueDefStub.create_operation(String _ob_a0, String _ob_a1, String _ob_a2, IDLType _ob_a3, OperationMode _ob_a4, ParameterDescription[] _ob_a5, ExceptionDef[] _ob_a6, String[] _ob_a7)
           
static OperationDef OperationDefHelper.extract(Any any)
           
static OperationDef OperationDefHelper.narrow(Object val)
           
static OperationDef OperationDefHelper.read(InputStream in)
           
static OperationDef OperationDefHelper.unchecked_narrow(Object val)
           
 

Methods in org.omg.CORBA with parameters of type OperationDef
abstract  NVList ORB.create_operation_list(OperationDef oper)
          Deprecated. Deprecated by CORBA 2.3.
static void OperationDefHelper.insert(Any any, OperationDef val)
           
static void OperationDefHelper.write(OutputStream out, OperationDef val)
           
 

Constructors in org.omg.CORBA with parameters of type OperationDef
OperationDefHolder(OperationDef initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.