com.hazelcast.cluster.impl
Class MulticastService
java.lang.Object
com.hazelcast.cluster.impl.MulticastService
- All Implemented Interfaces:
- Runnable
public class MulticastService
- extends Object
- implements Runnable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MulticastService
public MulticastService(Node node,
MulticastSocket multicastSocket)
throws Exception
- Throws:
Exception
addMulticastListener
public void addMulticastListener(MulticastListener multicastListener)
removeMulticastListener
public void removeMulticastListener(MulticastListener multicastListener)
stop
public void stop()
run
public void run()
- Specified by:
run
in interface Runnable
send
public void send(JoinMessage joinMessage)
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.