public interface StatefulEJBContext
Modifier and Type | Method and Description |
---|---|
boolean |
canBePassivated() |
boolean |
existsInStore() |
long |
getLastAccessTime() |
javax.ejb.SessionContext |
getSessionContext() |
long |
getVersion() |
long |
incrementAndGetVersion() |
void |
setExistsInStore(boolean val) |
void |
setVersion(long versionInBackingStore) |
long getLastAccessTime()
boolean canBePassivated()
javax.ejb.SessionContext getSessionContext()
boolean existsInStore()
void setExistsInStore(boolean val)
long getVersion()
long incrementAndGetVersion()
void setVersion(long versionInBackingStore)
Copyright © 2019. All rights reserved.