public class FileJGroupsChannelConfigurator extends Object implements JGroupsChannelConfigurator
JGroupsChannelConfigurator which loads configuration from an XML file supplied as an InputStream| Constructor and Description |
|---|
FileJGroupsChannelConfigurator(String name,
String path,
InputStream is,
Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
org.jgroups.JChannel |
createChannel() |
String |
getName() |
String |
getPath() |
List<org.jgroups.conf.ProtocolConfiguration> |
getProtocolStack() |
String |
getProtocolStackString() |
public FileJGroupsChannelConfigurator(String name, String path, InputStream is, Properties properties) throws IOException
IOExceptionpublic String getProtocolStackString()
getProtocolStackString in interface org.jgroups.conf.ProtocolStackConfiguratorpublic List<org.jgroups.conf.ProtocolConfiguration> getProtocolStack()
getProtocolStack in interface org.jgroups.conf.ProtocolStackConfiguratorpublic String getName()
getName in interface JGroupsChannelConfiguratorpublic org.jgroups.JChannel createChannel()
throws Exception
createChannel in interface JGroupsChannelConfiguratorExceptionpublic String getPath()
Copyright © 2022 JBoss by Red Hat. All rights reserved.