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 ByteBufferPool
public void releaseByteBuffer(ByteBuffer thebb)
releaseByteBuffer
in interface ByteBufferPool
public int activeCount()
activeCount
in interface ByteBufferPool
Copyright © 2021 JBoss by Red Hat. All rights reserved.