javax.ejb

Interface EntityContext

All Superinterfaces:
EJBContext

public interface EntityContext
extends EJBContext

Method Summary

EJBLocalObject
getEJBLocalObject()
EJBObject
getEJBObject()
Object
getPrimaryKey()

Methods inherited from interface javax.ejb.EJBContext

getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, setRollbackOnly

Method Details

getEJBLocalObject

public EJBLocalObject getEJBLocalObject()
            throws IllegalStateException

getEJBObject

public EJBObject getEJBObject()
            throws IllegalStateException

getPrimaryKey

public Object getPrimaryKey()
            throws IllegalStateException