java.rmi.server

Class Operation

public class Operation extends Object

Deprecated:

This class was used with jdk 1.1 stubs and skeletons. It is no longer needed since jdk 1.2 and higher.
Constructor Summary
Operation(String op)
Create operation with the given name.
Method Summary
StringgetOperation()
Get the name of the operation.
StringtoString()
Return the name of the operation.

Constructor Detail

Operation

public Operation(String op)

Deprecated:

Create operation with the given name.

Method Detail

getOperation

public String getOperation()

Deprecated:

Get the name of the operation.

toString

public String toString()

Deprecated:

Return the name of the operation.