public class CacheDeploymentListener extends Object implements org.jipijapa.event.spi.EventListener
| Constructor and Description |
|---|
CacheDeploymentListener() |
| 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) |
static void |
clearInternalDeploymentSupport() |
static org.jboss.as.controller.capability.CapabilityServiceSupport |
getInternalDeploymentCapablityServiceSupport() |
static org.jboss.msc.service.ServiceBuilder<?> |
getInternalDeploymentServiceBuilder() |
static void |
setInternalDeploymentSupport(org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
org.jboss.as.controller.capability.CapabilityServiceSupport support) |
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 void setInternalDeploymentSupport(org.jboss.msc.service.ServiceBuilder<?> serviceBuilder,
org.jboss.as.controller.capability.CapabilityServiceSupport support)
public static void clearInternalDeploymentSupport()
public static org.jboss.msc.service.ServiceBuilder<?> getInternalDeploymentServiceBuilder()
public static org.jboss.as.controller.capability.CapabilityServiceSupport getInternalDeploymentCapablityServiceSupport()
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.