javax.ejb.spi
Interface HandleDelegate


public interface HandleDelegate

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

Method Summary
 EJBHome readEJBHome(ObjectInputStream istream)
           
 EJBObject readEJBObject(ObjectInputStream istream)
           
 void writeEJBHome(EJBHome ejbHome, ObjectOutputStream ostream)
           
 void writeEJBObject(EJBObject ejbObject, ObjectOutputStream ostream)
           
 

Method Detail

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.