javax.ejb.spi
Interface HandleDelegate
public interface HandleDelegate
- Version:
- $Rev: 467742 $ $Date: 2006-10-25 21:30:38 +0200 (Mi, 25. Okt 2006) $
readEJBHome
EJBHome readEJBHome(ObjectInputStream istream)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
readEJBObject
EJBObject readEJBObject(ObjectInputStream istream)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
writeEJBHome
void writeEJBHome(EJBHome ejbHome,
ObjectOutputStream ostream)
throws IOException
- Throws:
IOException
writeEJBObject
void writeEJBObject(EJBObject ejbObject,
ObjectOutputStream ostream)
throws IOException
- Throws:
IOException
Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.