public class ChannelProvider extends Object implements org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
Constructor and Description |
---|
ChannelProvider() |
Modifier and Type | Method and Description |
---|---|
org.jgroups.Channel |
getJGroupsChannel(Properties properties) |
static void |
init(org.infinispan.configuration.global.TransportConfigurationBuilder builder,
org.jgroups.Channel channel) |
boolean |
shouldStartAndConnect() |
boolean |
shouldStopAndDisconnect() |
public static void init(org.infinispan.configuration.global.TransportConfigurationBuilder builder, org.jgroups.Channel channel)
public org.jgroups.Channel getJGroupsChannel(Properties properties)
getJGroupsChannel
in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
JGroupsChannelLookup.getJGroupsChannel(java.util.Properties)
public boolean shouldStartAndConnect()
shouldStartAndConnect
in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
JGroupsChannelLookup.shouldStartAndConnect()
public boolean shouldStopAndDisconnect()
shouldStopAndDisconnect
in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookup
JGroupsChannelLookup.shouldStopAndDisconnect()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.