KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > rmi > CORBA > Stub

javax.rmi.CORBA
Class Stub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by org.omg.CORBA_2_3.portable.ObjectImpl
          extended by javax.rmi.CORBA.Stub
All Implemented Interfaces:
Serializable, Object
Direct Known Subclasses:
_Remote_Stub
See Also:
Top Examples, Source Code

public void connect(ORB orb)
             throws RemoteException
See Also:
PortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode(), ObjectImpl
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object), ObjectImpl
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Stub()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
ObjectImpl
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags