com.sun.ejb.containers
Class ReadOnlyContextImpl
java.lang.Object
com.sun.ejb.containers.EJBContextImpl
com.sun.ejb.containers.EntityContextImpl
com.sun.ejb.containers.ReadOnlyContextImpl
- All Implemented Interfaces:
- ComponentContext, java.io.Serializable, EJBContext, EntityContext, ResourceHandler
public final class ReadOnlyContextImpl
- extends EntityContextImpl
Implementation of EJBContext for ReadOnlyBeans. Contains extra
attributes that allows selective ejbLoad()
- Author:
- Mahesh Kannan
- See Also:
- Serialized Form
| Fields inherited from class com.sun.ejb.containers.EJBContextImpl |
container, ejbLocalBusinessObjectImpl, ejbLocalObjectImpl, ejbObjectImpl, ejbRemoteBusinessObjectImpl, ejbStub, inEjbRemove, isLocalInterfaceSupported, isRemoteInterfaceSupported, jcdiInjectionContext, optionalEjbLocalBusinessObjectImpl, state, transaction |
| Methods inherited from class com.sun.ejb.containers.EJBContextImpl |
checkActivatePassivate, decrementConcurrentInvokeCount, doGetSetRollbackTxAttrCheck, getCallerIdentity, getCallerPrincipal, getConcurrentInvokeCount, getContainer, getContextData, getEJB, getEJBHome, getEJBLocalHome, getEJBLocalObject, getEnvironment, getInterceptorInstances, getLastTimeUsed, getResourceList, getRollbackOnly, getTransaction, getUserTransaction, inActivatePassivate, inActivatePassivate, incrementConcurrentInvokeCount, isCallerInRole, isCallerInRole, lookup, registerResource, setRollbackOnly, setTransaction, unregisterResource |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.ejb.EJBContext |
getCallerIdentity, getCallerPrincipal, getContextData, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
getPKLevelSequenceNum
public int getPKLevelSequenceNum()
incrementPKLevelSequenceNum
public void incrementPKLevelSequenceNum()
setPKLevelSequenceNum
public void setPKLevelSequenceNum(int num)
getLastRefreshedAt
public long getLastRefreshedAt()
setLastRefreshedAt
public void setLastRefreshedAt(long time)
isRemoved
public boolean isRemoved()
setRemoved
public void setRemoved(boolean value)
setReadOnlyBeanInfo
public void setReadOnlyBeanInfo(com.sun.ejb.containers.ReadOnlyBeanInfo info)
getReadOnlyBeanInfo
public com.sun.ejb.containers.ReadOnlyBeanInfo getReadOnlyBeanInfo()
Copyright © 2012 GlassFish Community. All Rights Reserved.