org.openejb
Class EJBContextImpl.EJBContextState
java.lang.Object
org.openejb.EJBContextImpl.EJBContextState
- Direct Known Subclasses:
- EntityContextImpl.EntityContextState, MDBContext.MDBContextState, StatefulSessionContext.StatefulSessionContextState, StatelessSessionContext.StatelessSessionContextState
- Enclosing class:
- EJBContextImpl
- public abstract static class EJBContextImpl.EJBContextState
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EJBContextImpl.EJBContextState
public EJBContextImpl.EJBContextState()
getEJBHome
public javax.ejb.EJBHome getEJBHome(EJBInstanceContext context)
getEJBLocalHome
public javax.ejb.EJBLocalHome getEJBLocalHome(EJBInstanceContext context)
getEJBObject
public javax.ejb.EJBObject getEJBObject(EJBInstanceContext context)
getEJBLocalObject
public javax.ejb.EJBLocalObject getEJBLocalObject(EJBInstanceContext context)
getCallerPrincipal
public Principal getCallerPrincipal()
isCallerInRole
public boolean isCallerInRole(String s,
EJBInstanceContext context)
getUserTransaction
public UserTransaction getUserTransaction(UserTransaction userTransaction)
setRollbackOnly
public void setRollbackOnly(EJBInstanceContext context)
getRollbackOnly
public boolean getRollbackOnly(EJBInstanceContext context)
getTimerService
public javax.ejb.TimerService getTimerService(EJBInstanceContext context)
Copyright © 1999-2005 OpenEJB. All Rights Reserved.