VisiBroker for Java

com.inprise.vbroker.ServerManager.ContainerPackage
Class Operation

java.lang.Object
  extended by com.inprise.vbroker.ServerManager.ContainerPackage.Operation
All Implemented Interfaces:
java.io.Serializable, IDLEntity

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

Stores the information about an operation.

See Also:
Serialized Form

Field Summary
 java.lang.String name
          Name of the operation.
 Parameter[] params
          Sequence of Parameter for the operations.
 TypeCode result
          Expected type of the result.
 
Constructor Summary
Operation()
           
Operation(java.lang.String name, Parameter[] params, TypeCode result)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

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


params

public Parameter[] params
Sequence of Parameter for the operations.


result

public TypeCode result
Expected type of the result.

Constructor Detail

Operation

public Operation()

Operation

public Operation(java.lang.String name,
                 Parameter[] params,
                 TypeCode result)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

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