Package org.wildfly.clustering.jgroups
Interface ChannelFactory
public interface ChannelFactory
Factory for creating JGroups channels.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionorg.jgroups.JChannelcreateChannel(String id) Creates a JGroups channel
-
Method Details
-
createChannel
Creates a JGroups channel- Parameters:
id- the unique identifier of this channel- Returns:
- a JGroups channel
- Throws:
Exception- if there was a failure setting up the protocol stack
-