public abstract class Stub extends ObjectImpl implements Serializable
| Constructor and Description | 
|---|
| Stub() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | connect(ORB orb)
              将此存根连接到ORB。 
             | 
| boolean | equals(Object obj)
              比较两个存根的平等。 
             | 
| int | hashCode()
              返回对象的哈希码值,该代码对于表示同一个远程对象的所有存根都是相同的。 
             | 
| String | toString()
              返回此存根的字符串表示形式。 
             | 
_get_codebase_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _ids, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_overridepublic int hashCode()
hashCode在类别 
            ObjectImpl 
           Object.equals(java.lang.Object) , 
            System.identityHashCode(java.lang.Object) 
           public boolean equals(Object obj)
true用于比较表示同一远程对象存根,并且当false否则。 
          equals在类别 
            ObjectImpl 
           obj - 与之比较的参考对象。 
           true如果此对象与obj参数相同; 
            false否则。 
           Object.hashCode() , HashMap 
           public String toString()
toString在类别 
            ObjectImpl 
           public void connect(ORB orb) throws RemoteException
PortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote) 。 
          orb - 要连接的ORB。 
           RemoteException - 如果存根已连接到不同的ORB,或者存根不表示导出的远程或本地对象。 
            Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.