org.openejb.core.stateful
Class BeanEntry
java.lang.Object
org.openejb.core.stateful.BeanEntry
- All Implemented Interfaces:
- Serializable
- public class BeanEntry
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
protected |
BeanEntry(javax.ejb.SessionBean beanInstance,
Object primKey,
Object ancillary,
long timeOut)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bean
protected final javax.ejb.SessionBean bean
primaryKey
protected Object primaryKey
ancillaryState
protected Object ancillaryState
transaction
protected transient Transaction transaction
timeStamp
protected long timeStamp
timeOutInterval
protected long timeOutInterval
inQue
protected boolean inQue
BeanEntry
protected BeanEntry(javax.ejb.SessionBean beanInstance,
Object primKey,
Object ancillary,
long timeOut)
isTimedOut
protected boolean isTimedOut()
resetTimeOut
protected void resetTimeOut()
Copyright © 1999-2007 OpenEJB. All Rights Reserved.