Class FileJGroupsChannelConfigurator
java.lang.Object
org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
org.infinispan.remoting.transport.jgroups.FileJGroupsChannelConfigurator
- All Implemented Interfaces:
JGroupsChannelConfigurator
,org.jgroups.conf.ProtocolStackConfigurator
,org.jgroups.stack.ProtocolHook
- Direct Known Subclasses:
BuiltinJGroupsChannelConfigurator
A JGroups
JGroupsChannelConfigurator
which loads configuration from an XML file supplied as an InputStream
- Since:
- 10.0
- Author:
- Tristan Tarrant <tristan@infinispan.org>
-
Field Summary
Fields inherited from class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
channelListeners
-
Constructor Summary
ConstructorDescriptionFileJGroupsChannelConfigurator
(String name, String path, InputStream is, Properties properties) -
Method Summary
Modifier and TypeMethodDescriptionorg.jgroups.JChannel
createChannel
(String name) getName()
getPath()
List
<org.jgroups.conf.ProtocolConfiguration> Methods inherited from class org.infinispan.remoting.transport.jgroups.AbstractJGroupsChannelConfigurator
addChannelListener, amendChannel, getSocketFactory, setSocketFactory
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jgroups.conf.ProtocolStackConfigurator
afterCreation
-
Constructor Details
-
FileJGroupsChannelConfigurator
public FileJGroupsChannelConfigurator(String name, String path, InputStream is, Properties properties) throws IOException - Throws:
IOException
-
-
Method Details
-
getProtocolStackString
-
getProtocolStack
-
getName
-
createChannel
- Throws:
Exception
-
getPath
-