Package com.sun.corba.se.impl.ior
Class StubIORImpl
java.lang.Object
com.sun.corba.se.impl.ior.StubIORImpl
This class implements a very simply IOR representation
which must be completely ORBImpl free so that this class
can be used in the implementation of a portable StubDelegateImpl.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoRead(ObjectInputStream stream) voiddoWrite(ObjectOutputStream stream) booleangetDelegate(ORB orb) inthashCode()Returns a hash code value for the object which is the same for all stubs that represent the same remote object.toString()Returns a string representation of this stub.
-
Constructor Details
-
StubIORImpl
public StubIORImpl() -
StubIORImpl
-
-
Method Details
-
getRepositoryId
-
getDelegate
-
doRead
- Throws:
IOExceptionClassNotFoundException
-
doWrite
- Throws:
IOException
-
hashCode
public int hashCode()Returns a hash code value for the object which is the same for all stubs that represent the same remote object. -
equals
-
toString
Returns a string representation of this stub. Returns the same string for all stubs that represent the same remote object. "SimpleIORImpl[,[ ]data, ...]"
-