Package org.omg.CORBA
Interface OperationDefOperations
- All Superinterfaces:
ContainedOperations
,IRObjectOperations
- All Known Subinterfaces:
OperationDef
- All Known Implementing Classes:
_OperationDefStub
,OperationDefPOA
,OperationDefPOATie
org/omg/CORBA/OperationDefOperations.java .
Generated by the IDL-to-Java compiler (portable), version "4.1"
from /home/abuild/rpmbuild/BUILD/glassfish-corba-4.2.4-build/glassfish-corba-4.2.4/omgapi/src/main/idl/ir.idl
Wednesday, February 21, 2024, 10:43:23 AM Greenwich Mean Time
-
Method Summary
Modifier and TypeMethodDescriptionString[]
contexts()
void
void
exceptions
(ExceptionDef[] newExceptions) mode()
void
mode
(OperationMode newMode) params()
void
params
(ParameterDescription[] newParams) result()
void
result_def
(IDLType newResult_def) Methods inherited from interface org.omg.CORBA.ContainedOperations
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version
Methods inherited from interface org.omg.CORBA.IRObjectOperations
def_kind, destroy
-
Method Details
-
result
TypeCode result() -
result_def
IDLType result_def() -
result_def
-
params
ParameterDescription[] params() -
params
-
mode
OperationMode mode() -
mode
-
contexts
String[] contexts() -
contexts
-
exceptions
ExceptionDef[] exceptions() -
exceptions
-