public class InfinispanCacheDeploymentListener extends Object implements org.jipijapa.event.spi.EventListener
| Modifier and Type | Field and Description |
|---|---|
static String |
CACHE_PRIVATE |
static String |
CACHE_TYPE |
static String |
CACHES |
static String |
CONTAINER |
static String |
DEFAULT_CACHE_CONTAINER |
static String |
NAME |
static String |
PENDING_PUTS |
| Constructor and Description |
|---|
InfinispanCacheDeploymentListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCacheDependencies(org.jipijapa.cache.spi.Classification classification,
Properties properties) |
void |
afterEntityManagerFactoryCreate(org.jipijapa.cache.spi.Classification classification,
org.jipijapa.plugin.spi.PersistenceUnitMetadata persistenceUnitMetadata) |
void |
beforeEntityManagerFactoryCreate(org.jipijapa.cache.spi.Classification classification,
org.jipijapa.plugin.spi.PersistenceUnitMetadata persistenceUnitMetadata) |
org.jipijapa.cache.spi.Wrapper |
startCache(org.jipijapa.cache.spi.Classification classification,
Properties properties) |
void |
stopCache(org.jipijapa.cache.spi.Classification classification,
org.jipijapa.cache.spi.Wrapper wrapper) |
public static final String CACHE_TYPE
public static final String CACHE_PRIVATE
public static final String CONTAINER
public static final String NAME
public static final String CACHES
public static final String PENDING_PUTS
public static final String DEFAULT_CACHE_CONTAINER
public void beforeEntityManagerFactoryCreate(org.jipijapa.cache.spi.Classification classification,
org.jipijapa.plugin.spi.PersistenceUnitMetadata persistenceUnitMetadata)
beforeEntityManagerFactoryCreate in interface org.jipijapa.event.spi.EventListenerpublic void afterEntityManagerFactoryCreate(org.jipijapa.cache.spi.Classification classification,
org.jipijapa.plugin.spi.PersistenceUnitMetadata persistenceUnitMetadata)
afterEntityManagerFactoryCreate in interface org.jipijapa.event.spi.EventListenerpublic org.jipijapa.cache.spi.Wrapper startCache(org.jipijapa.cache.spi.Classification classification,
Properties properties)
throws Exception
startCache in interface org.jipijapa.event.spi.EventListenerExceptionpublic void addCacheDependencies(org.jipijapa.cache.spi.Classification classification,
Properties properties)
addCacheDependencies in interface org.jipijapa.event.spi.EventListenerpublic void stopCache(org.jipijapa.cache.spi.Classification classification,
org.jipijapa.cache.spi.Wrapper wrapper)
stopCache in interface org.jipijapa.event.spi.EventListenerCopyright © 2020 JBoss by Red Hat. All rights reserved.