public class EmbeddedJGroupsChannelConfigurator extends Object implements JGroupsChannelConfigurator
ProtocolStackConfigurator which| Modifier and Type | Class and Description |
|---|---|
static class |
EmbeddedJGroupsChannelConfigurator.StackCombine |
| Constructor and Description |
|---|
EmbeddedJGroupsChannelConfigurator(String name) |
EmbeddedJGroupsChannelConfigurator(String name,
List<org.jgroups.conf.ProtocolConfiguration> stack) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRemoteSite(String remoteSite,
JGroupsChannelConfigurator stackConfigurator) |
static EmbeddedJGroupsChannelConfigurator |
combine(JGroupsChannelConfigurator baseStack,
EmbeddedJGroupsChannelConfigurator stack) |
org.jgroups.JChannel |
createChannel() |
String |
getName() |
List<org.jgroups.conf.ProtocolConfiguration> |
getProtocolStack() |
String |
getProtocolStackString() |
Map<String,JGroupsChannelConfigurator> |
getRemoteSites() |
public EmbeddedJGroupsChannelConfigurator(String name, List<org.jgroups.conf.ProtocolConfiguration> stack)
public EmbeddedJGroupsChannelConfigurator(String name)
public String getProtocolStackString()
getProtocolStackString in interface org.jgroups.conf.ProtocolStackConfiguratorpublic List<org.jgroups.conf.ProtocolConfiguration> getProtocolStack()
getProtocolStack in interface org.jgroups.conf.ProtocolStackConfiguratorpublic Map<String,JGroupsChannelConfigurator> getRemoteSites()
public String getName()
getName in interface JGroupsChannelConfiguratorpublic org.jgroups.JChannel createChannel()
throws Exception
createChannel in interface JGroupsChannelConfiguratorExceptionpublic void addRemoteSite(String remoteSite, JGroupsChannelConfigurator stackConfigurator)
public static EmbeddedJGroupsChannelConfigurator combine(JGroupsChannelConfigurator baseStack, EmbeddedJGroupsChannelConfigurator stack)
Copyright © 2022 JBoss by Red Hat. All rights reserved.