org.openejb.core.stateful
Class StatefulInstanceManager.BeanEntryQue
java.lang.Object
|
+--org.openejb.core.stateful.StatefulInstanceManager.BeanEntryQue
- Enclosing class:
- StatefulInstanceManager
- class StatefulInstanceManager.BeanEntryQue
- extends java.lang.Object
INNER CLASSS
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
front
BeanEntry front
end
BeanEntry end
count
int count
capacity
int capacity
StatefulInstanceManager.BeanEntryQue
protected StatefulInstanceManager.BeanEntryQue(int preferedCapacity)
first
protected BeanEntry first()
first
protected BeanEntry first(int size)
add
protected void add(BeanEntry entry)
isFull
protected boolean isFull()
contains
protected boolean contains(BeanEntry entry)
isEmpty
protected boolean isEmpty()
remove
protected BeanEntry remove(BeanEntry entry)