Package org.jboss.as.clustering.jgroups
Class ForkChannelFactory
java.lang.Object
org.jboss.as.clustering.jgroups.ForkChannelFactory
- All Implemented Interfaces:
ChannelFactory,ChannelFactory
Factory for creating forked channels.
- Author:
- Paul Ferraro
-
Constructor Summary
ConstructorsConstructorDescriptionForkChannelFactory(org.jgroups.JChannel channel, ChannelFactory parentFactory, List<ProtocolConfiguration<? extends org.jgroups.stack.Protocol>> protocols) -
Method Summary
Modifier and TypeMethodDescriptionorg.jgroups.JChannelcreateChannel(String id) booleanisUnknownForkResponse(org.jgroups.Message response)
-
Constructor Details
-
ForkChannelFactory
public ForkChannelFactory(org.jgroups.JChannel channel, ChannelFactory parentFactory, List<ProtocolConfiguration<? extends org.jgroups.stack.Protocol>> protocols)
-
-
Method Details
-
createChannel
- Specified by:
createChannelin interfaceChannelFactory- Throws:
Exception
-
getProtocolStackConfiguration
- Specified by:
getProtocolStackConfigurationin interfaceChannelFactory
-
isUnknownForkResponse
public boolean isUnknownForkResponse(org.jgroups.Message response) - Specified by:
isUnknownForkResponsein interfaceChannelFactory
-