Uses of Interface
org.omg.CORBA.OperationDef
-
Packages that use OperationDef Package Description org.omg.CORBA 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 OperationDef Modifier and Type Class Description class
_OperationDefStub
org/omg/CORBA/_OperationDefStub.java .Fields in org.omg.CORBA declared as OperationDef Modifier and Type Field Description OperationDef
OperationDefHolder. value
Methods in org.omg.CORBA that return OperationDef Modifier and Type Method Description OperationDef
OperationDefPOA. _this()
OperationDef
OperationDefPOA. _this(ORB orb)
OperationDef
_InterfaceDefStub. 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
_ValueDefStub. 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)
OperationDef
InterfaceDefPOATie. 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
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
ValueDefPOATie. 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)
static OperationDef
OperationDefHelper. extract(Any a)
static OperationDef
OperationDefHelper. narrow(Object obj)
static OperationDef
OperationDefHelper. read(InputStream istream)
static OperationDef
OperationDefHelper. unchecked_narrow(Object obj)
Methods in org.omg.CORBA with parameters of type OperationDef Modifier and Type Method Description static 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 Constructor Description OperationDefHolder(OperationDef initialValue)
-