| Class | Description |
|---|---|
| BigFatLock |
Class for serializing processing using a big fat lock.
|
| BigFatLockHeldAdvice |
AspectJ method "before advice" that verifies that the
BigFatLock is held. |
| ContextCleanupListener |
Clears references that can cause container memory leaks on Web container class unloading.
|
| ExceptionLoggingFilter |
Servlet filter that ensures any exceptions which are not handled by the servlet get logged somewhere.
|
| OpenTransactionInViewFilter |
Servlet filter that wraps execution in a transaction.
|
| Exception | Description |
|---|---|
| BigFatLockNotHeldException |
Thrown by
BigFatLockHeldAdvice.lockNotHeld() when the lock is not held. |
Copyright © 2016. All rights reserved.