javax.ejb.spi
Interface HandleDelegate
public interface HandleDelegate
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
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 © 2006 Apache Software Foundation. All Rights Reserved.