Package org.jboss.as.clustering.jgroups
Class JChannelFactory
- java.lang.Object
-
- org.jboss.as.clustering.jgroups.JChannelFactory
-
- All Implemented Interfaces:
org.wildfly.clustering.jgroups.ChannelFactory,ChannelFactory
public class JChannelFactory extends Object implements ChannelFactory
Factory for creating fork-able channels.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description JChannelFactory(ProtocolStackConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jgroups.JChannelcreateChannel(String id)ProtocolStackConfigurationgetProtocolStackConfiguration()booleanisUnknownForkResponse(ByteBuffer response)
-
-
-
Constructor Detail
-
JChannelFactory
public JChannelFactory(ProtocolStackConfiguration configuration)
-
-
Method Detail
-
getProtocolStackConfiguration
public ProtocolStackConfiguration getProtocolStackConfiguration()
- Specified by:
getProtocolStackConfigurationin interfaceChannelFactory
-
createChannel
public org.jgroups.JChannel createChannel(String id) throws Exception
- Specified by:
createChannelin interfaceorg.wildfly.clustering.jgroups.ChannelFactory- Throws:
Exception
-
isUnknownForkResponse
public boolean isUnknownForkResponse(ByteBuffer response)
- Specified by:
isUnknownForkResponsein interfaceChannelFactory
-
-