org.glassfish.enterprise.iiop.impl
Class IIOPHandleDelegate

java.lang.Object
  extended by org.glassfish.enterprise.iiop.impl.IIOPHandleDelegate
All Implemented Interfaces:
HandleDelegate

public final class IIOPHandleDelegate
extends java.lang.Object
implements HandleDelegate

An implementation of HandleDelegate for the IIOP Protocol.


Constructor Summary
IIOPHandleDelegate()
           
 
Method Summary
static HandleDelegate getHandleDelegate()
           
 EJBHome readEJBHome(java.io.ObjectInputStream istream)
           
 EJBObject readEJBObject(java.io.ObjectInputStream istream)
           
 void writeEJBHome(EJBHome ejbHome, java.io.ObjectOutputStream ostream)
           
 void writeEJBObject(EJBObject ejbObject, java.io.ObjectOutputStream ostream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IIOPHandleDelegate

public IIOPHandleDelegate()
Method Detail

getHandleDelegate

public static HandleDelegate getHandleDelegate()

writeEJBObject

public void writeEJBObject(EJBObject ejbObject,
                           java.io.ObjectOutputStream ostream)
                    throws java.io.IOException
Specified by:
writeEJBObject in interface HandleDelegate
Throws:
java.io.IOException

readEJBObject

public EJBObject readEJBObject(java.io.ObjectInputStream istream)
                        throws java.io.IOException,
                               java.lang.ClassNotFoundException
Specified by:
readEJBObject in interface HandleDelegate
Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeEJBHome

public void writeEJBHome(EJBHome ejbHome,
                         java.io.ObjectOutputStream ostream)
                  throws java.io.IOException
Specified by:
writeEJBHome in interface HandleDelegate
Throws:
java.io.IOException

readEJBHome

public EJBHome readEJBHome(java.io.ObjectInputStream istream)
                    throws java.io.IOException,
                           java.lang.ClassNotFoundException
Specified by:
readEJBHome in interface HandleDelegate
Throws:
java.io.IOException
java.lang.ClassNotFoundException


Copyright © 2012 GlassFish Community. All Rights Reserved.