Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractChannelResourceDefinitionRegistrar<C extends ChannelConfiguration> - Class in org.jboss.as.clustering.jgroups.subsystem
-
Abstract resource definition registrar for channel and fork resources.
- AbstractProtocolResourceDefinitionRegistrar<P extends org.jgroups.stack.Protocol> - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for non-transport/relay JGroups protocols.
- AbstractTransportResourceDefinitionRegistrar<T extends org.jgroups.protocols.TP> - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a JGroups transport.
- accept(ModelVersion) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthProtocolResourceTransformer
- accept(ModelVersion) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthTokenResourceTransformer
- accept(ModelVersion) - Method in class org.jboss.as.clustering.jgroups.subsystem.CipherAuthTokenResourceTransformer
- accept(ModelVersion) - Method in class org.jboss.as.clustering.jgroups.subsystem.EncryptProtocolResourceTransformer
- accept(ModelVersion) - Method in class org.jboss.as.clustering.jgroups.subsystem.StackResourceTransformer
- activatingSubsystem(String) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- activatingSubsystem(String) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
-
Logs an informational message indicating the JGroups subsystem is being activated.
- activatingSubsystem$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- ADDRESS - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- ADDRESS_AS_UUID - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- addRuntime(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractChannelResourceDefinitionRegistrar
- apply(String) - Method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsBindingFactory
- apply(ModelVersion) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceTransformer
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractChannelResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractTransportResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthProtocolResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.CipherAuthTokenResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.DigestAuthTokenResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.EncryptProtocolResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.ForkResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.JDBCProtocolResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.LegacyProtocolResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.MulticastProtocolResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.PlainAuthTokenResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolChildResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolConfigurationResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.RelayResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketDiscoveryProtocolResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketProtocolResourceDefinitionRegistrar
- apply(ResourceDescriptor.Builder) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketTransportResourceDefinitionRegistrar
- authenticate(AuthToken, Message) - Method in class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
- authenticate(AuthToken, Message) - Method in class org.jboss.as.clustering.jgroups.auth.CipherAuthToken
- AuthProtocolResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for an AUTH protocol.
- AuthProtocolResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for auth protocol resources.
- AuthTokenResourceDefinitionRegistrar<T extends org.jgroups.auth.AuthToken> - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for an authentication token for use by the AUTH protocol.
- AuthTokenResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for auth token resources.
B
- BinaryAuthToken - Class in org.jboss.as.clustering.jgroups.auth
-
An AUTH token, analogous to
org.jgroups.auth.SimpleToken, but uses a binary shared secret, instead of a case-insensitive string comparison. - BinaryAuthToken() - Constructor for class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
- BinaryAuthToken(byte[]) - Constructor for class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
C
- CHANNEL - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsBindingFactory
- CHANNEL - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsResourceRegistration
- CHANNEL_FACTORY - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsBindingFactory
- ChannelMetric - Enum Class in org.jboss.as.clustering.jgroups.subsystem
-
Enumerates management metrics for a channel.
- ChannelMetricExecutor - Class in org.jboss.as.clustering.jgroups.subsystem
-
Handler for reading run-time only attributes from an underlying channel service.
- ChannelMetricExecutor(FunctionExecutorRegistry<JChannel>) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ChannelMetricExecutor
- ChannelResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a JGroups channel.
- CipherAuthToken - Class in org.jboss.as.clustering.jgroups.auth
-
An AUTH token, functionally equivalent to
X509Token, but configured using Elytron resources. - CipherAuthToken() - Constructor for class org.jboss.as.clustering.jgroups.auth.CipherAuthToken
- CipherAuthToken(Cipher, KeyPair, byte[]) - Constructor for class org.jboss.as.clustering.jgroups.auth.CipherAuthToken
- CipherAuthTokenResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a cipher authentication token for use by the AUTH protocol.
- CipherAuthTokenResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for cipher auth token resources.
- ClassLoaderThreadFactory - Class in org.jboss.as.clustering.jgroups
-
ThreadFactorydecorator that associates a specific class loader to created threads. - ClassLoaderThreadFactory(ThreadFactory, ClassLoader) - Constructor for class org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory
- close(DatagramSocket) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- close(ServerSocket) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- close(Socket) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- close(ServerSocketChannel) - Method in class org.jboss.as.clustering.jgroups.ManagedSocketFactory
- close(SocketChannel) - Method in class org.jboss.as.clustering.jgroups.ManagedSocketFactory
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractChannelResourceDefinitionRegistrar
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthTokenResourceDefinitionRegistrar
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinitionRegistrar
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinitionRegistrar
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolConfigurationResourceDefinitionRegistrar
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteResourceDefinitionRegistrar
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinitionRegistrar
- configure(OperationContext, ModelNode) - Method in enum class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinitionRegistrar
- connected(String, String, String, View) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- connected(String, String, String, View) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- connected$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- connecting(String, String, String, InetSocketAddress) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- connecting(String, String, String, InetSocketAddress) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- connecting$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- createChannel(String) - Method in class org.jboss.as.clustering.jgroups.ForkChannelFactory
- createChannel(String) - Method in class org.jboss.as.clustering.jgroups.JChannelFactory
- createDatagramSocket(String) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createDatagramSocket(String, int) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createDatagramSocket(String, int, InetAddress) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createDatagramSocket(String, SocketAddress) - Method in class org.jboss.as.clustering.jgroups.ManagedSocketFactory
- createMulticastSocket(String) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createMulticastSocket(String, int) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createMulticastSocket(String, int, InetAddress) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createMulticastSocket(String, SocketAddress) - Method in class org.jboss.as.clustering.jgroups.ManagedSocketFactory
- createServerSocket(String) - Method in class org.jboss.as.clustering.jgroups.ManagedSocketFactory
- createServerSocket(String, int) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createServerSocket(String, int, int) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createServerSocket(String, int, int, InetAddress) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createServerSocket(String, SocketAddress, int) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createServerSocketChannel(String) - Method in class org.jboss.as.clustering.jgroups.ManagedSocketFactory
- createServerSocketChannel(String, int) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createServerSocketChannel(String, int, int) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createServerSocketChannel(String, int, int, InetAddress) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createServerSocketChannel(String, SocketAddress, int) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createSocket(String) - Method in class org.jboss.as.clustering.jgroups.ManagedSocketFactory
- createSocket(String, String, int) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createSocket(String, String, int, InetAddress, int) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createSocket(String, InetAddress, int) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createSocket(String, InetAddress, int, InetAddress, int) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createSocket(String, SocketAddress, SocketAddress) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
- createSocketChannel(String) - Method in class org.jboss.as.clustering.jgroups.ManagedSocketFactory
- createSocketChannel(String, SocketAddress) - Method in interface org.jboss.as.clustering.jgroups.SocketFactory
D
- DEFAULT - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinitionRegistrar
- DEFAULT_BACKLOG - Static variable in interface org.jboss.as.clustering.jgroups.SocketFactory
- DEFAULT_BIND_PORT - Static variable in interface org.jboss.as.clustering.jgroups.SocketFactory
- DigestAuthTokenResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a digest authentication token for use by the AUTH protocol.
- DigestAuthTokenResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for digest auth token resources.
- DISCARD_OWN_MESSAGES - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- disconnected(String, String, String) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- disconnected(String, String, String) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- disconnected$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- disconnecting(String, String, String, View) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- disconnecting(String, String, String, View) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- disconnecting$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
E
- EncryptProtocolResourceDefinitionRegistrar<E extends KeyStore.Entry,
P extends org.jgroups.protocols.Encrypt<E>> - Class in org.jboss.as.clustering.jgroups.subsystem -
Registers a resource definition for an encryption protocol.
- EncryptProtocolResourceDefinitionRegistrar(EncryptProtocolResourceDefinitionRegistrar.Protocol, Class<E>, ResourceOperationRuntimeHandler) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.EncryptProtocolResourceDefinitionRegistrar
- EncryptProtocolResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for encrypt protocol resources.
- execute(OperationContext, Metric<JChannel>) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelMetricExecutor
- executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolMetricsHandler
- executeRuntimeStep(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.StackOperationHandler
- EXPORT_NATIVE_CONFIGURATION - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.StackOperation
F
- failedToResolveSocketBinding(UnknownHostException, OutboundSocketBinding) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- failedToResolveSocketBinding(UnknownHostException, OutboundSocketBinding) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- failedToResolveSocketBinding$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- FailureDetectionProtocolResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for an FD_SOCK2 protocol.
- FD_SOCK - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.SocketProtocolResourceRegistration
- FD_SOCK2 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.SocketProtocolResourceRegistration
- FORK - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsResourceRegistration
- ForkChannelFactory - Class in org.jboss.as.clustering.jgroups
-
Factory for creating forked channels.
- ForkChannelFactory(ForkChannelFactoryConfiguration) - Constructor for class org.jboss.as.clustering.jgroups.ForkChannelFactory
- ForkResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a fork channel.
G
- generateAddress() - Method in class org.jboss.as.clustering.jgroups.TopologyAddressGenerator
- get() - Method in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- getConfiguration() - Method in class org.jboss.as.clustering.jgroups.ForkChannelFactory
- getConfiguration() - Method in class org.jboss.as.clustering.jgroups.JChannelFactory
- getKeepAlive() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolConfiguration
- getKeepAlive() - Method in enum class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinitionRegistrar
- getKeepAlive() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceRegistration
- getLog(Class<?>) - Method in class org.jboss.as.clustering.jgroups.LogFactory
- getLog(String) - Method in class org.jboss.as.clustering.jgroups.LogFactory
- getLoggingLocale() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- getMaxThreads() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolConfiguration
- getMaxThreads() - Method in enum class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinitionRegistrar
- getMaxThreads() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceRegistration
- getMinThreads() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolConfiguration
- getMinThreads() - Method in enum class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinitionRegistrar
- getMinThreads() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceRegistration
- getName() - Method in class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
- getName() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceRegistration
- getNamespace() - Method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- getOperationDefinition() - Method in enum class org.jboss.as.clustering.jgroups.subsystem.StackOperation
- getPathElement() - Method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsResourceRegistration
- getPathElement() - Method in enum class org.jboss.as.clustering.jgroups.subsystem.SocketProtocolResourceRegistration
- getPathElement() - Method in enum class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinitionRegistrar.Component
- getPathElement() - Method in enum class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinitionRegistrar
- getProperties(Class<? extends Protocol>) - Method in interface org.jboss.as.clustering.jgroups.ProtocolPropertiesRepository
- getSharedSecret() - Method in class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
- getSubsystemName() - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsExtensionTransformerRegistration
- getSubsystemXMLElement() - Method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- getType() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceRegistration
- getVersion() - Method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
I
- isUnknownForkResponse(Message) - Method in class org.jboss.as.clustering.jgroups.JChannelFactory
J
- JChannelFactory - Class in org.jboss.as.clustering.jgroups
-
Factory for creating fork-able channels.
- JChannelFactory(ChannelFactoryConfiguration) - Constructor for class org.jboss.as.clustering.jgroups.JChannelFactory
- JDBCProtocolResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a shared database discovery protocol, i.e.
- JGroupsBindingFactory - Enum Class in org.jboss.as.clustering.jgroups.subsystem
- JGroupsExtension - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers the JGroups subsystem.
- JGroupsExtension() - Constructor for class org.jboss.as.clustering.jgroups.subsystem.JGroupsExtension
- JGroupsExtensionTransformerRegistration - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registration for JGroups subsystem transformers.
- JGroupsExtensionTransformerRegistration() - Constructor for class org.jboss.as.clustering.jgroups.subsystem.JGroupsExtensionTransformerRegistration
- JGroupsLogger - Interface in org.jboss.as.clustering.jgroups.logging
- JGroupsLogger_$logger - Class in org.jboss.as.clustering.jgroups.logging
-
Warning this class consists of generated code.
- JGroupsLogger_$logger(Logger) - Constructor for class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- JGroupsResourceRegistration - Enum Class in org.jboss.as.clustering.jgroups.subsystem
-
Enumeration of primary JGroups resource registrations.
- JGroupsSubsystemModel - Enum Class in org.jboss.as.clustering.jgroups.subsystem
-
Enumerates the supported model versions.
- JGroupsSubsystemResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers the resource definition for the JGroups subsystem.
- JGroupsSubsystemResourceDefinitionRegistrar() - Constructor for class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinitionRegistrar
- JGroupsSubsystemResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for the JGroups subsystem resource.
- JGroupsSubsystemResourceTransformer() - Constructor for class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceTransformer
- JGroupsSubsystemSchema - Enum Class in org.jboss.as.clustering.jgroups.subsystem
-
Enumeration of the supported subsystem xml schemas.
K
- keyEntryNotFound(String) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- keyEntryNotFound(String) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- keyEntryNotFound$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
L
- LegacyFailureDetectionProtocolResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a legacy FD_SOCK protocol.
- LegacyFailureDetectionProtocolResourceDefinitionRegistrar(SocketProtocolResourceRegistration, ResourceOperationRuntimeHandler) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.LegacyFailureDetectionProtocolResourceDefinitionRegistrar
- legacyProtocol(String, String) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- legacyProtocol(String, String) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- legacyProtocol$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- LegacyProtocolResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a legacy protocol.
- LogFactory - Class in org.jboss.as.clustering.jgroups
-
Temporary workaround for JGRP-1475.
- LogFactory() - Constructor for class org.jboss.as.clustering.jgroups.LogFactory
M
- ManagedSocketFactory - Class in org.jboss.as.clustering.jgroups
-
Manages registration of all JGroups sockets with a
SocketBindingManager. - ManagedSocketFactory(SelectorProvider, SocketBindingManager, Map<String, SocketBinding>) - Constructor for class org.jboss.as.clustering.jgroups.ManagedSocketFactory
- MulticastProtocolResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for an multicast discovery protocol, i.e.
- MulticastTransportResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a multicast-capable transport, i.e.
N
- NativeProtocolResourceDefinitionRegistrar<P extends org.jgroups.stack.Protocol> - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a "native" JGroups protocol, identified by its fully qualified name.
- newThread(Runnable) - Method in class org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory
- newThread(Runnable, String) - Method in class org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory
- notFound(String) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- notFound(String) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
-
A message indicating a resource could not be located.
- notFound$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
O
- org.jboss.as.clustering.jgroups - package org.jboss.as.clustering.jgroups
- org.jboss.as.clustering.jgroups.auth - package org.jboss.as.clustering.jgroups.auth
- org.jboss.as.clustering.jgroups.logging - package org.jboss.as.clustering.jgroups.logging
- org.jboss.as.clustering.jgroups.subsystem - package org.jboss.as.clustering.jgroups.subsystem
P
- parserFailure(URL) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- parserFailure(URL) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
-
A message indicating a file could not be parsed.
- parserFailure$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- pathElement(String) - Method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsResourceRegistration
- pathElement(String) - Method in enum class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinitionRegistrar.Component
- PlainAuthTokenResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a plain authentication token for use by the AUTH protocol.
- PlainAuthTokenResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for plain auth token resources.
- PROTOCOL - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinitionRegistrar.Component
- ProtocolChildResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a typed JGroups protocol component.
- ProtocolConfigurationResourceDefinitionRegistrar<P extends org.jgroups.stack.Protocol,
C extends ProtocolConfiguration<P>> - Class in org.jboss.as.clustering.jgroups.subsystem -
Registers a resource definition for a JGroups protocol.
- ProtocolMetricsHandler - Class in org.jboss.as.clustering.jgroups.subsystem
-
A generic handler for protocol metrics based on reflection.
- ProtocolMetricsHandler(FunctionExecutorRegistry<JChannel>) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ProtocolMetricsHandler
- ProtocolPropertiesRepository - Interface in org.jboss.as.clustering.jgroups
-
A repository of protocol properties.
- ProtocolResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers resource definitions for all supported JGroups protocols.
R
- readFrom(DataInput) - Method in class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
- RECEIVED_BYTES - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- RECEIVED_MESSAGES - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.StackOperationHandler
- register(ManagementResourceRegistration, ManagementResourceRegistrationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractChannelResourceDefinitionRegistrar
- register(ManagementResourceRegistration, ManagementResourceRegistrationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthProtocolResourceDefinitionRegistrar
- register(ManagementResourceRegistration, ManagementResourceRegistrationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthTokenResourceDefinitionRegistrar
- register(ManagementResourceRegistration, ManagementResourceRegistrationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinitionRegistrar
- register(ManagementResourceRegistration, ManagementResourceRegistrationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.ForkResourceDefinitionRegistrar
- register(ManagementResourceRegistration, ManagementResourceRegistrationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolChildResourceDefinitionRegistrar
- register(ManagementResourceRegistration, ManagementResourceRegistrationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolResourceDefinitionRegistrar
- register(ManagementResourceRegistration, ManagementResourceRegistrationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.RelayResourceDefinitionRegistrar
- register(ManagementResourceRegistration, ManagementResourceRegistrationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteResourceDefinitionRegistrar
- register(ManagementResourceRegistration, ManagementResourceRegistrationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinitionRegistrar
- register(ManagementResourceRegistration, ManagementResourceRegistrationContext) - Method in enum class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinitionRegistrar
- register(ManagementResourceRegistration, ManagementResourceRegistrationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.TransportResourceDefinitionRegistrar
- register(SubsystemRegistration, ManagementResourceRegistrationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinitionRegistrar
- registerTransformers(SubsystemTransformerRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsExtensionTransformerRegistration
- REGISTRATION - Static variable in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinitionRegistrar
- RELAY - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinitionRegistrar.Component
- RelayResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a relay protocol, i.e.
- REMOTE_SITE - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsResourceRegistration
- RemoteSiteResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource definition for subsystem=jgroups/stack=X/relay=RELAY/remote-site=Y
- removeRuntime(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractChannelResourceDefinitionRegistrar
- renameThread(String, Thread) - Method in class org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractProtocolResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractTransportResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthProtocolResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.CipherAuthTokenResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.DigestAuthTokenResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.EncryptProtocolResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.FailureDetectionProtocolResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.JDBCProtocolResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.LegacyFailureDetectionProtocolResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.MulticastProtocolResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.MulticastTransportResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.PlainAuthTokenResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.RelayResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketDiscoveryProtocolResourceDefinitionRegistrar
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketTransportResourceDefinitionRegistrar
- ROOT_LOGGER - Static variable in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
-
The root logger.
- ROOT_LOGGER_CATEGORY - Static variable in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
S
- SENT_BYTES - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- SENT_MESSAGES - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- SERVICE_DESCRIPTOR - Static variable in interface org.jboss.as.clustering.jgroups.ProtocolPropertiesRepository
- setAddress(String) - Method in class org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory
- setClusterName(String) - Method in class org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory
- setIncludeClusterName(boolean) - Method in class org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory
- setPattern(String) - Method in class org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory
- size() - Method in class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
- SocketDiscoveryProtocolResourceDefinitionRegistrar<A,
P extends org.jgroups.protocols.Discovery> - Class in org.jboss.as.clustering.jgroups.subsystem -
Registers a resource definition for a socket-based discovery protocol.
- SocketFactory - Interface in org.jboss.as.clustering.jgroups
-
Provides default implementations for most
SocketFactorymethods. - SocketProtocolResourceDefinitionRegistrar<P extends org.jgroups.stack.Protocol> - Class in org.jboss.as.clustering.jgroups.subsystem
- SocketProtocolResourceRegistration - Enum Class in org.jboss.as.clustering.jgroups.subsystem
- SocketTransportResourceDefinitionRegistrar<T extends org.jgroups.protocols.BasicTCP> - Class in org.jboss.as.clustering.jgroups.subsystem
- STACK - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsResourceRegistration
- StackOperation - Enum Class in org.jboss.as.clustering.jgroups.subsystem
- StackOperationHandler - Class in org.jboss.as.clustering.jgroups.subsystem
-
Operation handler for protocol stack diagnostic runtime operations.
- StackOperationHandler() - Constructor for class org.jboss.as.clustering.jgroups.subsystem.StackOperationHandler
- StackResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a JGroups protocol stack.
- StackResourceDefinitionRegistrar() - Constructor for class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinitionRegistrar
- StackResourceDefinitionRegistrar.Component - Enum Class in org.jboss.as.clustering.jgroups.subsystem
- StackResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for protocol stack resources.
- STATE - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
T
- test(OperationContext, Resource) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinitionRegistrar
- ThreadPoolConfiguration - Interface in org.jboss.as.clustering.jgroups.subsystem
- ThreadPoolResourceDefinitionRegistrar - Enum Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers a resource definition for a JGroups thread pool.
- ThreadPoolResourceRegistration - Interface in org.jboss.as.clustering.jgroups.subsystem
- TopologyAddressGenerator - Class in org.jboss.as.clustering.jgroups
-
An AddressGenerator which generates ExtendedUUID addresses with specified site, rack and machine ids.
- TopologyAddressGenerator(TransportConfiguration.Topology) - Constructor for class org.jboss.as.clustering.jgroups.TopologyAddressGenerator
- TRANSPORT - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinitionRegistrar.Component
- transportNotDefined(String) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- transportNotDefined(String) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- transportNotDefined$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- TransportResourceDefinitionRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers the resource definitions for all supported transport protocols.
U
- unableToLoadProtocolClass(String) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- unableToLoadProtocolClass(String) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- unableToLoadProtocolClass$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- unexpectedCredentialSource() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- unexpectedCredentialSource() - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- unexpectedCredentialSource$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- unexpectedKeyStoreEntryType(String, String) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- unexpectedKeyStoreEntryType(String, String) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- unexpectedKeyStoreEntryType$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- unknownMetric(String) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- unknownMetric(String) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- unknownMetric$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- unrecognizedProtocolProperty(String, String) - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- unrecognizedProtocolProperty(String, String) - Method in interface org.jboss.as.clustering.jgroups.logging.JGroupsLogger
- unrecognizedProtocolProperty$str() - Method in class org.jboss.as.clustering.jgroups.logging.JGroupsLogger_$logger
- useVirtualThreads() - Method in class org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory
V
- valueOf(String) - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsBindingFactory
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsResourceRegistration
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.SocketProtocolResourceRegistration
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.StackOperation
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinitionRegistrar.Component
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinitionRegistrar
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsBindingFactory
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsResourceRegistration
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.SocketProtocolResourceRegistration
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.StackOperation
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinitionRegistrar.Component
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinitionRegistrar
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VERSION - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- VERSION_1_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_1_1 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_10_0_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
- VERSION_2_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_3_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_4_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_5_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_5_0_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
- VERSION_6_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_7_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_8_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_8_0_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
- VERSION_9_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_9_0_0 - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
- VIEW - Enum constant in enum class org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
W
- writeTo(DataOutput) - Method in class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form