| Classes | |
|---|---|
| AbstractJBossCacheListener | Implementation that does nothing but does it well. |
| DummyTransactionManagerLookup | Same as JBoss cache DummyTransactionManagerLookup but does not use singleton method in order to avoid the binding into JNDI that fails into JBoss AS. |
| JBossCacheTransactionManagerAdapter | Adapt JBoss Cache transaction manager lookup to our abstraction. |
| NodeImpl | The node implementation. |
| NodeStateEvent | The state of a node during a change made to the model. |
| Property | Hold a property within the cache. |
| SessionImpl | Implementation of Session. |
| TreeImpl | Implementation of tree that delegates to JBoss Cache. |
| TreeImpl.FixedTreeCache | Override createInterceptorChain() in order to replace cache loader interceptor with the fixed version one. |