net.sf.ehcache.distribution
Class MulticastKeepaliveHeartbeatReceiver
java.lang.Object
  
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 5594 2012-05-07 16:04:31Z cdennis $
 
- Author:
 
  - Greg Luck
 
 
| 
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 | 
 
MulticastKeepaliveHeartbeatReceiver
public MulticastKeepaliveHeartbeatReceiver(MulticastRMICacheManagerPeerProvider peerProvider,
                                           InetAddress multicastAddress,
                                           Integer multicastPort,
                                           InetAddress hostAddress)
- Constructor.
- Parameters:
 peerProvider - multicastAddress - multicastPort - hostAddress - 
 
dispose
public final void dispose()
- Shutdown the heartbeat.
 
 
Copyright 2001-2014, Terracotta, Inc.