Top Description Fields Constructors Methods
java.rmi.server

public Class Operation

extends Object
Class Inheritance
Annotations
@Deprecated

Deprecated

no replacement

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; hence, this class is deprecated.
Since
1.1

Field Summary

Modifier and TypeField and Description
private String

Constructor Summary

AccessConstructor and Description
public
Operation(String
method name
op
)
Deprecated no replacement

Creates a new Operation object.

Method Summary

Modifier and TypeMethod and Description
public String

Returns:

method name
getOperation
()
Deprecated no replacement

Returns the name of the method.

public String
toString()

Overrides java.lang.Object.toString.

Deprecated no replacement

Returns the string representation of the operation.

Inherited from java.lang.Object:
cloneequalsfinalizegetClasshashCodenotifynotifyAllwaitwaitwait

Field Detail

operationback to summary
private String operation

Constructor Detail

Operationback to summary
public Operation(String op)

Deprecated

no replacement

Creates a new Operation object.

Parameters
op:String

method name

Annotations
@Deprecated
Since
1.1

Method Detail

getOperationback to summary
public String getOperation()

Deprecated

no replacement

Returns the name of the method.

Returns:String

method name

Annotations
@Deprecated
Since
1.1
toStringback to summary
public String toString()

Overrides java.lang.Object.toString.

Deprecated

no replacement

Returns the string representation of the operation.

Returns:String

Doc from java.lang.Object.toString.

a string representation of the object

Annotations
@Deprecated
Since
1.1