Uses of Interface
org.jboss.ha.framework.interfaces.ObjectStreamSource

Packages that use ObjectStreamSource
org.jboss.ha.framework.server   
 

Uses of ObjectStreamSource in org.jboss.ha.framework.server
 

Classes in org.jboss.ha.framework.server that implement ObjectStreamSource
 class MarshalledValueObjectStreamSource
          ObjectStreamSource implementation that provides MarshalledValueInputStream and MarshalledValueOutputStream.
 

Methods in org.jboss.ha.framework.server that return ObjectStreamSource
 ObjectStreamSource SimpleCachableMarshalledValue.getObjectStreamSource()
           
 

Methods in org.jboss.ha.framework.server with parameters of type ObjectStreamSource
 void SimpleCachableMarshalledValue.setObjectStreamSource(ObjectStreamSource objectStreamSource)
           
 

Constructors in org.jboss.ha.framework.server with parameters of type ObjectStreamSource
SimpleCachableMarshalledValue(Serializable obj, ObjectStreamSource streamSource)
           
 



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