类 HessianRemote


  • public class HessianRemote
    extends 
    Encapsulates a remote address when no stub is available, e.g. for Java MicroEdition.
    • 构造器概要

      构造器 
      构造器 说明
      HessianRemote()
      Creates an uninitialized Hessian remote.
       type,  url)
      Creates a new Hessian remote object.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean  obj)
      Defines equality
      getType()
      Returns the remote api class name.
      getURL()
      Returns the remote URL.
      int hashCode()
      Defines the hashcode.
      void  url)
      Sets the remote URL.
      toString()
      Readable version of the remote.
      • 从类继承的方法 java.lang.

        , , , , ,
    • 构造器详细资料

      • HessianRemote

        public HessianRemote​( type,
                              url)
        Creates a new Hessian remote object.
        参数:
        type - the remote stub interface
        url - the remote url
      • HessianRemote

        public HessianRemote()
        Creates an uninitialized Hessian remote.
    • 方法详细资料

      • getType

        public  getType()
        Returns the remote api class name.
      • getURL

        public  getURL()
        Returns the remote URL.
      • setURL

        public void setURL​( url)
        Sets the remote URL.
      • hashCode

        public int hashCode()
        Defines the hashcode.
        覆盖:
         在类中 
      • equals

        public boolean equals​( obj)
        Defines equality
        覆盖:
         在类中 
      • toString

        public  toString()
        Readable version of the remote.
        覆盖:
         在类中