Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » ejb » plugins » [javadoc | source]
org.jboss.ejb.plugins
public class: SessionObjectOutputStream [javadoc | source]
java.lang.Object
   java.io.OutputStream
      java.io.ObjectOutputStream
         org.jboss.ejb.plugins.SessionObjectOutputStream

All Implemented Interfaces:
    ObjectStreamConstants, ObjectOutput, Closeable, Flushable

The SessionObjectOutputStream is used to serialize stateful session beans when they are passivated
Constructor:
 public SessionObjectOutputStream(OutputStream out) throws IOException 
Method from org.jboss.ejb.plugins.SessionObjectOutputStream Summary:
replaceObject
Methods from java.io.ObjectOutputStream:
close,   defaultWriteObject,   flush,   putFields,   reset,   useProtocolVersion,   write,   write,   write,   writeBoolean,   writeByte,   writeBytes,   writeChar,   writeChars,   writeDouble,   writeFields,   writeFloat,   writeInt,   writeLong,   writeObject,   writeShort,   writeUTF,   writeUnshared
Methods from java.io.OutputStream:
close,   flush,   write,   write,   write
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.plugins.SessionObjectOutputStream Detail:
 protected Object replaceObject(Object obj) throws IOException