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
ClassNotFoundException
IOException
EJBObject readEJBObject(ObjectInputStream istream) throws ClassNotFoundException, IOException
ClassNotFoundException
IOException
void writeEJBHome(EJBHome ejbHome, ObjectOutputStream ostream) throws IOException
IOException
void writeEJBObject(EJBObject ejbObject, ObjectOutputStream ostream) throws IOException
IOException
Copyright © 2023. All rights reserved.