org.jboss.messaging.core.asyncio
Interface BufferCallback

All Known Subinterfaces:
BufferCallback

public interface BufferCallback

Used to receive a notification on completed buffers used by the AIO layer.

Author:
Clebert Suconic

Method Summary
 void bufferDone(java.nio.ByteBuffer buffer)
           
 

Method Detail

bufferDone

void bufferDone(java.nio.ByteBuffer buffer)


Copyright © 2006 JBoss Inc. All Rights Reserved.