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 SessionSynchronization.afterBegin()
           
 void SessionSynchronization.afterCompletion(boolean committed)
           
 void SessionSynchronization.beforeCompletion()
           
 EJBLocalHome EJBLocalObject.getEJBLocalHome()
           
 java.lang.Object EJBLocalObject.getPrimaryKey()
           
 boolean EJBLocalObject.isIdentical(EJBLocalObject obj)
           
 void EJBLocalObject.remove()
           
 void Timer.cancel()
           
 long Timer.getTimeRemaining()
           
 java.util.Date Timer.getNextTimeout()
           
 java.io.Serializable Timer.getInfo()
           
 TimerHandle Timer.getHandle()
           
 void EJBLocalHome.remove(java.lang.Object primaryKey)
           
 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()
           
 void SessionBean.ejbActivate()
           
 void SessionBean.ejbPassivate()
           
 void SessionBean.ejbRemove()
           
 void SessionBean.setSessionContext(SessionContext ctx)
           
 void MessageDrivenBean.ejbRemove()
           
 void MessageDrivenBean.setMessageDrivenContext(MessageDrivenContext ctx)
           
 void EntityBean.ejbActivate()
           
 void EntityBean.ejbLoad()
           
 void EntityBean.ejbPassivate()
           
 void EntityBean.ejbRemove()
           
 void EntityBean.ejbStore()
           
 void EntityBean.setEntityContext(EntityContext ctx)
           
 void EntityBean.unsetEntityContext()
           
 



Copyright © {inceptionYear}-2007 null. All Rights Reserved.