All Classes and Interfaces

Class
Description
An ExoCache implementation based on Cache.
The main class of all the mappers.
This class is used to allow to use infinispan in distribution mode with the ability to launch infinispan instances in standalone mode, in other words outside an application server.
 
 
 
 
 
 
 
 
 
 
This class is used to create the cache according to the given configuration ExoCacheConfig
This class allows us to define new creators
This class is used to define custom configurations
This class is the Infinispan implementation of the ExoCacheFactory
The ExoCacheConfig for all the eviction algorithms available in infinispan
The generic ExoCacheCreator for all the expiration available in infinispan.
The Generic implementation of an ExoCache
 
This class is used to replace the one provided by default in ISPN 5.0 since it implicitly requires that ISPN is initialized before the rest which is actually the exact opposite.
Add the specific part for Arjuna
Listener for perform some actions at the specified point of JTA transaction lifecycle.
Transaction lifecycle needs to be managed through JTAUserTransactionLifecycleService to have listeners executed.
For now, we have shared instance of one registered listener for all transactions, so listener implementations need to be thread-safe
Service provides methods for managing lifecycle of JTA transaction
Base implementation of JTAUserTransactionLifecycleService .
Builds configuration from template using map of template-variables -- value.