[hornetq-commits] JBoss hornetq SVN: r9486 - trunk/src/main/org/hornetq/core/asyncio/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Jul 28 18:21:06 EDT 2010


Author: clebert.suconic at jboss.com
Date: 2010-07-28 18:21:06 -0400 (Wed, 28 Jul 2010)
New Revision: 9486

Modified:
   trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java
Log:
just adding javadoc

Modified: trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java
===================================================================
--- trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java	2010-07-28 11:46:15 UTC (rev 9485)
+++ trunk/src/main/org/hornetq/core/asyncio/impl/AsynchronousFileImpl.java	2010-07-28 22:21:06 UTC (rev 9486)
@@ -640,6 +640,7 @@
                              ByteBuffer buffer,
                              AIOCallback aioPackage) throws HornetQException;
 
+   /** a direct write to the file without the use of libaio's submit. */
    private native void writeInternal(ByteBuffer handle, long positionToWrite, long size, ByteBuffer bytes) throws HornetQException;
 
    private native void read(ByteBuffer handle, long position, long size, ByteBuffer buffer, AIOCallback aioPackage) throws HornetQException;



More information about the hornetq-commits mailing list