javax.ejb
Interface EntityContext
- All Superinterfaces:
- EJBContext
public interface EntityContext
- extends EJBContext
- Version:
- $Rev: 467742 $ $Date: 2006-10-25 15:30:38 -0400 (Wed, 25 Oct 2006) $
Methods inherited from interface javax.ejb.EJBContext |
getCallerIdentity, getCallerPrincipal, getContextData, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
getEJBLocalObject
EJBLocalObject getEJBLocalObject()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
getEJBObject
EJBObject getEJBObject()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
getPrimaryKey
java.lang.Object getPrimaryKey()
throws java.lang.IllegalStateException
- Throws:
java.lang.IllegalStateException
Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.