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 5631 2012-05-10 08:31:33Z teck $
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

Copyright © 2003-2014 Terracotta, Inc.. All Rights Reserved.