public class ByteBufferPoolImpl extends Object implements ByteBufferPool
| Constructor and Description |
|---|
ByteBufferPoolImpl(ORB theORB) |
| Modifier and Type | Method and Description |
|---|---|
int |
activeCount() |
ByteBuffer |
getByteBuffer(int theAskSize) |
void |
releaseByteBuffer(ByteBuffer thebb) |
public ByteBufferPoolImpl(ORB theORB)
public ByteBuffer getByteBuffer(int theAskSize)
getByteBuffer in interface ByteBufferPoolpublic void releaseByteBuffer(ByteBuffer thebb)
releaseByteBuffer in interface ByteBufferPoolpublic int activeCount()
activeCount in interface ByteBufferPoolCopyright © 2018 JBoss by Red Hat. All rights reserved.