org.jboss.messaging.core.journal
Interface IOCallback

All Superinterfaces:
AIOCallback
All Known Implementing Classes:
DummyCallback, SimpleWaitIOCallback

public interface IOCallback
extends AIOCallback

This class is just a direct extention of AIOCallback. Just to avoid the direct dependency of org.jboss.messaging.core.asynciio.AIOCallback from the journal.

Author:
Clebert Suconic

Method Summary
 void waitCompletion()
           
 
Methods inherited from interface org.jboss.messaging.core.asyncio.AIOCallback
done, onError
 

Method Detail

waitCompletion

void waitCompletion()
                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2006 JBoss Inc. All Rights Reserved.