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 |
LocalCommandDispatcherFactory.getGroup() |
Group |
ChannelCommandDispatcherFactory.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 |
LocalGroupBuilder.getValue() |
Group |
CacheGroupBuilder.getValue() |
Group |
LocalCacheGroupBuilder.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> |
LocalGroupBuilder.build(org.jboss.msc.service.ServiceTarget target) |
org.jboss.msc.service.ServiceBuilder<Group> |
CacheGroupBuilder.build(org.jboss.msc.service.ServiceTarget target) |
org.jboss.msc.service.ServiceBuilder<Group> |
LocalCacheGroupBuilder.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 |
ServiceProviderRegistrationFactoryAdapter.getGroup()
Returns the group with which to register service providers.
|
Group |
CacheServiceProviderRegistryBuilder.getGroup() |
Group |
CacheServiceProviderRegistryConfiguration.getGroup() |
Group |
CacheServiceProviderRegistry.getGroup() |
Group |
LocalServiceProviderRegistry.getGroup() |
Constructor and Description |
---|
LocalServiceProviderRegistry(Group group) |
Modifier and Type | Method and Description |
---|---|
Group |
CacheRegistryFactoryConfiguration.getGroup() |
Group |
CacheRegistry.getGroup() |
Group |
CacheRegistryFactoryBuilder.getGroup() |
Group |
LocalRegistry.getGroup() |
Constructor and Description |
---|
LocalRegistry(Group group,
RegistryEntryProvider<K,V> provider) |
LocalRegistryFactory(Group group) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.