Class InfinispanBeanGroupListenerServiceConfigurator<K,V extends BeanInstance<K>,C>
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.wildfly.clustering.ejb.infinispan.bean.InfinispanBeanGroupListenerServiceConfigurator<K,V,C>
-
- Type Parameters:
K- the bean identifier typeV- the bean instance typeC- the marshalled value context type
- All Implemented Interfaces:
CapabilityServiceConfigurator,org.jboss.msc.Service,CacheConfiguration,InfinispanConfiguration,ServiceConfigurator,ServiceNameProvider
public class InfinispanBeanGroupListenerServiceConfigurator<K,V extends BeanInstance<K>,C> extends SimpleServiceNameProvider implements CapabilityServiceConfigurator, org.jboss.msc.Service, InfinispanConfiguration
Cache listener for bean group activation/passivation events.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)<KK,VV>
org.infinispan.Cache<KK,VV>getCache()voidstart(org.jboss.msc.service.StartContext context)voidstop(org.jboss.msc.service.StopContext context)-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.jboss.as.clustering.controller.CapabilityServiceConfigurator
configure, configure
-
Methods inherited from interface org.wildfly.clustering.ee.infinispan.InfinispanConfiguration
getBatcher, getBlockingManager, getCacheProperties, getReadForUpdateCache, getSilentWriteCache, getTryLockCache, getTryReadForUpdateCache, getWriteOnlyCache
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceServiceConfigurator
-
start
public void start(org.jboss.msc.service.StartContext context) throws org.jboss.msc.service.StartException- Specified by:
startin interfaceorg.jboss.msc.Service- Throws:
org.jboss.msc.service.StartException
-
stop
public void stop(org.jboss.msc.service.StopContext context)
- Specified by:
stopin interfaceorg.jboss.msc.Service
-
getCache
public <KK,VV> org.infinispan.Cache<KK,VV> getCache()
- Specified by:
getCachein interfaceCacheConfiguration- Specified by:
getCachein interfaceInfinispanConfiguration
-
-