|
VisiBroker for Java |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.CORBA.OperationDescription
public final class OperationDescription
The OperationDescription
class is stored in the interface repository.
Field Summary | |
---|---|
java.lang.String[] |
contexts
The operation's associated context list. |
java.lang.String |
defined_in
The repository id of the interface or value type in which this operation is defined. |
ExceptionDescription[] |
exceptions
The exceptions that this operation may throw. |
java.lang.String |
id
The repository id of the operation. |
OperationMode |
mode
The operation's mode. |
java.lang.String |
name
The name of the operation. |
ParameterDescription[] |
parameters
The operation's parameters. |
TypeCode |
result
The operation's result TypeCode . |
java.lang.String |
version
The operation's version. |
Constructor Summary | |
---|---|
OperationDescription()
|
|
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)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String name
public java.lang.String id
public java.lang.String defined_in
public java.lang.String version
public TypeCode result
TypeCode
.
public OperationMode mode
public java.lang.String[] contexts
public ParameterDescription[] parameters
public ExceptionDescription[] exceptions
Constructor Detail |
---|
public 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)
|
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |