Class java.rmi.server.Operation
java.lang.Object
|
+----java.rmi.server.Operation
- public class Operation
- extends Object
Operation holds a description of a Java method.
Constructor Index
- Operation(String)
- Creates a new Operation object.
Method Index
- getOperation()
- Returns the name of the method.
- toString()
- Returns a string representation of the object.
Constructors
Operation
public Operation(String op)
- Creates a new Operation object.
Methods
getOperation
public String getOperation()
- Returns the name of the method.
toString
public String toString()
- Returns a string representation of the object.
- Overrides:
- toString in class Object
