java.rmi.server
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 | |
---|---|
String | getOperation()
Get the name of the operation.
|
String | toString()
Return the name of the operation.
|
Deprecated:
Create operation with the given name.Deprecated:
Get the name of the operation.Deprecated:
Return the name of the operation.