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 | |
org.wildfly.clustering.web.infinispan.session |
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<org.jboss.as.network.ClientMapping>> cluster) |
void |
RegistryCollector.Listener.registryRemoved(Registry<K,V> registry) |
void |
LocalEjbReceiver.registryRemoved(Registry<String,List<org.jboss.as.network.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<org.jboss.as.network.ClientMapping>> cluster) |
void |
VersionOneProtocolChannelReceiver.registryRemoved(Registry<String,List<org.jboss.as.network.ClientMapping>> registry) |
Modifier and Type | Method and Description |
---|---|
Registry<String,?> |
InfinispanBeanManagerFactoryConfiguration.getRegistry() |
Registry<String,?> |
InfinispanBeanManagerConfiguration.getRegistry() |
Registry<String,?> |
InfinispanBeanManagerFactoryBuilder.getRegistry() |
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 |
CacheRegistry<K,V>
Clustered
Registry backed by an Infinispan cache. |
class |
LocalRegistry<K,V>
Non-clustered
Registry implementation. |
Modifier and Type | Method and Description |
---|---|
Registry<K,V> |
CacheRegistryFactory.createRegistry(RegistryEntryProvider<K,V> provider) |
Registry<K,V> |
LocalRegistryFactory.createRegistry(RegistryEntryProvider<K,V> provider) |
Registry<K,V> |
RegistryBuilder.getValue() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.service.ServiceBuilder<Registry<K,V>> |
RegistryBuilder.build(org.jboss.msc.service.ServiceTarget target) |
Modifier and Type | Method and Description |
---|---|
Registry<String,Void> |
InfinispanRouteLocatorBuilder.getRegistry() |
Registry<String,Void> |
InfinispanRouteLocatorConfiguration.getRegistry() |
Copyright © 2016 JBoss by Red Hat. All rights reserved.