| java.lang.Object org.apache.geronimo.corba.CORBAHandleDelegate
CORBAHandleDelegate | public class CORBAHandleDelegate implements HandleDelegate(Code) | | See ejb spec 2.1, 19.5.5.1
version: $Revision: 465108 $ $Date: 2006-10-17 17:23:40 -0700 (Tue, 17 Oct 2006) $ |
readEJBHome | public EJBHome readEJBHome(ObjectInputStream in) throws ClassNotFoundException, IOException(Code) | | Called by home handles to deserialize stubs in any app server, including ones by other vendors.
The spec seems to imply that a simple cast of in.readObject() should work but in certain
orbs this does not seem to work and in.readObject returns a generic remote stub that needs
to be narrowed. Although we think this is likely an orb bug this code with narrow will
work in both circumstances.
Parameters: in - throws: ClassNotFoundException - throws: IOException - |
|
|