org.openejb.core.stateful
Class BeanEntry
java.lang.Object
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
Constructor Summary |
protected |
BeanEntry(javax.ejb.SessionBean beanInstance,
java.lang.Object primKey,
java.lang.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 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
BeanEntry
protected BeanEntry(javax.ejb.SessionBean beanInstance,
java.lang.Object primKey,
java.lang.Object ancillary,
long timeOut)
isTimedOut
protected boolean isTimedOut()
resetTimeOut
protected void resetTimeOut()
Copyright © 1999-2011 OpenEJB. All Rights Reserved.