java.lang.Object
java.rmi.server.Operation
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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.no replacementtoString()
Deprecated.no replacement
-
Constructor Details
-
Operation
Deprecated.no replacementCreates a new Operation object.- Parameters:
op
- method name- Since:
- 1.1
-
-
Method Details