Index
All Classes and Interfaces|All Packages|Serialized Form
A
- addedEntries(Map<K, V>) - Method in interface org.wildfly.clustering.registry.RegistryListener
-
Deprecated.Called when new entries have been added.
C
- close() - Method in interface org.wildfly.clustering.dispatcher.CommandDispatcher
-
Deprecated.Closes any resources used by this dispatcher.
- close() - Method in interface org.wildfly.clustering.Registration
-
Deprecated.Removes this registration from the associated
Registrar, after which this object is no longer functional. - close() - Method in interface org.wildfly.clustering.registry.Registry
-
Deprecated.Removes our entry from the registry.
- Command<R,
C> - Interface in org.wildfly.clustering.dispatcher -
Deprecated, for removal: This API element is subject to removal in a future version.
- CommandDispatcher<C> - Interface in org.wildfly.clustering.dispatcher
-
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
CommandDispatcher. - CommandDispatcherException - Exception in org.wildfly.clustering.dispatcher
-
Deprecated, for removal: This API element is subject to removal in a future version.To be removed without replacement.
- CommandDispatcherException(Throwable) - Constructor for exception org.wildfly.clustering.dispatcher.CommandDispatcherException
-
Deprecated.Creates a new CommandDispatcherException using the specified cause.
- CommandDispatcherFactory - Interface in org.wildfly.clustering.dispatcher
-
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
CommandDispatcherFactory. - createCommandDispatcher(Object, C) - Method in interface org.wildfly.clustering.dispatcher.CommandDispatcherFactory
-
Deprecated.Creates a new command dispatcher using the specified identifier and context.
- createCommandDispatcher(Object, C, ClassLoader) - Method in interface org.wildfly.clustering.dispatcher.CommandDispatcherFactory
-
Deprecated.Creates a new command dispatcher using the specified identifier and context, whose marshaller is configured via the specified class loader.
- createRegistry(Map.Entry<K, V>) - Method in interface org.wildfly.clustering.registry.RegistryFactory
-
Deprecated.Creates a registry using the specified entry.
E
- executeOnGroup(Command<R, ? super C>, Node...) - Method in interface org.wildfly.clustering.dispatcher.CommandDispatcher
-
Deprecated.Executes the specified command on all members of the group, optionally excluding some members.
- executeOnMember(Command<R, ? super C>, Node) - Method in interface org.wildfly.clustering.dispatcher.CommandDispatcher
-
Deprecated.Executes the specified command on the specified group member.
G
- getContext() - Method in interface org.wildfly.clustering.dispatcher.CommandDispatcher
-
Deprecated.Returns the context with which this dispatcher was created.
- getCoordinator() - Method in interface org.wildfly.clustering.group.Membership
-
Deprecated.Returns the coordinator node of this group membership.
- getEntries() - Method in interface org.wildfly.clustering.registry.Registry
-
Deprecated.Returns all registry entries in this group.
- getEntry(Node) - Method in interface org.wildfly.clustering.registry.Registry
-
Deprecated.Returns the registry entry for the specified node.
- getGroup() - Method in interface org.wildfly.clustering.dispatcher.CommandDispatcherFactory
-
Deprecated.Returns the group upon which the this command dispatcher operates.
- getGroup() - Method in interface org.wildfly.clustering.provider.ServiceProviderRegistry
-
Deprecated.Returns the group with which to register service providers.
- getGroup() - Method in interface org.wildfly.clustering.registry.Registry
-
Deprecated.Returns the group associated with this factory.
- getLocalMember() - Method in interface org.wildfly.clustering.group.Group
-
Deprecated.Returns the local member.
- getMembers() - Method in interface org.wildfly.clustering.group.Membership
-
Deprecated.Returns the nodes that comprise this group membership.
- getMembership() - Method in interface org.wildfly.clustering.group.Group
-
Deprecated.Gets the current membership of this group
- getName() - Method in interface org.wildfly.clustering.group.Group
-
Deprecated.Returns the logical name of this group.
- getName() - Method in interface org.wildfly.clustering.group.Node
-
Deprecated.Returns the logical name of this node.
- getProviders() - Method in interface org.wildfly.clustering.provider.ServiceProviderRegistration
-
Deprecated.Returns the set of nodes that can provide this service.
- getProviders(T) - Method in interface org.wildfly.clustering.provider.ServiceProviderRegistry
-
Deprecated.Returns the set of nodes that can provide the specified service.
- getService() - Method in interface org.wildfly.clustering.provider.ServiceProviderRegistration
-
Deprecated.The provided service.
- getServices() - Method in interface org.wildfly.clustering.provider.ServiceProviderRegistry
-
Deprecated.Returns the complete list of services known to this registry.
- getSocketAddress() - Method in interface org.wildfly.clustering.group.Node
-
Deprecated.Returns the unique socking binding address of this node.
- Group - Interface in org.wildfly.clustering.group
-
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
Group. - GroupListener - Interface in org.wildfly.clustering.group
-
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
GroupMembershipListener.
I
- isCoordinator() - Method in interface org.wildfly.clustering.group.Membership
-
Deprecated.Indicates whether or not the local node is the coordinator of this group membership.
- isSingleton() - Method in interface org.wildfly.clustering.group.Group
-
Deprecated.Indicates whether or not this is a singleton group.
M
- Membership - Interface in org.wildfly.clustering.group
-
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
GroupMembership. - membershipChanged(Membership, Membership, boolean) - Method in interface org.wildfly.clustering.group.GroupListener
-
Deprecated.Indicates that the membership of the group has changed.
N
- Node - Interface in org.wildfly.clustering.group
-
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
GroupMember.
O
- org.wildfly.clustering - package org.wildfly.clustering
- org.wildfly.clustering.dispatcher - package org.wildfly.clustering.dispatcher
-
Public clustering API which facilitates remote command execution on the cluster.
- org.wildfly.clustering.group - package org.wildfly.clustering.group
-
Public clustering API which represent cluster group and its members.
- org.wildfly.clustering.provider - package org.wildfly.clustering.provider
-
Public clustering API for registering services on a group of nodes.
- org.wildfly.clustering.registry - package org.wildfly.clustering.registry
-
Public clustering API for clustered registry that stores a unique key/value pair per node.
P
- providersChanged(Set<Node>) - Method in interface org.wildfly.clustering.provider.ServiceProviderRegistration.Listener
-
Deprecated.Indicates that the set of nodes providing a given service has changed.
R
- register(T) - Method in interface org.wildfly.clustering.provider.ServiceProviderRegistry
-
Deprecated.Registers the local node as providing the specified service.
- register(T) - Method in interface org.wildfly.clustering.Registrar
-
Deprecated.Registers an object.
- register(T, ServiceProviderRegistration.Listener) - Method in interface org.wildfly.clustering.provider.ServiceProviderRegistry
-
Deprecated.Registers the local node as providing the specified service, using the specified listener.
- Registrar<T> - Interface in org.wildfly.clustering
-
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
Registrar. - Registration - Interface in org.wildfly.clustering
-
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
Registration. - Registry<K,
V> - Interface in org.wildfly.clustering.registry -
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
Registry. - RegistryFactory<K,
V> - Interface in org.wildfly.clustering.registry -
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
RegistryFactory. - RegistryListener<K,
V> - Interface in org.wildfly.clustering.registry -
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
RegistryListener. - removedEntries(Map<K, V>) - Method in interface org.wildfly.clustering.registry.RegistryListener
-
Deprecated.Called when entries have been removed.
S
- ServiceProviderRegistration<T> - Interface in org.wildfly.clustering.provider
-
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
ServiceProviderRegistration. - ServiceProviderRegistration.Listener - Interface in org.wildfly.clustering.provider
-
Deprecated.Listener for service provider changes.
- ServiceProviderRegistry<T> - Interface in org.wildfly.clustering.provider
-
Deprecated, for removal: This API element is subject to removal in a future version.Replaced by
org.wildfly.clustering.server.provider.ServiceProviderRegistry.
U
- updatedEntries(Map<K, V>) - Method in interface org.wildfly.clustering.registry.RegistryListener
-
Deprecated.Called when existing entries have been updated.
All Classes and Interfaces|All Packages|Serialized Form
Command.