|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.openejb.core.BaseContext
org.apache.openejb.core.entity.EntityContext
public class EntityContext
Nested Class Summary | |
---|---|
protected static class |
EntityContext.ActivatePassivateEntityState
|
protected static class |
EntityContext.ContextEntityState
|
protected static class |
EntityContext.CreateEntityState
|
protected static class |
EntityContext.FindEntityState
|
protected static class |
EntityContext.HomeEntityState
|
protected static class |
EntityContext.LifecycleBusinessTimeoutEntityState
|
Nested classes/interfaces inherited from class org.apache.openejb.core.BaseContext |
---|
BaseContext.State, BaseContext.UserTransactionWrapper |
Field Summary | |
---|---|
protected static BaseContext.State[] |
states
|
Constructor Summary | |
---|---|
EntityContext(SecurityService securityService)
|
Method Summary | |
---|---|
javax.ejb.EJBLocalObject |
getEJBLocalObject()
|
javax.ejb.EJBObject |
getEJBObject()
|
Object |
getPrimaryKey()
|
protected BaseContext.State |
getState()
|
static BaseContext.State[] |
getStates()
|
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, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly |
Field Detail |
---|
protected static final BaseContext.State[] states
Constructor Detail |
---|
public EntityContext(SecurityService securityService)
Method Detail |
---|
public static BaseContext.State[] getStates()
protected BaseContext.State getState()
getState
in class BaseContext
public javax.ejb.EJBLocalObject getEJBLocalObject() throws IllegalStateException
getEJBLocalObject
in interface javax.ejb.EntityContext
IllegalStateException
public javax.ejb.EJBObject getEJBObject() throws IllegalStateException
getEJBObject
in interface javax.ejb.EntityContext
IllegalStateException
public Object getPrimaryKey() throws IllegalStateException
getPrimaryKey
in interface javax.ejb.EntityContext
IllegalStateException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |