Package | Description |
---|---|
org.jboss.as.ejb3.remote | |
org.jboss.as.ejb3.remote.protocol.versionone | |
org.wildfly.clustering.ejb.infinispan | |
org.wildfly.clustering.registry |
Public clustering API for clustered registry that stores a unique key/value pair per node.
|
org.wildfly.clustering.server.registry |
Modifier and Type | Method and Description |
---|---|
Collection<Registry<K,V>> |
RegistryCollector.getRegistries() |
Collection<Registry<K,V>> |
RegistryCollectorService.getRegistries() |
Modifier and Type | Method and Description |
---|---|
void |
RegistryCollector.add(Registry<K,V> registry) |
void |
RegistryCollectorService.add(Registry<K,V> registry) |
void |
RegistryCollector.Listener.registryAdded(Registry<K,V> registry) |
void |
LocalEjbReceiver.registryAdded(Registry<String,List<ClientMapping>> cluster) |
void |
RegistryCollector.Listener.registryRemoved(Registry<K,V> registry) |
void |
LocalEjbReceiver.registryRemoved(Registry<String,List<ClientMapping>> registry) |
void |
RegistryCollector.remove(Registry<K,V> registry) |
void |
RegistryCollectorService.remove(Registry<K,V> registry) |
Modifier and Type | Method and Description |
---|---|
void |
VersionOneProtocolChannelReceiver.registryAdded(Registry<String,List<ClientMapping>> cluster) |
void |
VersionOneProtocolChannelReceiver.registryRemoved(Registry<String,List<ClientMapping>> registry) |
Constructor and Description |
---|
InfinispanBeanManager(String beanName,
Configuration<I,BeanKey<I>,BeanEntry<G>,BeanFactory<G,I,T>> beanConfiguration,
Configuration<G,G,BeanGroupEntry<I,T>,BeanGroupFactory<G,I,T>> groupConfiguration,
KeyAffinityServiceFactory affinityFactory,
Registry<String,?> registry,
NodeFactory<org.infinispan.remoting.transport.Address> nodeFactory,
ExpirationConfiguration<T> expiration,
PassivationConfiguration<T> passivation) |
Modifier and Type | Method and Description |
---|---|
Registry<K,V> |
RegistryFactory.createRegistry(RegistryEntryProvider<K,V> provider)
Creates a registry for the group associated with this factory.
|
Modifier and Type | Class and Description |
---|---|
class |
RegistryFactoryService<K,V>
Factory for creating a single
Registry instance per node. |
Modifier and Type | Method and Description |
---|---|
Registry<K,V> |
RegistryFactoryService.createRegistry(RegistryEntryProvider<K,V> provider) |
Registry<K,V> |
RegistryService.getValue() |
Modifier and Type | Method and Description |
---|---|
static <K,V> org.jboss.msc.service.ServiceBuilder<Registry<K,V>> |
RegistryService.build(org.jboss.msc.service.ServiceTarget target,
String containerName,
String cacheName) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.