public interface HandleDelegate
| Modifier and Type | Method and Description |
|---|---|
EJBHome |
readEJBHome(ObjectInputStream istream) |
EJBObject |
readEJBObject(ObjectInputStream istream) |
void |
writeEJBHome(EJBHome ejbHome,
ObjectOutputStream ostream) |
void |
writeEJBObject(EJBObject ejbObject,
ObjectOutputStream ostream) |
EJBHome readEJBHome(ObjectInputStream istream) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionEJBObject readEJBObject(ObjectInputStream istream) throws ClassNotFoundException, IOException
ClassNotFoundExceptionIOExceptionvoid writeEJBHome(EJBHome ejbHome, ObjectOutputStream ostream) throws IOException
IOExceptionvoid writeEJBObject(EJBObject ejbObject, ObjectOutputStream ostream) throws IOException
IOExceptionCopyright © 2021. All rights reserved.