org.jboss.web.tomcat.service.session.distributedcache.spi
Class JBossSerializationObjectStreamSource
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JBossSerializationObjectStreamSource
public JBossSerializationObjectStreamSource()
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.