Uses of Class
org.omg.CORBA.OperationMode
Packages that use OperationMode
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 OperationMode in org.omg.CORBA
Fields in org.omg.CORBA declared as OperationModeModifier and TypeFieldDescriptionprivate static OperationMode[]
OperationMode.__array
OperationDescription.mode
static final OperationMode
OperationMode.OP_NORMAL
static final OperationMode
OperationMode.OP_ONEWAY
OperationModeHolder.value
Methods in org.omg.CORBA that return OperationModeModifier and TypeMethodDescriptionstatic OperationMode
static OperationMode
OperationMode.from_int
(int value) _OperationDefStub.mode()
OperationDefOperations.mode()
OperationDefPOATie.mode()
static OperationMode
OperationModeHelper.read
(InputStream istream) Methods in org.omg.CORBA with parameters of type OperationModeModifier and TypeMethodDescription_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 void
OperationModeHelper.insert
(Any a, OperationMode that) void
_OperationDefStub.mode
(OperationMode newMode) void
OperationDefOperations.mode
(OperationMode newMode) void
OperationDefPOATie.mode
(OperationMode newMode) static void
OperationModeHelper.write
(OutputStream ostream, OperationMode value) Constructors in org.omg.CORBA with parameters of type OperationModeModifierConstructorDescriptionOperationDescription
(String _name, String _id, String _defined_in, String _version, TypeCode _result, OperationMode _mode, String[] _contexts, ParameterDescription[] _parameters, ExceptionDescription[] _exceptions) OperationModeHolder
(OperationMode initialValue)