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


Field Summary
(package private)  int capacity
           
(package private)  int count
           
(package private)  BeanEntry end
           
(package private)  BeanEntry front
           
 
Constructor Summary
protected StatefulInstanceManager.BeanEntryQue(int preferedCapacity)
           
 
Method Summary
protected  void add(BeanEntry entry)
           
protected  boolean contains(BeanEntry entry)
           
protected  BeanEntry first()
           
protected  BeanEntry first(int size)
           
protected  boolean isEmpty()
           
protected  boolean isFull()
           
protected  BeanEntry remove(BeanEntry entry)
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

front

BeanEntry front

end

BeanEntry end

count

int count

capacity

int capacity
Constructor Detail

StatefulInstanceManager.BeanEntryQue

protected StatefulInstanceManager.BeanEntryQue(int preferedCapacity)
Method Detail

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)