Uses of Class
org.jboss.cache.io.ByteBuffer

Packages that use ByteBuffer
org.jboss.cache.loader   
org.jboss.cache.marshall   
 

Uses of ByteBuffer in org.jboss.cache.loader
 

Methods in org.jboss.cache.loader that return ByteBuffer
protected  ByteBuffer AdjListJDBCCacheLoader.marshall(Object obj)
           
 

Uses of ByteBuffer in org.jboss.cache.marshall
 

Methods in org.jboss.cache.marshall that return ByteBuffer
 ByteBuffer Marshaller.objectToBuffer(Object o)
          A specialized form of RpcDispatcher.Marshaller2.objectToBuffer(Object) that returns an instance of ByteBuffer instead of Buffer.
 ByteBuffer VersionAwareMarshaller.objectToBuffer(Object obj)
           
 ByteBuffer AbstractMarshaller.objectToBuffer(Object o)
           
 



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