javax.ejb.spi
Interface HandleDelegate
public interface HandleDelegate
- Version:
- $Rev: 467742 $ $Date: 2006-10-25 15:30:38 -0400 (Wed, 25 Oct 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-2011 The Apache Software Foundation. All Rights Reserved.