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.JGroupsChannelLookupJGroupsChannelLookup.getJGroupsChannel(java.util.Properties)public boolean shouldStartAndConnect()
shouldStartAndConnect in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookupJGroupsChannelLookup.shouldStartAndConnect()public boolean shouldStopAndDisconnect()
shouldStopAndDisconnect in interface org.infinispan.remoting.transport.jgroups.JGroupsChannelLookupJGroupsChannelLookup.shouldStopAndDisconnect()Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.