Uses of Interface
org.jboss.messaging.core.asyncio.AIOCallback

Packages that use AIOCallback
org.jboss.messaging.core.asyncio   
org.jboss.messaging.core.asyncio.impl   
org.jboss.messaging.core.journal   
org.jboss.messaging.core.journal.impl   
 

Uses of AIOCallback in org.jboss.messaging.core.asyncio
 

Methods in org.jboss.messaging.core.asyncio with parameters of type AIOCallback
 void AsynchronousFile.read(long position, long size, java.nio.ByteBuffer directByteBuffer, AIOCallback aioCallback)
           
 void AsynchronousFile.write(long position, long size, java.nio.ByteBuffer directByteBuffer, AIOCallback aioCallback)
          Any error will be reported on the callback interface
 

Uses of AIOCallback in org.jboss.messaging.core.asyncio.impl
 

Methods in org.jboss.messaging.core.asyncio.impl with parameters of type AIOCallback
 void TimedBuffer.addBytes(byte[] bytes, boolean sync, AIOCallback callback)
           
 void AsynchronousFileImpl.read(long position, long size, java.nio.ByteBuffer directByteBuffer, AIOCallback aioPackage)
           
 void AsynchronousFileImpl.write(long position, long size, java.nio.ByteBuffer directByteBuffer, AIOCallback aioCallback)
           
 

Method parameters in org.jboss.messaging.core.asyncio.impl with type arguments of type AIOCallback
 void TimedBufferObserver.flushBuffer(java.nio.ByteBuffer buffer, java.util.List<AIOCallback> callbacks)
           
 

Uses of AIOCallback in org.jboss.messaging.core.journal
 

Subinterfaces of AIOCallback in org.jboss.messaging.core.journal
 interface IOCallback
          This class is just a direct extention of AIOCallback.
 

Uses of AIOCallback in org.jboss.messaging.core.journal.impl
 

Classes in org.jboss.messaging.core.journal.impl that implement AIOCallback
 class DummyCallback
          A DummyCallback
 class SimpleWaitIOCallback
          A SimpleWaitIOCallback
 class TransactionCallback
          A TransactionCallback
 



Copyright © 2006 JBoss Inc. All Rights Reserved.