public abstract class Stub extends ObjectImpl implements java.io.Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
Stub() |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(ORB orb)
This method makes the stub ready for remote communication using the specified ORB object.
|
boolean |
equals(java.lang.Object obj)
The equals method shall return true when used to compare stubs that represent the
same remote object.
|
int |
hashCode()
This method shall return the same hashcode for all stubs that represent the same
remote object.
|
java.lang.String |
toString()
This method shall return the same string for all stubs that represent the same
remote object
|
_get_codebase_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _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 in class ObjectImplpublic boolean equals(java.lang.Object obj)
equals in class ObjectImplpublic java.lang.String toString()
toString in class ObjectImplpublic void connect(ORB orb) throws java.rmi.RemoteException
java.rmi.RemoteException