|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CORBA.portable.ObjectImpl
org.omg.CORBA_2_3.portable.ObjectImpl
javax.rmi.CORBA.Stub
This class is a base class for all RMI/IDL stub.
Constructor Summary | |
protected |
Stub()
|
Method Summary | |
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 |
Methods inherited from class org.omg.CORBA_2_3.portable.ObjectImpl |
_get_codebase |
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_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_override |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected Stub()
Method Detail |
public int hashCode()
hashCode
in class ObjectImpl
public boolean equals(java.lang.Object obj)
equals
in class ObjectImpl
public java.lang.String toString()
toString
in class ObjectImpl
public void connect(ORB orb) throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |