Package org.jboss.as.clustering.jgroups
Class JChannelFactory
java.lang.Object
org.jboss.as.clustering.jgroups.JChannelFactory
- All Implemented Interfaces:
ChannelFactory,ChannelFactory
Factory for creating fork-able channels.
- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.jgroups.spi.ChannelFactory
DEFAULT_SERVICE_DESCRIPTOR, SERVICE_DESCRIPTOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.jgroups.JChannelcreateChannel(String id) booleanisUnknownForkResponse(org.jgroups.Message response)
-
Constructor Details
-
JChannelFactory
-
-
Method Details
-
getProtocolStackConfiguration
- Specified by:
getProtocolStackConfigurationin interfaceChannelFactory
-
createChannel
- Specified by:
createChannelin interfaceChannelFactory- Throws:
Exception
-
isUnknownForkResponse
public boolean isUnknownForkResponse(org.jgroups.Message response) - Specified by:
isUnknownForkResponsein interfaceChannelFactory
-