Uses of Interface
org.omg.CORBA.OperationDef
Packages that use OperationDef
Package
Description
Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB).
-
Uses of OperationDef in org.omg.CORBA
Classes in org.omg.CORBA that implement OperationDefFields in org.omg.CORBA declared as OperationDefMethods in org.omg.CORBA that return OperationDefModifier and TypeMethodDescriptionOperationDefPOA._this()
_InterfaceDefStub.create_operation
(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) _ValueDefStub.create_operation
(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) InterfaceDefOperations.create_operation
(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) InterfaceDefPOATie.create_operation
(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) ValueDefOperations.create_operation
(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) ValueDefPOATie.create_operation
(String id, String name, String version, IDLType result, OperationMode mode, ParameterDescription[] params, ExceptionDef[] exceptions, String[] contexts) static OperationDef
static OperationDef
static OperationDef
OperationDefHelper.read
(InputStream istream) static OperationDef
OperationDefHelper.unchecked_narrow
(Object obj) Methods in org.omg.CORBA with parameters of type OperationDefModifier and TypeMethodDescriptionstatic void
OperationDefHelper.insert
(Any a, OperationDef that) static void
OperationDefHelper.write
(OutputStream ostream, OperationDef value) Constructors in org.omg.CORBA with parameters of type OperationDef