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_OperationDefStuborg/omg/CORBA/_OperationDefStub.java .Fields in org.omg.CORBA declared as OperationDef Modifier and Type Field Description OperationDefOperationDefHolder. valueMethods in org.omg.CORBA that return OperationDef Modifier and Type Method Description OperationDefOperationDefPOA. _this()OperationDefOperationDefPOA. _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)OperationDefInterfaceDefOperations. 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)OperationDefInterfaceDefPOATie. 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)OperationDefValueDefOperations. 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)OperationDefValueDefPOATie. 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 OperationDefOperationDefHelper. extract(Any a)static OperationDefOperationDefHelper. narrow(Object obj)static OperationDefOperationDefHelper. read(InputStream istream)static OperationDefOperationDefHelper. unchecked_narrow(Object obj)Methods in org.omg.CORBA with parameters of type OperationDef Modifier and Type Method Description static voidOperationDefHelper. insert(Any a, OperationDef that)static voidOperationDefHelper. write(OutputStream ostream, OperationDef value)Constructors in org.omg.CORBA with parameters of type OperationDef Constructor Description OperationDefHolder(OperationDef initialValue)
-