Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractProtocolConfigurationServiceConfigurator<P extends org.jgroups.stack.Protocol,
C extends ProtocolConfiguration<P>> - Class in org.jboss.as.clustering.jgroups.subsystem - AbstractProtocolConfigurationServiceConfigurator(String) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.AbstractProtocolConfigurationServiceConfigurator
- AbstractProtocolResourceDefinition - 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
- accept(JChannel) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelServiceConfigurator
- accept(AUTH) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthProtocolConfigurationServiceConfigurator
- accept(FD_SOCK) - Method in class org.jboss.as.clustering.jgroups.subsystem.LegacyFailureDetectionProtocolConfigurationServiceConfigurator
- accept(FD_SOCK2) - Method in class org.jboss.as.clustering.jgroups.subsystem.FailureDetectionProtocolConfigurationServiceConfigurator
- accept(JDBC_PING) - Method in class org.jboss.as.clustering.jgroups.subsystem.JDBCProtocolConfigurationServiceConfigurator
- accept(MPING) - Method in class org.jboss.as.clustering.jgroups.subsystem.MulticastSocketProtocolConfigurationServiceConfigurator
- accept(RELAY2) - Method in class org.jboss.as.clustering.jgroups.subsystem.RelayConfigurationServiceConfigurator
- accept(UDP) - Method in class org.jboss.as.clustering.jgroups.subsystem.MulticastTransportConfigurationServiceConfigurator
- accept(ChannelFactory) - Method in class org.jboss.as.clustering.jgroups.subsystem.ForkChannelFactoryServiceConfigurator
- accept(P) - Method in class org.jboss.as.clustering.jgroups.subsystem.EncryptProtocolConfigurationServiceConfigurator
- accept(P) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolConfigurationServiceConfigurator
- accept(P) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketDiscoveryProtocolConfigurationServiceConfigurator
- accept(T) - Method in class org.jboss.as.clustering.jgroups.subsystem.TransportConfigurationServiceConfigurator
- accept(TP) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketTransportConfigurationServiceConfigurator
- 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(String) - Method in class org.jboss.as.clustering.jgroups.subsystem.CipherAuthTokenServiceConfigurator
- apply(String) - Method in class org.jboss.as.clustering.jgroups.subsystem.DigestAuthTokenServiceConfigurator
- apply(String) - Method in class org.jboss.as.clustering.jgroups.subsystem.PlainAuthTokenServiceConfigurator
- 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
- AuthProtocolConfigurationServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
- AuthProtocolConfigurationServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.AuthProtocolConfigurationServiceConfigurator
- 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.
- AuthTokenServiceConfigurator<T extends org.jgroups.auth.AuthToken> - Class in org.jboss.as.clustering.jgroups.subsystem
- AuthTokenServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.AuthTokenServiceConfigurator
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
- build(ServiceTarget) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractProtocolConfigurationServiceConfigurator
- build(ServiceTarget) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthTokenServiceConfigurator
- build(ServiceTarget) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelClusterServiceConfigurator
- build(ServiceTarget) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelServiceConfigurator
- build(ServiceTarget) - Method in class org.jboss.as.clustering.jgroups.subsystem.ForkChannelFactoryServiceConfigurator
- build(ServiceTarget) - Method in class org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
- build(ServiceTarget) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolDefaultsServiceConfigurator
- build(ServiceTarget) - Method in class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteConfigurationServiceConfigurator
- build(ServiceTarget) - Method in class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolFactoryServiceConfigurator
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
- ChannelClusterServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
-
Builds a service providing the cluster name of a channel.
- ChannelClusterServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ChannelClusterServiceConfigurator
- 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
- ChannelServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
-
Provides a connected channel for use by dependent services.
- ChannelServiceConfigurator(Capability, PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ChannelServiceConfigurator
- ChannelServiceHandler - Class in org.jboss.as.clustering.jgroups.subsystem
- ChannelServiceHandler(ServiceValueRegistry<JChannel>) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ChannelServiceHandler
- 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.
- CipherAuthTokenServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
- CipherAuthTokenServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.CipherAuthTokenServiceConfigurator
- 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.AbstractProtocolConfigurationServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthTokenServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelClusterServiceConfigurator
- 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.CipherAuthTokenServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.DigestAuthTokenServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.EncryptProtocolConfigurationServiceConfigurator
- 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.JChannelFactoryServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.JDBCProtocolConfigurationServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.MulticastSocketProtocolConfigurationServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.RelayConfigurationServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteConfigurationServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketDiscoveryProtocolConfigurationServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketProtocolConfigurationServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketTransportConfigurationServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolFactoryServiceConfigurator
- configure(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.TransportConfigurationServiceConfigurator
- 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
- createProtocol(ProtocolStackConfiguration) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractProtocolConfigurationServiceConfigurator
- 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
- createServiceConfigurator(PathAddress) - Method in enum org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinition
- 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.
- DigestAuthTokenServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
-
Builds an AUTH token, functionally equivalent to
org.jgroups.auth.MD5Token, but can use any digest algorithm supported by the default security provider. - DigestAuthTokenServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.DigestAuthTokenServiceConfigurator
- 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
- EncryptProtocolConfigurationServiceConfigurator<E extends KeyStore.Entry,
P extends org.jgroups.protocols.Encrypt<E>> - Class in org.jboss.as.clustering.jgroups.subsystem - EncryptProtocolConfigurationServiceConfigurator(PathAddress, Class<E>) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.EncryptProtocolConfigurationServiceConfigurator
- EncryptProtocolResourceDefinition<E extends KeyStore.Entry> - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource definition override for protocols that require an encryption key.
- EncryptProtocolResourceDefinition(String, Class<E>, UnaryOperator<ResourceDescriptor>, ResourceServiceConfiguratorFactory) - 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
- FailureDetectionProtocolConfigurationServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
- FailureDetectionProtocolConfigurationServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.FailureDetectionProtocolConfigurationServiceConfigurator
- 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(JChannel, ChannelFactory, List<ProtocolConfiguration<? extends Protocol>>) - 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(Capability, 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.
- ForkServiceHandler - Class in org.jboss.as.clustering.jgroups.subsystem
- 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
- get() - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelServiceConfigurator
- get() - Method in class org.jboss.as.clustering.jgroups.subsystem.ForkChannelFactoryServiceConfigurator
- get() - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolConfigurationServiceConfigurator
- get() - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolDefaultsServiceConfigurator
- get() - Method in class org.jboss.as.clustering.jgroups.subsystem.RelayConfigurationServiceConfigurator
- get() - Method in class org.jboss.as.clustering.jgroups.subsystem.TransportConfigurationServiceConfigurator
- getChannelFactory() - Method in class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteConfigurationServiceConfigurator
- getClusterName() - Method in class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteConfigurationServiceConfigurator
- 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
- 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 class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolFactoryServiceConfigurator
- 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 class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolFactoryServiceConfigurator
- 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 class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolFactoryServiceConfigurator
- 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 class org.jboss.as.clustering.jgroups.subsystem.AbstractProtocolConfigurationServiceConfigurator
- getName() - Method in class org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
- getName() - Method in class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteConfigurationServiceConfigurator
- getNamespace() - Method in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemSchema
- getNodeName() - Method in class org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
- getPathElement() - Method in enum org.jboss.as.clustering.jgroups.subsystem.ThreadPoolResourceDefinition
- getProperties(Class<? extends Protocol>) - Method in interface org.jboss.as.clustering.jgroups.ProtocolDefaults
- getProperties(Class<? extends Protocol>) - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolDefaultsServiceConfigurator
- getProtocols() - Method in class org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
- getProtocolStackConfiguration() - Method in class org.jboss.as.clustering.jgroups.ForkChannelFactory
- getProtocolStackConfiguration() - Method in class org.jboss.as.clustering.jgroups.JChannelFactory
- getRelay() - Method in class org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
- getRemoteSites() - Method in class org.jboss.as.clustering.jgroups.subsystem.RelayConfigurationServiceConfigurator
- getServiceName() - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolConfigurationServiceConfigurator
- getServiceName() - Method in class org.jboss.as.clustering.jgroups.subsystem.ProtocolServiceNameProvider
- getServiceName() - Method in class org.jboss.as.clustering.jgroups.subsystem.RelayConfigurationServiceConfigurator
- getServiceName() - Method in class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteServiceNameProvider
- getServiceName() - Method in class org.jboss.as.clustering.jgroups.subsystem.SingletonProtocolServiceNameProvider
- getServiceName() - Method in class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolServiceNameProvider
- getServiceName() - Method in class org.jboss.as.clustering.jgroups.subsystem.TransportConfigurationServiceConfigurator
- getSharedSecret() - Method in class org.jboss.as.clustering.jgroups.auth.BinaryAuthToken
- getSiteName() - Method in class org.jboss.as.clustering.jgroups.subsystem.RelayConfigurationServiceConfigurator
- getSocketBinding() - Method in class org.jboss.as.clustering.jgroups.subsystem.TransportConfigurationServiceConfigurator
- getSocketBindingManager() - Method in class org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
- getSocketBindings() - Method in class org.jboss.as.clustering.jgroups.subsystem.FailureDetectionProtocolConfigurationServiceConfigurator
- getSocketBindings() - Method in class org.jboss.as.clustering.jgroups.subsystem.LegacyFailureDetectionProtocolConfigurationServiceConfigurator
- getSocketBindings() - Method in class org.jboss.as.clustering.jgroups.subsystem.MulticastSocketProtocolConfigurationServiceConfigurator
- getSocketBindings() - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketTransportConfigurationServiceConfigurator
- getSocketBindings() - Method in class org.jboss.as.clustering.jgroups.subsystem.TransportConfigurationServiceConfigurator
- getSubsystemName() - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsExtensionTransformerRegistration
- getTopology() - Method in class org.jboss.as.clustering.jgroups.subsystem.TransportConfigurationServiceConfigurator
- getTransport() - Method in class org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
- getVersion() - Method in enum org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemModel
I
- installServices(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelServiceHandler
- installServices(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ForkServiceHandler
- installServices(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemServiceHandler
- installServices(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.StackServiceHandler
- INTERNAL_THREAD_POOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- isStatisticsEnabled() - Method in class org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
- isUnknownForkResponse(Message) - Method in class org.jboss.as.clustering.jgroups.ForkChannelFactory
- 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 - Class in org.jboss.as.clustering.jgroups.subsystem
-
Builder for a service that provides a
ChannelFactoryfor creating channels. - JChannelFactoryServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.JChannelFactoryServiceConfigurator
- JDBC_PROTOCOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- JDBCProtocolConfigurationServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
- JDBCProtocolConfigurationServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.JDBCProtocolConfigurationServiceConfigurator
- 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.
- JGroupsSubsystemServiceHandler - Class in org.jboss.as.clustering.jgroups.subsystem
- JGroupsSubsystemServiceHandler() - Constructor for class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemServiceHandler
- 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
- LegacyFailureDetectionProtocolConfigurationServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
- LegacyFailureDetectionProtocolConfigurationServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.LegacyFailureDetectionProtocolConfigurationServiceConfigurator
- 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 - 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
- MulticastProtocolResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource definition override for protocols that require a socket-binding.
- MulticastSocketProtocolConfigurationServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
-
Custom builder for protocols that need to configure a multicast socket.
- MulticastSocketProtocolConfigurationServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.MulticastSocketProtocolConfigurationServiceConfigurator
- MulticastTransportConfigurationServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
-
Custom builder for transports that need to configure a multicast socket.
- MulticastTransportConfigurationServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.MulticastTransportConfigurationServiceConfigurator
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.
- PlainAuthTokenServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
- PlainAuthTokenServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.PlainAuthTokenServiceConfigurator
- PROPERTY - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- PROTOCOL - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- ProtocolConfigurationServiceConfigurator<P extends org.jgroups.stack.Protocol> - Class in org.jboss.as.clustering.jgroups.subsystem
- ProtocolConfigurationServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ProtocolConfigurationServiceConfigurator
- ProtocolDefaults - Interface in org.jboss.as.clustering.jgroups
- ProtocolDefaultsServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
-
Service that provides protocol property defaults per protocol type.
- ProtocolDefaultsServiceConfigurator() - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ProtocolDefaultsServiceConfigurator
- ProtocolDefaultsServiceConfigurator(String) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ProtocolDefaultsServiceConfigurator
- 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 - 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.
- ProtocolServiceNameProvider - Class in org.jboss.as.clustering.jgroups.subsystem
- ProtocolServiceNameProvider(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ProtocolServiceNameProvider
- ProtocolServiceNameProvider(PathAddress, PathElement) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ProtocolServiceNameProvider
- 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 class org.jboss.as.clustering.jgroups.subsystem.TransportResourceRegistrar
- register(ServiceBuilder<B>) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketTransportConfigurationServiceConfigurator
- register(ServiceBuilder<B>) - Method in class org.jboss.as.clustering.jgroups.subsystem.TransportConfigurationServiceConfigurator
- register(ServiceBuilder<T>) - Method in class org.jboss.as.clustering.jgroups.subsystem.AbstractProtocolConfigurationServiceConfigurator
- register(ServiceBuilder<T>) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthProtocolConfigurationServiceConfigurator
- register(ServiceBuilder<T>) - Method in class org.jboss.as.clustering.jgroups.subsystem.EncryptProtocolConfigurationServiceConfigurator
- register(ServiceBuilder<T>) - Method in class org.jboss.as.clustering.jgroups.subsystem.JDBCProtocolConfigurationServiceConfigurator
- register(ServiceBuilder<T>) - Method in class org.jboss.as.clustering.jgroups.subsystem.MulticastSocketProtocolConfigurationServiceConfigurator
- register(ServiceBuilder<T>) - Method in class org.jboss.as.clustering.jgroups.subsystem.RelayConfigurationServiceConfigurator
- register(ServiceBuilder<T>) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketDiscoveryProtocolConfigurationServiceConfigurator
- register(ServiceBuilder<T>) - Method in class org.jboss.as.clustering.jgroups.subsystem.SocketProtocolConfigurationServiceConfigurator
- register(ServiceBuilder<V>) - Method in class org.jboss.as.clustering.jgroups.subsystem.AuthTokenServiceConfigurator
- register(ServiceBuilder<V>) - Method in class org.jboss.as.clustering.jgroups.subsystem.CipherAuthTokenServiceConfigurator
- registerTransformers(SubsystemTransformerRegistration) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsExtensionTransformerRegistration
- RELAY - Enum constant in enum org.jboss.as.clustering.jgroups.subsystem.XMLElement
- RelayConfigurationServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
- RelayConfigurationServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.RelayConfigurationServiceConfigurator
- 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
- RemoteSiteConfigurationServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
- RemoteSiteConfigurationServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteConfigurationServiceConfigurator
- RemoteSiteResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource definition for subsystem=jgroups/stack=X/relay=RELAY/remote-site=Y
- RemoteSiteServiceNameProvider - Class in org.jboss.as.clustering.jgroups.subsystem
- RemoteSiteServiceNameProvider(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteServiceNameProvider
- RemoteSiteServiceNameProvider(PathAddress, PathElement) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.RemoteSiteServiceNameProvider
- removeServices(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelServiceHandler
- removeServices(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.ForkServiceHandler
- removeServices(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.JGroupsSubsystemServiceHandler
- removeServices(OperationContext, ModelNode) - Method in class org.jboss.as.clustering.jgroups.subsystem.StackServiceHandler
- renameThread(String, Thread) - Method in class org.jboss.as.clustering.jgroups.ClassLoaderThreadFactory
- 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
- serviceConfiguratorFactory - Variable in class org.jboss.as.clustering.jgroups.subsystem.AuthTokenResourceDefinition
- 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
- SingletonProtocolServiceNameProvider - Class in org.jboss.as.clustering.jgroups.subsystem
- SingletonProtocolServiceNameProvider(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.SingletonProtocolServiceNameProvider
- SingletonProtocolServiceNameProvider(PathAddress, PathElement) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.SingletonProtocolServiceNameProvider
- 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
- SocketDiscoveryProtocolConfigurationServiceConfigurator<A,
P extends org.jgroups.protocols.Discovery> - Class in org.jboss.as.clustering.jgroups.subsystem - SocketDiscoveryProtocolConfigurationServiceConfigurator(PathAddress, Function<InetSocketAddress, A>) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.SocketDiscoveryProtocolConfigurationServiceConfigurator
- SocketDiscoveryProtocolResourceDefinition<A> - Class in org.jboss.as.clustering.jgroups.subsystem
- SocketFactory - Interface in org.jboss.as.clustering.jgroups
-
Provides default implementations for most
SocketFactorymethods. - SocketProtocolConfigurationServiceConfigurator<P extends org.jgroups.stack.Protocol> - Class in org.jboss.as.clustering.jgroups.subsystem
-
Configures a service that provides a FD_SOCK protocol.
- SocketProtocolConfigurationServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.SocketProtocolConfigurationServiceConfigurator
- SocketProtocolResourceDefinition - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource definition override for protocols that have an optional socket-binding.
- SocketTransportConfigurationServiceConfigurator<TP extends org.jgroups.protocols.BasicTCP> - Class in org.jboss.as.clustering.jgroups.subsystem
- SocketTransportConfigurationServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.SocketTransportConfigurationServiceConfigurator
- SocketTransportResourceDefinition - 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
- StackServiceHandler - Class in org.jboss.as.clustering.jgroups.subsystem
- 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
- statisticsEnabled(boolean) - Method in class org.jboss.as.clustering.jgroups.subsystem.ChannelServiceConfigurator
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
- ThreadPoolFactoryServiceConfigurator - Class in org.jboss.as.clustering.jgroups.subsystem
- ThreadPoolFactoryServiceConfigurator(ThreadPoolDefinition, PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolFactoryServiceConfigurator
- ThreadPoolResourceDefinition - Enum in org.jboss.as.clustering.jgroups.subsystem
- ThreadPoolServiceNameProvider - Class in org.jboss.as.clustering.jgroups.subsystem
- ThreadPoolServiceNameProvider(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolServiceNameProvider
- ThreadPoolServiceNameProvider(PathAddress, PathElement) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.ThreadPoolServiceNameProvider
- 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
- TransportConfigurationServiceConfigurator<T extends org.jgroups.protocols.TP> - Class in org.jboss.as.clustering.jgroups.subsystem
- TransportConfigurationServiceConfigurator(PathAddress) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.TransportConfigurationServiceConfigurator
- 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 - Class in org.jboss.as.clustering.jgroups.subsystem
-
Resource description for /subsystem=jgroups/stack=X/transport=*
- TransportResourceRegistrar - Class in org.jboss.as.clustering.jgroups.subsystem
-
Registers transport definitions, including any definition overrides.
- TransportResourceRegistrar(ResourceServiceConfiguratorFactory) - Constructor for class org.jboss.as.clustering.jgroups.subsystem.TransportResourceRegistrar
- 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.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.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.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.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