Package com.sun.ejb.base.io
Class EJBObjectOutputStreamHandler
java.lang.Object
com.sun.ejb.base.io.EJBObjectOutputStreamHandler
- All Implemented Interfaces:
com.sun.enterprise.container.common.spi.util.GlassFishOutputStreamHandler
public class EJBObjectOutputStreamHandler
extends Object
implements com.sun.enterprise.container.common.spi.util.GlassFishOutputStreamHandler
A class that is used to passivate SFSB conversational state
- Author:
- Mahesh Kannan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreplaceObject(Object obj) This code is needed to serialize non-Serializable objects that can be part of a bean's state.static final voidsetJavaEEIOUtils(com.sun.enterprise.container.common.spi.util.JavaEEIOUtils javaEEIOUtils)
-
Constructor Details
-
EJBObjectOutputStreamHandler
public EJBObjectOutputStreamHandler()
-
-
Method Details
-
setJavaEEIOUtils
public static final void setJavaEEIOUtils(com.sun.enterprise.container.common.spi.util.JavaEEIOUtils javaEEIOUtils) -
replaceObject
This code is needed to serialize non-Serializable objects that can be part of a bean's state. See EJB2.0 section 7.4.1.- Specified by:
replaceObjectin interfacecom.sun.enterprise.container.common.spi.util.GlassFishOutputStreamHandler- Throws:
IOException
-