Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- CHANNEL - Static variable in interface org.wildfly.clustering.jgroups.spi.JGroupsServiceDescriptor
- ChannelConfiguration - Interface in org.wildfly.clustering.jgroups.spi
-
Encapsulates the configuration of a JGroups channel.
- ChannelFactory - Interface in org.wildfly.clustering.jgroups.spi
-
Factory for creating JGroups channels.
- ChannelFactoryConfiguration - Interface in org.wildfly.clustering.jgroups.spi
-
Defines the configuration of a JGroups protocol stack.
- createProtocol(ChannelFactoryConfiguration) - Method in interface org.wildfly.clustering.jgroups.spi.ProtocolConfiguration
D
- DEFAULT_CHANNEL - Static variable in interface org.wildfly.clustering.jgroups.spi.JGroupsServiceDescriptor
- DEFAULT_SERVICE_DESCRIPTOR - Static variable in interface org.wildfly.clustering.jgroups.spi.ChannelConfiguration
- DEFAULT_SERVICE_DESCRIPTOR - Static variable in interface org.wildfly.clustering.jgroups.spi.ChannelFactory
- DEFAULT_SERVICE_DESCRIPTOR - Static variable in interface org.wildfly.clustering.jgroups.spi.ForkChannelConfiguration
- DEFAULT_SERVICE_DESCRIPTOR - Static variable in interface org.wildfly.clustering.jgroups.spi.ForkChannelFactory
F
- ForkChannelConfiguration - Interface in org.wildfly.clustering.jgroups.spi
- ForkChannelFactory - Interface in org.wildfly.clustering.jgroups.spi
- ForkChannelFactoryConfiguration - Interface in org.wildfly.clustering.jgroups.spi
- ForkStackConfiguration - Interface in org.wildfly.clustering.jgroups.spi
G
- getChannel() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelFactoryConfiguration
-
The channel associate with this fork.
- getChannel() - Method in interface org.wildfly.clustering.jgroups.spi.ForkStackConfiguration
- getChannelConfiguration() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelFactoryConfiguration
-
The configuration of the channel associate with this fork.
- getChannelFactory() - Method in interface org.wildfly.clustering.jgroups.spi.ChannelConfiguration
-
The factory for creating this channel.
- getChannelFactory() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelConfiguration
- getChannelFactory() - Method in interface org.wildfly.clustering.jgroups.spi.ForkStackConfiguration
- getChannelFactory() - Method in interface org.wildfly.clustering.jgroups.spi.RemoteSiteConfiguration
- getClusterName() - Method in interface org.wildfly.clustering.jgroups.spi.ChannelConfiguration
-
The cluster name of this channel.
- getClusterName() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelConfiguration
- getClusterName() - Method in interface org.wildfly.clustering.jgroups.spi.RemoteSiteConfiguration
- getConfiguration() - Method in interface org.wildfly.clustering.jgroups.spi.ChannelFactory
-
Returns the protocol stack configuration of this channel factory.
- getConfiguration() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelFactory
- getMachine() - Method in interface org.wildfly.clustering.jgroups.spi.TransportConfiguration.Topology
- getMemberName() - Method in interface org.wildfly.clustering.jgroups.spi.ChannelFactoryConfiguration
- getMemberName() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelFactoryConfiguration
- getModule() - Method in interface org.wildfly.clustering.jgroups.spi.ChannelConfiguration
-
The module associated with this channel.
- getModule() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelConfiguration
- getModule() - Method in interface org.wildfly.clustering.jgroups.spi.ForkStackConfiguration
- getName() - Method in interface org.wildfly.clustering.jgroups.spi.ProtocolConfiguration
- getName() - Method in interface org.wildfly.clustering.jgroups.spi.RemoteSiteConfiguration
- getProtocols() - Method in interface org.wildfly.clustering.jgroups.spi.ChannelFactoryConfiguration
- getProtocols() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelFactoryConfiguration
- getProtocols() - Method in interface org.wildfly.clustering.jgroups.spi.StackConfiguration
- getRack() - Method in interface org.wildfly.clustering.jgroups.spi.TransportConfiguration.Topology
- getRelay() - Method in interface org.wildfly.clustering.jgroups.spi.ChannelFactoryConfiguration
- getRelay() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelFactoryConfiguration
- getRemoteSites() - Method in interface org.wildfly.clustering.jgroups.spi.RelayConfiguration
- getSite() - Method in interface org.wildfly.clustering.jgroups.spi.TransportConfiguration.Topology
- getSiteName() - Method in interface org.wildfly.clustering.jgroups.spi.RelayConfiguration
- getSocketBinding() - Method in interface org.wildfly.clustering.jgroups.spi.TransportConfiguration
- getSocketBindingManager() - Method in interface org.wildfly.clustering.jgroups.spi.ChannelFactoryConfiguration
- getSocketBindingManager() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelFactoryConfiguration
- getSocketBindings() - Method in interface org.wildfly.clustering.jgroups.spi.ProtocolConfiguration
- getTopology() - Method in interface org.wildfly.clustering.jgroups.spi.TransportConfiguration
- getTransport() - Method in interface org.wildfly.clustering.jgroups.spi.ChannelFactoryConfiguration
- getTransport() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelFactoryConfiguration
I
- isStatisticsEnabled() - Method in interface org.wildfly.clustering.jgroups.spi.ChannelConfiguration
-
Indicates whether statistics should be enabled.
- isStatisticsEnabled() - Method in interface org.wildfly.clustering.jgroups.spi.ChannelFactoryConfiguration
- isStatisticsEnabled() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelConfiguration
- isStatisticsEnabled() - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelFactoryConfiguration
- isUnknownForkResponse(Message) - Method in interface org.wildfly.clustering.jgroups.spi.ChannelFactory
-
Determines whether or not the specified message response indicates the fork stack or fork channel required to handle a request does not exist on the recipient node.
- isUnknownForkResponse(Message) - Method in interface org.wildfly.clustering.jgroups.spi.ForkChannelFactory
J
- JGroupsServiceDescriptor - Interface in org.wildfly.clustering.jgroups.spi
O
- org.wildfly.clustering.jgroups.spi - package org.wildfly.clustering.jgroups.spi
P
- PROTOCOL_NAME - Static variable in interface org.wildfly.clustering.jgroups.spi.RelayConfiguration
- ProtocolConfiguration<P extends org.jgroups.stack.Protocol> - Interface in org.wildfly.clustering.jgroups.spi
-
Defines the configuration of a JGroups protocol.
R
- RelayConfiguration - Interface in org.wildfly.clustering.jgroups.spi
-
Configuration of the RELAY2 protocol.
- RemoteSiteConfiguration - Interface in org.wildfly.clustering.jgroups.spi
-
Configuration of a channel to a remote site, used by the RELAY2 protocol.
S
- SERVICE_DESCRIPTOR - Static variable in interface org.wildfly.clustering.jgroups.spi.ChannelConfiguration
- SERVICE_DESCRIPTOR - Static variable in interface org.wildfly.clustering.jgroups.spi.ChannelFactory
- SERVICE_DESCRIPTOR - Static variable in interface org.wildfly.clustering.jgroups.spi.ForkChannelConfiguration
- SERVICE_DESCRIPTOR - Static variable in interface org.wildfly.clustering.jgroups.spi.ForkChannelFactory
- SERVICE_DESCRIPTOR - Static variable in interface org.wildfly.clustering.jgroups.spi.ProtocolConfiguration
- SERVICE_DESCRIPTOR - Static variable in interface org.wildfly.clustering.jgroups.spi.RelayConfiguration
- SERVICE_DESCRIPTOR - Static variable in interface org.wildfly.clustering.jgroups.spi.RemoteSiteConfiguration
- SERVICE_DESCRIPTOR - Static variable in interface org.wildfly.clustering.jgroups.spi.TransportConfiguration
- StackConfiguration - Interface in org.wildfly.clustering.jgroups.spi
T
- TransportConfiguration<T extends org.jgroups.protocols.TP> - Interface in org.wildfly.clustering.jgroups.spi
-
Defines the configuration of a JGroups transport protocol.
- TransportConfiguration.Topology - Interface in org.wildfly.clustering.jgroups.spi
All Classes and Interfaces|All Packages|Constant Field Values