Uses of Class
javax.ejb.EJBException

Packages that use EJBException
com.caucho.ejb   
com.caucho.ejb.hessian   
com.caucho.ejb.message   
com.caucho.ejb.timer   
javax.ejb   
 

Uses of EJBException in com.caucho.ejb
 

Subclasses of EJBException in com.caucho.ejb
 class EJBExceptionWrapper
          Wraps the actual exception with an EJB exception
 

Methods in com.caucho.ejb that return EJBException
static EJBException EJBExceptionWrapper.create(java.lang.Throwable exn)
          Creates an EJBException from a throwable.
 

Methods in com.caucho.ejb that throw EJBException
 void AbstractSessionBean.ejbActivate()
           
 void AbstractSessionBean.ejbPassivate()
           
 void AbstractSessionBean.ejbRemove()
           
 void AbstractSessionBean.setSessionContext(SessionContext sessionContext)
           
 

Uses of EJBException in com.caucho.ejb.hessian
 

Methods in com.caucho.ejb.hessian that throw EJBException
protected  HessianWriter HessianStub._hessian_openWriter()
           
 

Uses of EJBException in com.caucho.ejb.message
 

Methods in com.caucho.ejb.message that throw EJBException
 void MessageListenerAdapter.ejbRemove()
           
 void MessageListenerAdapter.setMessageDrivenContext(MessageDrivenContext ctx)
           
 

Uses of EJBException in com.caucho.ejb.timer
 

Methods in com.caucho.ejb.timer that throw EJBException
 void EjbTimer.cancel()
          Cancels the timer.
 Timer EjbTimerService.createTimer(java.util.Date expiration, long interval, java.io.Serializable info)
          Creates a timer
 Timer EjbTimerService.createTimer(java.util.Date expiration, java.io.Serializable info)
          Creates a timer
 Timer EjbTimerService.createTimer(long initialDuration, long intervalDuration, java.io.Serializable info)
          Creates an interval timer
 Timer EjbTimerService.createTimer(long duration, java.io.Serializable info)
          Creates a timer for a duration.
 TimerHandle EjbTimer.getHandle()
          Returns the timer handle.
 java.io.Serializable EjbTimer.getInfo()
          Returns timer information.
 java.util.Date EjbTimer.getNextTimeout()
          Returns the time corresponding to the next scheduled expiration.
 Timer EjbTimerHandle.getTimer()
          Returns the timer.
 long EjbTimer.getTimeRemaining()
          Returns the time remaining in milliseconds.
 java.util.Collection EjbTimerService.getTimers()
          Returns the timers
 

Uses of EJBException in javax.ejb
 

Subclasses of EJBException in javax.ejb
 class AccessLocalException
          The main ejb context.
 class ConcurrentAccessException
          The main ejb context.
 class EJBAccessException
          The main ejb context.
 class EJBTransactionRequiredException
          The main ejb context.
 class EJBTransactionRolledbackException
          The main ejb context.
 class NoSuchEJBException
          The main ejb context.
 class NoSuchEntityException
          The main ejb context.
 class NoSuchObjectLocalException
          The main ejb context.
 class TransactionRequiredLocalException
          The main ejb context.
 class TransactionRolledbackLocalException
          The main ejb context.
 

Methods in javax.ejb that throw EJBException
 void SessionSynchronization.afterBegin()
           
 void SessionSynchronization.afterCompletion(boolean committed)
           
 void SessionSynchronization.beforeCompletion()
           
 void Timer.cancel()
           
 Timer TimerService.createTimer(java.util.Date expiration, long interval, java.io.Serializable info)
          Creates a timer
 Timer TimerService.createTimer(java.util.Date expiration, java.io.Serializable info)
          Creates a timer
 Timer TimerService.createTimer(long initialDuration, long intervalDuration, java.io.Serializable info)
          Creates an interval timer
 Timer TimerService.createTimer(long duration, java.io.Serializable info)
          Creates a timer for a duration.
 void EntityBean.ejbActivate()
           
 void SessionBean.ejbActivate()
           
 void EntityBean.ejbLoad()
           
 void EntityBean.ejbPassivate()
           
 void SessionBean.ejbPassivate()
           
 void EntityBean.ejbRemove()
           
 void MessageDrivenBean.ejbRemove()
           
 void SessionBean.ejbRemove()
           
 void EntityBean.ejbStore()
           
 EJBLocalHome EJBLocalObject.getEJBLocalHome()
           
 TimerHandle Timer.getHandle()
           
 java.io.Serializable Timer.getInfo()
           
 java.util.Date Timer.getNextTimeout()
           
 java.lang.Object EJBLocalObject.getPrimaryKey()
           
 Timer TimerHandle.getTimer()
           
 long Timer.getTimeRemaining()
           
 java.util.Collection TimerService.getTimers()
          Returns the timers
 boolean EJBLocalObject.isIdentical(EJBLocalObject obj)
           
 void EJBLocalObject.remove()
           
 void EJBLocalHome.remove(java.lang.Object primaryKey)
           
 void EntityBean.setEntityContext(EntityContext ctx)
           
 void MessageDrivenBean.setMessageDrivenContext(MessageDrivenContext ctx)
           
 void SessionBean.setSessionContext(SessionContext ctx)
           
 void EntityBean.unsetEntityContext()