java.rmi.server
Class Operation

java.lang.Object
  extended by java.rmi.server.Operation

Deprecated.

public class Operation
extends Object

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)
          Deprecated.  
 
Method Summary
 String getOperation()
          Deprecated.  
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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.

Overrides:
toString in class Object
Returns:
the String representing this Object, which may be null
See Also:
Object.getClass(), Object.hashCode(), Class.getName(), Integer.toHexString(int)