org.jboss.messaging.core.journal
Interface IOCallback
- All Superinterfaces:
- AIOCallback
- All Known Implementing Classes:
- DummyCallback, SimpleWaitIOCallback, TransactionCallback
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
waitCompletion
void waitCompletion()
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2006 JBoss Inc. All Rights Reserved.