public class JChannelFactory extends Object implements ChannelFactory, org.jgroups.conf.ProtocolStackConfigurator
| Constructor and Description |
|---|
JChannelFactory(ProtocolStackConfiguration configuration) |
| Modifier and Type | Method and Description |
|---|---|
org.jgroups.Channel |
createChannel(String id) |
List<org.jgroups.conf.ProtocolConfiguration> |
getProtocolStack() |
ProtocolStackConfiguration |
getProtocolStackConfiguration() |
String |
getProtocolStackString() |
boolean |
isUnknownForkResponse(ByteBuffer buffer) |
public JChannelFactory(ProtocolStackConfiguration configuration)
public ProtocolStackConfiguration getProtocolStackConfiguration()
public org.jgroups.Channel createChannel(String id) throws Exception
createChannel in interface org.wildfly.clustering.jgroups.ChannelFactoryExceptionpublic boolean isUnknownForkResponse(ByteBuffer buffer)
public String getProtocolStackString()
getProtocolStackString in interface org.jgroups.conf.ProtocolStackConfiguratorProtocolStackConfigurator.getProtocolStackString()public List<org.jgroups.conf.ProtocolConfiguration> getProtocolStack()
getProtocolStack in interface org.jgroups.conf.ProtocolStackConfiguratorProtocolStackConfigurator.getProtocolStack()Copyright © 2015 JBoss by Red Hat. All rights reserved.