模块  java.rmi
软件包  java.rmi.server

Class Operation


  • @Deprecated
    public class Operation
    extends Object
    Deprecated.
    no replacement
    Operation包含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
        返回操作的字符串表示形式。
        重写:
        toString在类 Object
        结果
        对象的字符串表示形式。
        从以下版本开始:
        1.1