org.apache.yoko.rmi.impl
Class StubImpl
java.lang.Object
org.apache.yoko.rmi.impl.StubImpl
- All Implemented Interfaces:
- StubDelegate
public class StubImpl
- extends Object
- implements StubDelegate
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StubImpl
public StubImpl()
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.