public interface InfinispanBeanManagerFactoryConfiguration
| Modifier and Type | Method and Description |
|---|---|
org.wildfly.clustering.ejb.BeanContext |
getBeanContext() |
<K,V> org.infinispan.Cache<K,V> |
getCache() |
org.wildfly.clustering.spi.dispatcher.CommandDispatcherFactory |
getCommandDispatcherFactory() |
org.wildfly.clustering.spi.group.Group<org.infinispan.remoting.transport.Address> |
getGroup() |
org.wildfly.clustering.infinispan.spi.affinity.KeyAffinityServiceFactory |
getKeyAffinityServiceFactory() |
org.wildfly.clustering.marshalling.jboss.MarshallingConfigurationRepository |
getMarshallingConfigurationRepository() |
String |
getName() |
org.wildfly.clustering.ejb.BeanPassivationConfiguration |
getPassivationConfiguration() |
String getName()
org.wildfly.clustering.ejb.BeanContext getBeanContext()
<K,V> org.infinispan.Cache<K,V> getCache()
org.wildfly.clustering.infinispan.spi.affinity.KeyAffinityServiceFactory getKeyAffinityServiceFactory()
org.wildfly.clustering.marshalling.jboss.MarshallingConfigurationRepository getMarshallingConfigurationRepository()
org.wildfly.clustering.ejb.BeanPassivationConfiguration getPassivationConfiguration()
org.wildfly.clustering.spi.group.Group<org.infinispan.remoting.transport.Address> getGroup()
org.wildfly.clustering.spi.dispatcher.CommandDispatcherFactory getCommandDispatcherFactory()
Copyright © 2020 JBoss by Red Hat. All rights reserved.