KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > ejb > spi > HandleDelegate

javax.ejb.spi
Interface HandleDelegate

See Also:
Top Examples, Source Code

public EJBHome readEJBHome(ObjectInputStream istream)
                    throws IOException,
                           ClassNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public EJBObject readEJBObject(ObjectInputStream istream)
                        throws IOException,
                               ClassNotFoundException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeEJBHome(EJBHome ejbHome,
                         ObjectOutputStream ostream)
                  throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void writeEJBObject(EJBObject ejbObject,
                           ObjectOutputStream ostream)
                    throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags