|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AIOCallback | |
---|---|
org.jboss.messaging.core.asyncio | |
org.jboss.messaging.core.asyncio.impl | |
org.jboss.messaging.core.journal |
Uses of AIOCallback in org.jboss.messaging.core.asyncio |
---|
Methods in org.jboss.messaging.core.asyncio with parameters of type AIOCallback | |
---|---|
void |
AsynchronousFile.read(long position,
long size,
java.nio.ByteBuffer directByteBuffer,
AIOCallback aioPackage)
|
void |
AsynchronousFile.write(long position,
long size,
java.nio.ByteBuffer directByteBuffer,
AIOCallback aioPackage)
|
Uses of AIOCallback in org.jboss.messaging.core.asyncio.impl |
---|
Methods in org.jboss.messaging.core.asyncio.impl with parameters of type AIOCallback | |
---|---|
void |
AsynchronousFileImpl.read(long position,
long size,
java.nio.ByteBuffer directByteBuffer,
AIOCallback aioPackage)
|
void |
AsynchronousFileImpl.write(long position,
long size,
java.nio.ByteBuffer directByteBuffer,
AIOCallback aioPackage)
|
Uses of AIOCallback in org.jboss.messaging.core.journal |
---|
Subinterfaces of AIOCallback in org.jboss.messaging.core.journal | |
---|---|
interface |
IOCallback
This class is just a direct extention of AIOCallback. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |