VisiBroker for Java

org.omg.CORBA
Class OperationDescription

java.lang.Object
  extended by org.omg.CORBA.OperationDescription
All Implemented Interfaces:
java.io.Serializable, IDLEntity

public final class OperationDescription
extends java.lang.Object
implements IDLEntity

The OperationDescription class is stored in the interface repository.

See Also:
Serialized Form

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

name

public java.lang.String name
The name of the operation.


id

public java.lang.String id
The repository id of the operation.


defined_in

public java.lang.String defined_in
The repository id of the interface or value type in which this operation is defined.


version

public java.lang.String version
The operation's version.


result

public TypeCode result
The operation's result TypeCode.


mode

public OperationMode mode
The operation's mode.


contexts

public java.lang.String[] contexts
The operation's associated context list.


parameters

public ParameterDescription[] parameters
The operation's parameters.


exceptions

public ExceptionDescription[] exceptions
The exceptions that this operation may throw.

Constructor Detail

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)

Borland Software Corporation
http://www.borland.com
100 Enterprise Way
Scotts Valley, CA 95066
Voice: (831) 431-1000
pubsweb@borland.com

Read the latest documentation online