Interface ChannelFactory
- All Superinterfaces:
ChannelFactory
Factory for creating JGroups channels.
- Author:
- Paul Ferraro
-
Method Summary
Modifier and TypeMethodDescriptionReturns the protocol stack configuration of this channel factory.booleanisUnknownForkResponse(org.jgroups.Message response) Determines whether or not the specified message response indicates the fork stack or fork channel required to handle a request does not exist on the recipient node.Methods inherited from interface org.wildfly.clustering.jgroups.ChannelFactory
createChannel
-
Method Details
-
getProtocolStackConfiguration
ProtocolStackConfiguration getProtocolStackConfiguration()Returns the protocol stack configuration of this channel factory.- Returns:
- the protocol stack configuration of this channel factory
-
isUnknownForkResponse
boolean isUnknownForkResponse(org.jgroups.Message response) Determines whether or not the specified message response indicates the fork stack or fork channel required to handle a request does not exist on the recipient node.- Parameters:
response- a message response- Returns:
- true, if the response indicates a missing fork stack or channel.
-