|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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()
|
void |
Timer.cancel()
|
Timer |
TimerService.createTimer(Date initialExpiration,
long intervalDuration,
Serializable info)
|
Timer |
TimerService.createTimer(Date expiration,
Serializable info)
|
Timer |
TimerService.createTimer(long initialDuration,
long intervalDuration,
Serializable info)
|
Timer |
TimerService.createTimer(long duration,
Serializable info)
|
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()
|
Serializable |
Timer.getInfo()
|
Date |
Timer.getNextTimeout()
|
Object |
EJBLocalObject.getPrimaryKey()
|
Timer |
TimerHandle.getTimer()
|
long |
Timer.getTimeRemaining()
|
Collection |
TimerService.getTimers()
|
boolean |
EJBLocalObject.isIdentical(EJBLocalObject obj)
|
void |
EJBLocalObject.remove()
|
void |
EJBLocalHome.remove(Object primaryKey)
|
void |
EntityBean.setEntityContext(EntityContext ctx)
|
void |
MessageDrivenBean.setMessageDrivenContext(MessageDrivenContext ctx)
|
void |
SessionBean.setSessionContext(SessionContext ctx)
|
void |
EntityBean.unsetEntityContext()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |