org.jboss.web.tomcat.service.session.distributedcache.spi
Class JBossSerializationObjectStreamSource

java.lang.Object
  extended by org.jboss.web.tomcat.service.session.distributedcache.spi.JBossSerializationObjectStreamSource
All Implemented Interfaces:
org.jboss.ha.framework.interfaces.ObjectStreamSource

public class JBossSerializationObjectStreamSource
extends Object
implements org.jboss.ha.framework.interfaces.ObjectStreamSource

ObjectStreamSource implementation that provides JBossObjectInputStreamSharedTree and JBossObjectOutputStreamSharedTree.

Author:
Brian Stansberry

Constructor Summary
JBossSerializationObjectStreamSource()
           
 
Method Summary
 ObjectInput getObjectInput(InputStream input)
           
 ObjectOutput getObjectOutput(OutputStream output)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossSerializationObjectStreamSource

public JBossSerializationObjectStreamSource()
Method Detail

getObjectInput

public ObjectInput getObjectInput(InputStream input)
                           throws IOException
Specified by:
getObjectInput in interface org.jboss.ha.framework.interfaces.ObjectStreamSource
Throws:
IOException

getObjectOutput

public ObjectOutput getObjectOutput(OutputStream output)
                             throws IOException
Specified by:
getObjectOutput in interface org.jboss.ha.framework.interfaces.ObjectStreamSource
Throws:
IOException


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.