com.sun.ejb.spi.container
Interface StatefulEJBContext

All Known Implementing Classes:
SessionContextImpl

public interface StatefulEJBContext

Author:
Mahesh Kannan

Method Summary
 boolean canBePassivated()
           
 boolean existsInStore()
           
 long getLastAccessTime()
           
 SessionContext getSessionContext()
           
 long getVersion()
           
 long incrementAndGetVersion()
           
 void setExistsInStore(boolean val)
           
 void setVersion(long versionInBackingStore)
           
 

Method Detail

getLastAccessTime

long getLastAccessTime()

canBePassivated

boolean canBePassivated()

getSessionContext

SessionContext getSessionContext()

existsInStore

boolean existsInStore()

setExistsInStore

void setExistsInStore(boolean val)

getVersion

long getVersion()

incrementAndGetVersion

long incrementAndGetVersion()

setVersion

void setVersion(long versionInBackingStore)


Copyright © 2012 GlassFish Community. All Rights Reserved.