com.inprise.vbroker.ServerManager.ContainerPackage
Class Operation
java.lang.Object
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
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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.
Operation
public Operation()
Operation
public Operation(java.lang.String name,
Parameter[] params,
TypeCode result)
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
Read the latest documentation online