JBoss API: Package org.jboss.ejb.plugins.lock

Package org.jboss.ejb.plugins.lock

Package description goes here.

See:
          Description

Class Summary
BeanLockSupport Support for the BeanLock
MethodOnlyEJBLock This class does not perform any pessimistic transactional locking.
QueuedPessimisticEJBLock This class is holds threads awaiting the transactional lock to be free in a fair FIFO transactional queue.
SimplePessimisticEJBLock Holds all locks for entity beans, not used for stateful.
 

Exception Summary
ApplicationDeadlockException This exception class is thrown when application deadlock is detected when trying to lock an entity bean This is probably NOT a result of a jboss bug, but rather that the application is access the same entity beans within 2 different transaction in a different order.
 

Package org.jboss.ejb.plugins.lock Description

Package description goes here.

Package Specification

Related Documentation

Package Status



Copyright © 2000 The JBoss Organization. All Rights Reserved.