org.infinispan.remoting.transport.jgroups
Interface JGroupsChannelLookup
public interface JGroupsChannelLookup
A hook to pass in a JGroups channel. Implementations need to provide a public no-arg constructor as instances are
created via reflection.
- Since:
- 4.0
- Author:
- Manik Surtani
getJGroupsChannel
org.jgroups.Channel getJGroupsChannel()
shouldStartAndConnect
boolean shouldStartAndConnect()
shouldStopAndDisconnect
boolean shouldStopAndDisconnect()
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.