public class EntityContextImpl extends EJBContextImpl implements javax.ejb.EntityContext
| Constructor and Description |
|---|
EntityContextImpl(EntityBeanComponentInstance componentInstance) |
| Modifier and Type | Method and Description |
|---|---|
EntityBeanComponent |
getComponent() |
protected EntityBeanComponentInstance |
getComponentInstance() |
javax.ejb.EJBLocalObject |
getEJBLocalObject() |
javax.ejb.EJBObject |
getEJBObject() |
javax.ejb.EntityBean |
getInstance() |
Object |
getPrimaryKey() |
UserTransaction |
getUserTransaction() |
boolean |
isRemoved() |
getCallerIdentity, getCallerPrincipal, getContextData, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTarget, getTimerService, isCallerInRole, isCallerInRole, lookup, setRollbackOnlypublic EntityContextImpl(EntityBeanComponentInstance componentInstance)
public EntityBeanComponent getComponent()
getComponent in class EJBContextImplpublic UserTransaction getUserTransaction() throws IllegalStateException
getUserTransaction in interface javax.ejb.EJBContextgetUserTransaction in class EJBContextImplIllegalStateExceptionpublic javax.ejb.EJBLocalObject getEJBLocalObject()
throws IllegalStateException
getEJBLocalObject in interface javax.ejb.EntityContextIllegalStateExceptionpublic javax.ejb.EJBObject getEJBObject()
throws IllegalStateException
getEJBObject in interface javax.ejb.EntityContextIllegalStateExceptionpublic Object getPrimaryKey() throws IllegalStateException
getPrimaryKey in interface javax.ejb.EntityContextIllegalStateExceptionpublic javax.ejb.EntityBean getInstance()
public boolean isRemoved()
protected EntityBeanComponentInstance getComponentInstance()
Copyright © 2014 JBoss by Red Hat. All rights reserved.