ehcache

net.sf.ehcache.distribution
Class MulticastKeepaliveHeartbeatReceiver

java.lang.Object
  extended by net.sf.ehcache.distribution.MulticastKeepaliveHeartbeatReceiver

public final class MulticastKeepaliveHeartbeatReceiver
extends Object

Receives heartbeats from any MulticastKeepaliveHeartbeatSenders out there.

Our own multicast heartbeats are ignored.

Version:
$Id: MulticastKeepaliveHeartbeatReceiver.java 4087 2011-06-09 14:10:25Z cdennis $
Author:
Greg Luck

Constructor Summary
MulticastKeepaliveHeartbeatReceiver(MulticastRMICacheManagerPeerProvider peerProvider, InetAddress multicastAddress, Integer multicastPort, InetAddress hostAddress)
          Constructor.
 
Method Summary
 void dispose()
          Shutdown the heartbeat.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MulticastKeepaliveHeartbeatReceiver

public MulticastKeepaliveHeartbeatReceiver(MulticastRMICacheManagerPeerProvider peerProvider,
                                           InetAddress multicastAddress,
                                           Integer multicastPort,
                                           InetAddress hostAddress)
Constructor.

Parameters:
peerProvider -
multicastAddress -
multicastPort -
hostAddress -
Method Detail

dispose

public final void dispose()
Shutdown the heartbeat.


ehcache

true