javax.rmi.CORBA
Class Stub

java.lang.Object
  |
  +--org.omg.CORBA.portable.ObjectImpl
        |
        +--org.omg.CORBA_2_3.portable.ObjectImpl
              |
              +--javax.rmi.CORBA.Stub
All Implemented Interfaces:
Object, Serializable
Direct Known Subclasses:
_Remote_Stub
public abstract class Stub
extends ObjectImpl
implements Serializable

Base class from which all RMI-IIOP stubs must inherit.

See Also:
Serialized Form

 

Constructor Summary

Stub()
    
 

 

Method Summary

 void connect(ORB orb)
    Connects this stub to an ORB.
 boolean equals(Object obj)
    Compares two stubs for equality.
 int hashCode()
    Returns a hash code value for the object which is the same for all stubs that represent the same remote object.
 String toString()
    Returns a string representation of this stub.
 
Methods inherited from class org.omg.CORBA_2_3.portable