Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractProtocolResourceDefinition<P extends org.jgroups.stack.Protocol,
C extends ProtocolConfiguration<P>> - Class in org.jboss.as.clustering.jgroups.subsystem -
Resource description for /subsystem=jgroups/stack=X/protocol=Y
- AbstractProtocolResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Base transformer for protocol/transport/relay resources.
- accept(ModelVersion) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractProtocolResourceTransformer
- 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.ChannelResourceTransformer
- 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.ForkResourceTransformer
- accept(ModelVersion) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolTransformer
- 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 org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- ADDRESS_AS_UUID - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- ALGORITHM - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- apply(ModelVersion) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceTransformer
- apply(SimpleAttributeDefinitionBuilder) - Method in enum org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition.Attribute
- AUTH_PROTOCOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- 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
- AuthProtocolResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
- AuthProtocolResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for auth protocol resources.
- AuthTokenResourceDefinition<T extends org.jgroups.auth.AuthToken> - Class in org.jboss.as.clustering.jgroups.subsystem
- 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 org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- CHANNEL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- ChannelMetric - Enum 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
- ChannelResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
-
Definition for /subsystem=jgroups/channel=* resources
- ChannelResourceDefinition.Attribute - Enum in org.jboss.as.clustering.jgroups.subsystem
- ChannelResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for channel resources.
- ChannelRuntimeResourceRegistration - Class in org.jboss.as.clustering.jgroups.subsystem
- ChannelRuntimeResourceRegistration(FunctionExecutorRegistry<JChannel>) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ChannelRuntimeResourceRegistration
- CHANNELS - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- ChannelServiceConfiguration - Interface in org.jboss.as.clustering.jgroups.subsystem
- ChannelServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
-
Provides a connected channel for use by dependent services.
- ChannelServiceConfigurator(RuntimeCapability<Void>, ChannelServiceConfiguration) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ChannelServiceConfigurator
- CIPHER_TOKEN - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- 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
- CipherAuthTokenResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
- 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
- CLIENT_SOCKET_BINDING - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- 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
- CLUSTER - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition.Attribute
- CLUSTER - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- configurator - Variable in class org.jboss.as.clustering.jgroups.subsystem.AuthTokenResourceDefinition
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractProtocolResourceDefinition
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthTokenResourceDefinition
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ForkChannelFactoryServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ForkResourceDefinition
- configure(OperationContext, ModelNode) - Method in enum org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinition
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.LegacyProtocolResourceDefinition
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteResourceDefinition
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinition
- configure(OperationContext, ModelNode) - Method in enum org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinition
- 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
- createChannelBinding(String) - Static method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsBindingFactory
- createChannelFactoryBinding(String) - Static method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsBindingFactory
- 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
- DATA_SOURCE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- DEFAULT - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinition
- DEFAULT - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- 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
- DEFAULT_CHANNEL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinition.Attribute
- DEFAULT_EXECUTOR - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
-
Deprecated.
- DEFAULT_STACK - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
-
Deprecated.
- DEFAULT_THREAD_POOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- DIAGNOSTICS_SOCKET_BINDING - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- DIGEST_TOKEN - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- DigestAuthTokenResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
- DigestAuthTokenResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for digest auth token resources.
- DISCARD_OWN_MESSAGES - Enum constant in enum 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
- ENCRYPT_PROTOCOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- EncryptProtocolResourceDefinition<E extends KeyStore.Entry,
P extends org.jgroups.protocols.Encrypt<E>> - Class in org.jboss.as.clustering.jgroups.subsystem -
Resource definition override for protocols that require an encryption key.
- EncryptProtocolResourceDefinition(String, Class<E>, UnaryOperator<ResourceDescriptor>, ResourceServiceConfigurator) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.EncryptProtocolResourceDefinition
- 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 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
- FailureDetectionProtocolResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
- forAuthTokenName(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- FORK - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- ForkChannelFactory - Class in org.jboss.as.clustering.jgroups
-
Factory for creating forked channels.
- ForkChannelFactory(ForkStackConfiguration) - Constructor for class org.jboss.as.clustering.jgroups.ForkChannelFactory
- ForkChannelFactoryServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
-
Builder for a service that provides a
ChannelFactoryfor creating fork channels. - ForkChannelFactoryServiceConfigurator(RuntimeCapability<Void>, UnaryOperator<PathAddress>) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ForkChannelFactoryServiceConfigurator
- ForkProtocolRuntimeResourceRegistration - Class in org.jboss.as.clustering.jgroups.subsystem
-
Operation handler for registration of fork protocol runtime resources.
- ForkProtocolRuntimeResourceRegistration(FunctionExecutorRegistry<JChannel>) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ForkProtocolRuntimeResourceRegistration
- ForkResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
-
Definition of a fork resource.
- ForkResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for fork channel resources.
- forName(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- forName(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- forProtocolName(Property) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
G
- generateAddress() - Method in class org.jboss.as.clustering.jgroups.TopologyAddressGenerator
- GenericProtocolResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
- getChannelFactory() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ChannelServiceConfiguration
- getClusterName() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ChannelServiceConfiguration
- getDefinition() - Method in enum org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- getDefinition() - Method in enum org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition.Attribute
- getDefinition() - Method in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinition.Attribute
- getDefinition() - Method in enum org.jboss.as.clustering.jgroups.subsystem.StackOperation
- getForkStackConfiguration() - Method in class org.jboss.as.clustering.jgroups.ForkChannelFactory
- getKeepAliveTime() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolConfiguration
- getKeepAliveTime() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolDefinition
- getKeepAliveTime() - Method in enum org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinition
- getLocalName() - Method in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
-
Get the local name of this element.
- getLocalName() - Method in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
-
Get the local name of this element.
- 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 interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolDefinition
- getMaxThreads() - Method in enum org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinition
- getMinThreads() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolConfiguration
- getMinThreads() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolDefinition
- getMinThreads() - Method in enum org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinition
- getName() - Method in class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
- getName() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolServiceDescriptor
- getNamespace() - Method in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- getPathElement() - Method in enum org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinition
- getProperties(Class<? extends Protocol>) - Method in interface org.jboss.as.clustering.jgroups.ProtocolDefaults
- getProtocolStackConfiguration() - Method in class org.jboss.as.clustering.jgroups.JChannelFactory
- getSharedSecret() - Method in class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
- getSubsystemName() - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsExtensionTransformerRegistration
- getType() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ThreadPoolServiceDescriptor
- getVersion() - Method in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
I
- install(RequirementServiceTarget) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolDefaultsServiceInstaller
- INSTANCE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
- INSTANCE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.TransportResourceRegistrar
- INTERNAL_THREAD_POOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- isStatisticsEnabled() - Method in interface org.jboss.as.clustering.jgroups.subsystem.ChannelServiceConfiguration
- 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(ProtocolStackConfiguration) - Constructor for class org.jboss.as.clustering.jgroups.JChannelFactory
- JChannelFactoryServiceConfigurator - Enum in org.jboss.as.clustering.jgroups.subsystem
-
Builder for a service that provides a
ChannelFactoryfor creating channels. - JDBC_PROTOCOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- JDBCProtocolResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource definition override for protocols that require a JDBC DataSource.
- JGroupsBindingFactory - 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
- JGroupsSubsystemModel - Enum in org.jboss.as.clustering.jgroups.subsystem
-
Enumerates the supported model versions.
- JGroupsSubsystemResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
-
The root resource of the JGroups subsystem.
- JGroupsSubsystemResourceDefinition.Attribute - Enum in org.jboss.as.clustering.jgroups.subsystem
- 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 in org.jboss.as.clustering.jgroups.subsystem
-
Enumeration of the supported subsystem xml schemas.
- JGroupsSubsystemXMLReader - Class in org.jboss.as.clustering.jgroups.subsystem
-
XML reader for the JGroups subsystem.
- JGroupsSubsystemXMLWriter - Class in org.jboss.as.clustering.jgroups.subsystem
- JGroupsSubsystemXMLWriter() - Constructor for class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemXMLWriter
K
- KEEPALIVE_TIME - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- KEY_ALIAS - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- KEY_CREDENTIAL_REFERENCE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- KEY_STORE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- 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
- LegacyFailureDetectionProtocolResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
- LegacyFailureDetectionProtocolResourceDefinition(String, UnaryOperator<ResourceDescriptor>, ResourceServiceConfigurator) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.LegacyFailureDetectionProtocolResourceDefinition
- 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
- LegacyProtocolResourceDefinition<P extends org.jgroups.stack.Protocol> - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource definition for legacy protocols.
- LogFactory - Class in org.jboss.as.clustering.jgroups
-
Temporary workaround for JGRP-1475.
- LogFactory() - Constructor for class org.jboss.as.clustering.jgroups.LogFactory
M
- MACHINE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- 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
- MAX_THREADS - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- MIN_THREADS - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- MODULE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition.Attribute
- MODULE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- MulticastSocketProtocolResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource definition override for protocols that require a socket-binding.
- MulticastSocketTransportResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource definition for transports that need to configure a multicast socket.
N
- NAME - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- 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
- OOB_EXECUTOR - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
-
Deprecated.
- OOB_THREAD_POOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- 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
- OUTBOUND_SOCKET_BINDINGS - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
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
- PATH - Static variable in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinition
- pathElement(String) - Static method in class org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition
- pathElement(String) - Static method in class org.jboss.as.clustering.jgroups.subsystem.ForkResourceDefinition
- pathElement(String) - Static method in class org.jboss.as.clustering.jgroups.subsystem.GenericProtocolResourceDefinition
- pathElement(String) - Static method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolResourceDefinition
- pathElement(String) - Static method in class org.jboss.as.clustering.jgroups.subsystem.RelayResourceDefinition
- pathElement(String) - Static method in class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinition
- pathElement(String) - Static method in class org.jboss.as.clustering.jgroups.subsystem.TransportResourceDefinition
- PLAIN_TOKEN - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- PlainAuthTokenResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
- PlainAuthTokenResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for plain auth token resources.
- PROPERTY - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- PROTOCOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- ProtocolDefaults - Interface in org.jboss.as.clustering.jgroups
- ProtocolDefaultsServiceInstaller - Class in org.jboss.as.clustering.jgroups.subsystem
-
Service that provides protocol property defaults per protocol type.
- ProtocolDefaultsServiceInstaller() - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ProtocolDefaultsServiceInstaller
- 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
- ProtocolResourceDefinition<P extends org.jgroups.stack.Protocol> - Class in org.jboss.as.clustering.jgroups.subsystem
- ProtocolResourceRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers protocol resource definitions, including any overrides.
- ProtocolResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for protocol resources.
- ProtocolTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transforms standard and override protocol resources registered via
ProtocolResourceRegistrar.
Q
- QUEUE_LENGTH - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
R
- RACK - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- readElement(XMLExtendedStreamReader, List<ModelNode>) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemXMLReader
- readFrom(DataInput) - Method in class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
- RECEIVED_BYTES - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- RECEIVED_MESSAGES - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition
- register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinition
- register(SubsystemRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinition
- register(OperationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelRuntimeResourceRegistration
- register(OperationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.ForkProtocolRuntimeResourceRegistration
- register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractProtocolResourceDefinition
- register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthProtocolResourceDefinition
- register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthTokenResourceDefinition
- register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.ForkResourceDefinition
- register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolResourceRegistrar
- register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.RelayResourceDefinition
- register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteResourceDefinition
- register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.StackOperationHandler
- register(ManagementResourceRegistration) - Method in enum org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinition
- register(ManagementResourceRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.TransportResourceDefinition
- register(ManagementResourceRegistration) - Method in enum org.jboss.as.clustering.jgroups.subsystem.TransportResourceRegistrar
- registerTransformers(SubsystemTransformerRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsExtensionTransformerRegistration
- RELAY - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- RelayResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource definition for /subsystem=jgroups/stack=X/relay=RELAY
- REMOTE_SITE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- RemoteSiteResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource definition for subsystem=jgroups/stack=X/relay=RELAY/remote-site=Y
- renameThread(String, Thread) - Method in class org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthProtocolResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.CipherAuthTokenResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.DigestAuthTokenResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.EncryptProtocolResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.FailureDetectionProtocolResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.JDBCProtocolResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.LegacyFailureDetectionProtocolResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.MulticastSocketProtocolResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.MulticastSocketTransportResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.PlainAuthTokenResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.RelayResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketDiscoveryProtocolResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketTransportResourceDefinition
- resolve(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.TransportResourceDefinition
- 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 org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- SENT_MESSAGES - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- SERVICE_NAME - Static variable in interface org.jboss.as.clustering.jgroups.ProtocolDefaults
- 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
- SHARED - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
-
Deprecated.
- SHARED_SECRET_CREDENTIAL_REFERENCE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- SITE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- size() - Method in class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
- SOCKET_BINDING - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- SOCKET_DISCOVERY_PROTOCOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- SOCKET_PROTOCOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- SocketDiscoveryProtocolResourceDefinition<A,
P extends org.jgroups.protocols.Discovery> - Class in org.jboss.as.clustering.jgroups.subsystem - SocketFactory - Interface in org.jboss.as.clustering.jgroups
-
Provides default implementations for most
SocketFactorymethods. - SocketProtocolResourceDefinition<P extends org.jgroups.stack.Protocol> - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource definition override for protocols that have an optional socket-binding.
- SocketTransportResourceDefinition<T extends org.jgroups.protocols.BasicTCP> - Class in org.jboss.as.clustering.jgroups.subsystem
- STACK - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition.Attribute
- STACK - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- STACK - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- StackOperation - Enum 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
- StackResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource description for the addressable resource /subsystem=jgroups/stack=X
- StackResourceDefinition() - Constructor for class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinition
- StackResourceTransformer - Class in org.jboss.as.clustering.jgroups.subsystem
-
Transformer for protocol stack resources.
- STACKS - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- STATE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- STATISTICS_ENABLED - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition.Attribute
- STATISTICS_ENABLED - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
T
- THREAD_FACTORY - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
-
Deprecated.
- ThreadPoolConfiguration - Interface in org.jboss.as.clustering.jgroups.subsystem
- ThreadPoolDefinition - Interface in org.jboss.as.clustering.jgroups.subsystem
- ThreadPoolResourceDefinition - Enum in org.jboss.as.clustering.jgroups.subsystem
- ThreadPoolServiceDescriptor - Interface in org.jboss.as.clustering.jgroups.subsystem
- TIMER_EXECUTOR - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
-
Deprecated.
- TIMER_THREAD_POOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- 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
- toString() - Method in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- TRANSPORT - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- 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
- TransportResourceDefinition<T extends org.jgroups.protocols.TP> - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource description for /subsystem=jgroups/stack=X/transport=*
- TransportResourceRegistrar - Enum in org.jboss.as.clustering.jgroups.subsystem
-
Registers transport definitions, including any definition overrides.
- TYPE - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
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
- UNKNOWN - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
- UNKNOWN - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- 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
- unregister(OperationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelRuntimeResourceRegistration
- unregister(OperationContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.ForkProtocolRuntimeResourceRegistration
V
- valueOf(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinition.Attribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.StackOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.TransportResourceRegistrar
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition.Attribute
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemResourceDefinition.Attribute
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.clustering.jgroups.subsystem.StackOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinition
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.clustering.jgroups.subsystem.TransportResourceRegistrar
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.clustering.jgroups.subsystem.XMLAttribute
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VERSION - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
- VERSION_1_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_1_1 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_10_0_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
- VERSION_2_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_3_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_4_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_5_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_5_0_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
- VERSION_6_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_7_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_8_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_8_0_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
- VERSION_9_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- VERSION_9_0_0 - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
- VIEW - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.ChannelMetric
W
- WILDCARD_PATH - Static variable in class org.jboss.as.clustering.jgroups.subsystem.ChannelResourceDefinition
- WILDCARD_PATH - Static variable in class org.jboss.as.clustering.jgroups.subsystem.ForkResourceDefinition
- WILDCARD_PATH - Static variable in class org.jboss.as.clustering.jgroups.subsystem.StackResourceDefinition
- writeContent(XMLExtendedStreamWriter, SubsystemMarshallingContext) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemXMLWriter
- writeTo(DataOutput) - Method in class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
X
- XMLAttribute - Enum in org.jboss.as.clustering.jgroups.subsystem
- XMLElement - Enum in org.jboss.as.clustering.jgroups.subsystem
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form