public class HotRodSessionManagerFactoryServiceConfigurator<C extends org.wildfly.clustering.marshalling.spi.Marshallability,L> extends org.wildfly.clustering.service.SimpleServiceNameProvider implements org.jboss.as.clustering.controller.CapabilityServiceConfigurator, HotRodSessionManagerFactoryConfiguration<C,L>, Supplier<org.wildfly.clustering.web.session.SessionManagerFactory<L,org.wildfly.clustering.ee.cache.tx.TransactionBatch>>
| Constructor and Description |
|---|
HotRodSessionManagerFactoryServiceConfigurator(HotRodSessionManagementConfiguration configuration,
org.wildfly.clustering.web.session.SessionManagerFactoryConfiguration<C,L> factoryConfiguration) |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<?> |
build(org.jboss.msc.service.ServiceTarget target) |
org.wildfly.clustering.service.ServiceConfigurator |
configure(org.jboss.as.controller.capability.CapabilityServiceSupport support) |
org.wildfly.clustering.web.session.SessionManagerFactory<L,org.wildfly.clustering.ee.cache.tx.TransactionBatch> |
get() |
org.wildfly.clustering.web.session.SessionAttributePersistenceStrategy |
getAttributePersistenceStrategy() |
<K,V> org.infinispan.client.hotrod.RemoteCache<K,V> |
getCache() |
String |
getConfigurationName() |
String |
getContainerName() |
String |
getDeploymentName() |
org.wildfly.clustering.ee.Immutability |
getImmutability() |
org.wildfly.clustering.web.LocalContextFactory<L> |
getLocalContextFactory() |
org.wildfly.clustering.marshalling.spi.MarshalledValueFactory<C> |
getMarshalledValueFactory() |
C |
getMarshallingContext() |
Integer |
getMaxActiveSessions() |
String |
getServerName() |
equals, getServiceName, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfiguregetServiceNamegetCachePropertiespublic HotRodSessionManagerFactoryServiceConfigurator(HotRodSessionManagementConfiguration configuration, org.wildfly.clustering.web.session.SessionManagerFactoryConfiguration<C,L> factoryConfiguration)
public org.wildfly.clustering.service.ServiceConfigurator configure(org.jboss.as.controller.capability.CapabilityServiceSupport support)
configure in interface org.jboss.as.clustering.controller.CapabilityServiceConfiguratorpublic org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
build in interface org.wildfly.clustering.service.ServiceConfiguratorpublic org.wildfly.clustering.web.session.SessionManagerFactory<L,org.wildfly.clustering.ee.cache.tx.TransactionBatch> get()
get in interface Supplier<org.wildfly.clustering.web.session.SessionManagerFactory<L,org.wildfly.clustering.ee.cache.tx.TransactionBatch>>public org.wildfly.clustering.web.session.SessionAttributePersistenceStrategy getAttributePersistenceStrategy()
getAttributePersistenceStrategy in interface org.wildfly.clustering.web.session.DistributableSessionManagementConfigurationpublic String getContainerName()
getContainerName in interface HotRodConfigurationpublic String getConfigurationName()
getConfigurationName in interface HotRodConfigurationpublic Integer getMaxActiveSessions()
getMaxActiveSessions in interface org.wildfly.clustering.web.session.SessionManagerFactoryConfiguration<C extends org.wildfly.clustering.marshalling.spi.Marshallability,L>public org.wildfly.clustering.marshalling.spi.MarshalledValueFactory<C> getMarshalledValueFactory()
getMarshalledValueFactory in interface org.wildfly.clustering.web.session.SessionManagerFactoryConfiguration<C extends org.wildfly.clustering.marshalling.spi.Marshallability,L>public C getMarshallingContext()
getMarshallingContext in interface org.wildfly.clustering.web.session.SessionManagerFactoryConfiguration<C extends org.wildfly.clustering.marshalling.spi.Marshallability,L>public org.wildfly.clustering.web.LocalContextFactory<L> getLocalContextFactory()
getLocalContextFactory in interface org.wildfly.clustering.web.session.SessionManagerFactoryConfiguration<C extends org.wildfly.clustering.marshalling.spi.Marshallability,L>public String getServerName()
getServerName in interface org.wildfly.clustering.web.WebDeploymentConfigurationpublic String getDeploymentName()
getDeploymentName in interface org.wildfly.clustering.web.WebDeploymentConfigurationpublic org.wildfly.clustering.ee.Immutability getImmutability()
getImmutability in interface org.wildfly.clustering.web.session.SessionManagerFactoryConfiguration<C extends org.wildfly.clustering.marshalling.spi.Marshallability,L>public <K,V> org.infinispan.client.hotrod.RemoteCache<K,V> getCache()
getCache in interface HotRodSessionMetaDataFactoryConfigurationCopyright © 2020 JBoss by Red Hat. All rights reserved.