org.glassfish.enterprise.iiop.impl
Class IIOPHandleDelegate
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IIOPHandleDelegate
public IIOPHandleDelegate()
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.