java.lang.Objectorg.jboss.ejb.plugins.AbstractInterceptor
org.jboss.ejb.plugins.EntityLockInterceptor
All Implemented Interfaces:
Interceptor
The policies for implementing scheduling (pessimistic locking etc) is implemented by pluggable locks
We also implement serialization of calls in here (this is a spec requirement). This is a fine grained notify, notifyAll mechanism. We notify on ctx serialization locks and notifyAll on global transactional locks.
WARNING: critical code, get approval from senior developers before changing.
< - a href="mailto:marc.fleury@jboss.org">Marc Fleury< - a href="mailto:bill@burkecentral.com">Bill Burke$ - Revision: 37459 $
Revisions:
2001/07/30: marcf
2001/08/07: billb
| Fields inherited from org.jboss.ejb.plugins.AbstractInterceptor: |
|---|
| nextInterceptor, log, container |
| Method from org.jboss.ejb.plugins.EntityLockInterceptor Summary: |
|---|
| invoke, invokeHome |
| Methods from org.jboss.ejb.plugins.AbstractInterceptor: |
|---|
| create, destroy, getContainer, getNext, invoke, invokeHome, isAppException, setContainer, setNext, start, stop |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jboss.ejb.plugins.EntityLockInterceptor Detail: |
|---|
|
|