org.apache.yoko.rmi.impl
Class StubImpl

java.lang.Object
  extended by org.apache.yoko.rmi.impl.StubImpl
All Implemented Interfaces:
StubDelegate

public class StubImpl
extends Object
implements StubDelegate


Constructor Summary
StubImpl()
           
 
Method Summary
 void connect(Stub stub, ORB orb)
           
 boolean equals(Stub stub, Object obj)
           
 int hashCode(Stub stub)
           
 void readObject(Stub stub, ObjectInputStream ois)
           
 String toString(Stub stub)
           
 void writeObject(Stub stub, ObjectOutputStream oos)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubImpl

public StubImpl()
Method Detail

hashCode

public int hashCode(Stub stub)
Specified by:
hashCode in interface StubDelegate

equals

public boolean equals(Stub stub,
                      Object obj)
Specified by:
equals in interface StubDelegate

toString

public String toString(Stub stub)
Specified by:
toString in interface StubDelegate

connect

public void connect(Stub stub,
                    ORB orb)
             throws RemoteException
Specified by:
connect in interface StubDelegate
Throws:
RemoteException

readObject

public void readObject(Stub stub,
                       ObjectInputStream ois)
                throws IOException,
                       ClassNotFoundException
Specified by:
readObject in interface StubDelegate
Throws:
IOException
ClassNotFoundException

writeObject

public void writeObject(Stub stub,
                        ObjectOutputStream oos)
                 throws IOException
Specified by:
writeObject in interface StubDelegate
Throws:
IOException


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.