javax.ejb.spi
Interface HandleDelegate
- public interface HandleDelegate
- Version:
- $Revision: 1.3 $ $Date: 2004/03/10 09:59:40 $
readEJBHome
public EJBHome readEJBHome(ObjectInputStream istream)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
readEJBObject
public EJBObject readEJBObject(ObjectInputStream istream)
throws ClassNotFoundException,
IOException
- Throws:
ClassNotFoundException
IOException
writeEJBHome
public void writeEJBHome(EJBHome ejbHome,
ObjectOutputStream ostream)
throws IOException
- Throws:
IOException
writeEJBObject
public void writeEJBObject(EJBObject ejbObject,
ObjectOutputStream ostream)
throws IOException
- Throws:
IOException
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.