Uses of Class
javax.ejb.EJBException

Packages that use EJBException
javax.ejb   
 

Uses of EJBException in javax.ejb
 

Subclasses of EJBException in javax.ejb
 class AccessLocalException
           
 class NoSuchEntityException
           
 class NoSuchObjectLocalException
           
 class TransactionRequiredLocalException
           
 class TransactionRolledbackLocalException
           
 

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