|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectariba.util.core.ThreadLocalHolder<V>
public abstract class ThreadLocalHolder<V>
Constructor Summary | |
---|---|
ThreadLocalHolder()
|
Method Summary | |
---|---|
V |
checkoutBuffer()
Checks the byte buffer out of this holder. |
int |
getRecursionDepth()
Returns the recursion depth. |
abstract V |
make()
|
void |
returnBuffer(V object)
Returns the byte buffer to this holder. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadLocalHolder()
Method Detail |
---|
public abstract V make()
public V checkoutBuffer()
public void returnBuffer(V object)
public int getRecursionDepth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |