| Package | Description |
|---|---|
| org.jboss.as.ejb3.component.stateless | |
| org.jboss.as.ejb3.logging | |
| org.wildfly.clustering.dispatcher |
Public clustering API which facilitates remote command execution
on the cluster.
|
| org.wildfly.clustering.provider |
Public clustering API for registering services on a group of nodes.
|
| org.wildfly.clustering.registry |
Public clustering API for clustered registry that stores a unique key/value pair per node.
|
| org.wildfly.clustering.server.dispatcher | |
| org.wildfly.clustering.server.group | |
| org.wildfly.clustering.server.provider | |
| org.wildfly.clustering.server.registry |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.inject.Injector<Group> |
StatelessSessionComponentCreateService.getGroupInjector() |
| Modifier and Type | Method and Description |
|---|---|
void |
EjbLogger.couldNotSendClusterRemovalMessage(Throwable cause,
Group group,
org.jboss.remoting3.Channel channel) |
void |
EjbLogger_$logger.couldNotSendClusterRemovalMessage(Throwable cause,
Group group,
org.jboss.remoting3.Channel channel) |
| Modifier and Type | Method and Description |
|---|---|
Group |
CommandDispatcherFactory.getGroup()
Returns the group upon which the this command dispatcher operates.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
ServiceProviderRegistry.getGroup()
Returns the group with which to register service providers.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Registry.getGroup()
Returns the group associated with this factory.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelCommandDispatcherFactory
MessageDispatcher based CommandDispatcherFactory. |
| Modifier and Type | Method and Description |
|---|---|
Group |
ChannelCommandDispatcherFactory.getGroup() |
Group |
LocalCommandDispatcherFactory.getGroup() |
| Constructor and Description |
|---|
LocalCommandDispatcherFactory(Group group) |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheGroup
Group implementation based on the topology of a cache. |
class |
LocalGroup
Non-clustered
Group implementation |
| Modifier and Type | Method and Description |
|---|---|
Group |
ChannelGroupBuilder.getValue() |
Group |
LocalCacheGroupBuilder.getValue() |
Group |
LocalGroupBuilder.getValue() |
Group |
CacheGroupBuilder.getValue() |
| Modifier and Type | Method and Description |
|---|---|
org.jboss.msc.service.ServiceBuilder<Group> |
ChannelGroupBuilder.build(org.jboss.msc.service.ServiceTarget target) |
org.jboss.msc.service.ServiceBuilder<Group> |
LocalCacheGroupBuilder.build(org.jboss.msc.service.ServiceTarget target) |
org.jboss.msc.service.ServiceBuilder<Group> |
LocalGroupBuilder.build(org.jboss.msc.service.ServiceTarget target) |
org.jboss.msc.service.ServiceBuilder<Group> |
CacheGroupBuilder.build(org.jboss.msc.service.ServiceTarget target) |
| Constructor and Description |
|---|
CacheGroupBuilderProvider(CacheBuilderFactory<Group> factory) |
GroupBuilderProvider(GroupBuilderFactory<Group> factory) |
| Modifier and Type | Method and Description |
|---|---|
Group |
CacheServiceProviderRegistry.getGroup() |
Group |
CacheServiceProviderRegistryConfiguration.getGroup() |
Group |
CacheServiceProviderRegistryBuilder.getGroup() |
Group |
ServiceProviderRegistrationFactoryAdapter.getGroup()
Returns the group with which to register service providers.
|
Group |
LocalServiceProviderRegistry.getGroup() |
| Constructor and Description |
|---|
LocalServiceProviderRegistry(Group group) |
| Modifier and Type | Method and Description |
|---|---|
Group |
CacheRegistry.getGroup() |
Group |
CacheRegistryFactoryConfiguration.getGroup() |
Group |
LocalRegistry.getGroup() |
Group |
CacheRegistryFactoryBuilder.getGroup() |
| Constructor and Description |
|---|
LocalRegistry(Group group,
RegistryEntryProvider<K,V> provider) |
LocalRegistryFactory(Group group) |
Copyright © 2022 JBoss by Red Hat. All rights reserved.