public class

Operation

extends Object
java.lang.Object
   ↳ java.rmi.server.Operation

This class is deprecated.
no replacement

Class Overview

An Operation contains a description of a Java method. Operation objects were used in JDK1.1 version stubs and skeletons. The Operation class is not needed for 1.2 style stubs (stubs generated with rmic -v1.2); hence, this class is deprecated.

Summary

Public Constructors
Operation(String op)
This constructor is deprecated. no replacement
Public Methods
String getOperation()
This method is deprecated. no replacement
String toString()
This method is deprecated. no replacement
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public Operation (String op)

This constructor is deprecated.
no replacement

Creates a new Operation object.

Parameters
op method name

Public Methods

public String getOperation ()

This method is deprecated.
no replacement

Returns the name of the method.

Returns
  • method name

public String toString ()

This method is deprecated.
no replacement

Returns the string representation of the operation.

Returns
  • a string representation of the object.