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

Method Summary
 org.jgroups.Channel getJGroupsChannel()
           
 boolean shouldStartAndConnect()
           
 boolean shouldStopAndDisconnect()
           
 

Method Detail

getJGroupsChannel

org.jgroups.Channel getJGroupsChannel()

shouldStartAndConnect

boolean shouldStartAndConnect()

shouldStopAndDisconnect

boolean shouldStopAndDisconnect()

Google Analytics

Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.