Package org.omg.CORBA
Interface OperationDefOperations
-
- All Superinterfaces:
ContainedOperations
,IRObjectOperations
- All Known Subinterfaces:
OperationDef
- All Known Implementing Classes:
_OperationDefStub
,OperationDefPOA
,OperationDefPOATie
public interface OperationDefOperations extends ContainedOperations
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/omgapi/src/main/idl/ir.idl Wednesday, February 21, 2024 at 12:00:00 PM Greenwich Mean Time
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]
contexts()
void
contexts(java.lang.String[] newContexts)
ExceptionDef[]
exceptions()
void
exceptions(ExceptionDef[] newExceptions)
OperationMode
mode()
void
mode(OperationMode newMode)
ParameterDescription[]
params()
void
params(ParameterDescription[] newParams)
TypeCode
result()
IDLType
result_def()
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 Detail
-
result
TypeCode result()
-
result_def
IDLType result_def()
-
result_def
void result_def(IDLType newResult_def)
-
params
ParameterDescription[] params()
-
params
void params(ParameterDescription[] newParams)
-
mode
OperationMode mode()
-
mode
void mode(OperationMode newMode)
-
contexts
java.lang.String[] contexts()
-
contexts
void contexts(java.lang.String[] newContexts)
-
exceptions
ExceptionDef[] exceptions()
-
exceptions
void exceptions(ExceptionDef[] newExceptions)
-
-