java.lang.Objectjava.rmi.server.Operation
@Deprecated public class Operation
Operation 包含 Java 方法的描述。Operation 对象用于 JDK1.1 版本的 stub 和 skeleton。1.2 版本的样式 stub(由 rmic -v1.2 生成的 stub)不需要 Operation 类;因此该类已废弃。
| 构造方法摘要 | |
|---|---|
Operation(String op) 已过时。 无替代版本 |
|
| 方法摘要 | |
|---|---|
String |
getOperation() 已过时。 无替代版本 |
String |
toString() 已过时。 无替代版本 |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 构造方法详细信息 |
|---|
@Deprecated public Operation(String op)
op - 方法名称
| 方法详细信息 |
|---|
@Deprecated public String getOperation()
@Deprecated public String toString()