- java.lang.Object
-
- java.rmi.server.Operation
-
@Deprecated public class Operation extends Object
Deprecated.no replacementOperation
包含Java方法的描述。 JDK1.1版本存根和骨架中使用了Operation
对象。 1.2样式存根(使用rmic -v1.2
生成的存根)不需要Operation
类; 因此,这个类已被弃用。- 从以下版本开始:
- 1.1
-
-
构造方法详细信息
-
Operation
@Deprecated public Operation(String op)
Deprecated.no replacement创建一个新的Operation对象。- 参数
-
op
- 方法名称 - 从以下版本开始:
- 1.1
-
-
方法详细信息
-
getOperation
@Deprecated public String getOperation()
Deprecated.no replacement返回方法的名称。- 结果
- 方法名称
- 从以下版本开始:
- 1.1
-
toString
@Deprecated public String toString()
Deprecated.no replacement返回操作的字符串表示形式。
-
-