org.openejb.core.stateful
Class BeanEntry

java.lang.Object
  extended by org.openejb.core.stateful.BeanEntry
All Implemented Interfaces:
java.io.Serializable

public class BeanEntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
protected  java.lang.Object ancillaryState
           
protected  javax.ejb.SessionBean bean
           
protected  boolean inQue
           
protected  java.lang.Object primaryKey
           
protected  long timeOutInterval
           
protected  long timeStamp
           
protected  javax.transaction.Transaction transaction
           
 
Constructor Summary
protected BeanEntry(javax.ejb.SessionBean beanInstance, java.lang.Object primKey, java.lang.Object ancillary, long timeOut)
           
 
Method Summary
protected  boolean isTimedOut()
           
protected  void resetTimeOut()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bean

protected final javax.ejb.SessionBean bean

primaryKey

protected java.lang.Object primaryKey

ancillaryState

protected java.lang.Object ancillaryState

transaction

protected transient javax.transaction.Transaction transaction

timeStamp

protected long timeStamp

timeOutInterval

protected long timeOutInterval

inQue

protected boolean inQue
Constructor Detail

BeanEntry

protected BeanEntry(javax.ejb.SessionBean beanInstance,
                    java.lang.Object primKey,
                    java.lang.Object ancillary,
                    long timeOut)
Method Detail

isTimedOut

protected boolean isTimedOut()

resetTimeOut

protected void resetTimeOut()


Copyright © 1999-2011 OpenEJB. All Rights Reserved.