org.omg.CORBA
Class OperationDescription
java.lang.Object
|
+--org.omg.CORBA.OperationDescription
- All Implemented Interfaces:
- IDLEntity, java.io.Serializable
- public final class OperationDescription
- extends java.lang.Object
- implements IDLEntity
This structure provides all data that describe an operation. This
structure is used by the describe operation when it is applied to
an operation.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public java.lang.String name
id
public java.lang.String id
defined_in
public java.lang.String defined_in
version
public java.lang.String version
result
public TypeCode result
mode
public OperationMode mode
contexts
public java.lang.String[] contexts
parameters
public ParameterDescription[] parameters
exceptions
public ExceptionDescription[] exceptions
OperationDescription
public OperationDescription()
OperationDescription
public OperationDescription(java.lang.String name,
java.lang.String id,
java.lang.String defined_in,
java.lang.String version,
TypeCode result,
OperationMode mode,
java.lang.String[] contexts,
ParameterDescription[] parameters,
ExceptionDescription[] exceptions)