Class InfinispanTimerManagementServiceConfigurator
- java.lang.Object
-
- org.jboss.as.clustering.controller.CapabilityServiceNameProvider
-
- org.wildfly.extension.clustering.ejb.InfinispanTimerManagementServiceConfigurator
-
- All Implemented Interfaces:
ResourceServiceConfigurator,InfinispanCacheConfiguration,InfinispanTimerManagementConfiguration,TimerManagementConfiguration,ServiceConfigurator,ServiceNameProvider
public class InfinispanTimerManagementServiceConfigurator extends CapabilityServiceNameProvider implements ResourceServiceConfigurator, InfinispanTimerManagementConfiguration
- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description InfinispanTimerManagementServiceConfigurator(org.jboss.as.controller.PathAddress address)
-
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)ServiceConfiguratorconfigure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model)StringgetCacheName()StringgetContainerName()Function<org.jboss.modules.Module,ByteBufferMarshaller>getMarshallerFactory()IntegergetMaxActiveTimers()-
Methods inherited from class org.jboss.as.clustering.controller.CapabilityServiceNameProvider
getServiceName
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
configure
public ServiceConfigurator configure(org.jboss.as.controller.OperationContext context, org.jboss.dmr.ModelNode model) throws org.jboss.as.controller.OperationFailedException
- Specified by:
configurein interfaceResourceServiceConfigurator- Throws:
org.jboss.as.controller.OperationFailedException
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceServiceConfigurator
-
getMarshallerFactory
public Function<org.jboss.modules.Module,ByteBufferMarshaller> getMarshallerFactory()
- Specified by:
getMarshallerFactoryin interfaceTimerManagementConfiguration
-
getMaxActiveTimers
public Integer getMaxActiveTimers()
- Specified by:
getMaxActiveTimersin interfaceTimerManagementConfiguration
-
getContainerName
public String getContainerName()
- Specified by:
getContainerNamein interfaceInfinispanCacheConfiguration
-
getCacheName
public String getCacheName()
- Specified by:
getCacheNamein interfaceInfinispanCacheConfiguration
-
-