Uses of Interface
org.jboss.messaging.core.journal.IOCallback

Packages that use IOCallback
org.jboss.messaging.core.journal   
org.jboss.messaging.core.journal.impl   
 

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

Methods in org.jboss.messaging.core.journal with parameters of type IOCallback
 int SequentialFile.read(java.nio.ByteBuffer bytes, IOCallback callback)
           
 void SequentialFile.write(java.nio.ByteBuffer bytes, boolean sync, IOCallback callback)
           
 void SequentialFile.write(MessagingBuffer bytes, boolean sync, IOCallback callback)
           
 

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

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

Methods in org.jboss.messaging.core.journal.impl that return IOCallback
static IOCallback DummyCallback.getInstance()
           
static IOCallback SimpleWaitIOCallback.getInstance()
           
 

Methods in org.jboss.messaging.core.journal.impl with parameters of type IOCallback
 int NIOSequentialFile.read(java.nio.ByteBuffer bytes, IOCallback callback)
           
 int AIOSequentialFile.read(java.nio.ByteBuffer bytes, IOCallback callback)
           
 void NIOSequentialFile.write(java.nio.ByteBuffer bytes, boolean sync, IOCallback callback)
           
 void AIOSequentialFile.write(java.nio.ByteBuffer bytes, boolean sync, IOCallback callback)
           
 void NIOSequentialFile.write(MessagingBuffer bytes, boolean sync, IOCallback callback)
           
 void AIOSequentialFile.write(MessagingBuffer bytes, boolean sync, IOCallback callback)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.