public class ForkChannelFactory extends Object implements ChannelFactory
| Constructor and Description |
|---|
ForkChannelFactory(org.jgroups.JChannel channel,
ChannelFactory parentFactory,
List<ProtocolConfiguration<? extends org.jgroups.stack.Protocol>> protocols) |
| Modifier and Type | Method and Description |
|---|---|
org.jgroups.JChannel |
createChannel(String id) |
ProtocolStackConfiguration |
getProtocolStackConfiguration() |
boolean |
isUnknownForkResponse(ByteBuffer response) |
public ForkChannelFactory(org.jgroups.JChannel channel,
ChannelFactory parentFactory,
List<ProtocolConfiguration<? extends org.jgroups.stack.Protocol>> protocols)
public org.jgroups.JChannel createChannel(String id) throws Exception
createChannel in interface org.wildfly.clustering.jgroups.ChannelFactoryExceptionpublic ProtocolStackConfiguration getProtocolStackConfiguration()
public boolean isUnknownForkResponse(ByteBuffer response)
Copyright © 2019 JBoss by Red Hat. All rights reserved.