org.smallmind.cloud.cluster.broadcast
Class GossipClusterBroadcast

java.lang.Object
  extended by org.smallmind.cloud.multicast.event.MulticastEvent
      extended by org.smallmind.cloud.cluster.broadcast.ClusterBroadcast
          extended by org.smallmind.cloud.cluster.broadcast.GossipClusterBroadcast
All Implemented Interfaces:
Serializable

public class GossipClusterBroadcast
extends ClusterBroadcast

See Also:
Serialized Form

Constructor Summary
GossipClusterBroadcast(ClusterInterface clusterInterface, GossipClusterEvent gossipClusterEvnt)
           
 
Method Summary
 ClusterInterface getClusterInsterface()
           
 GossipClusterEvent getGossipClusterEvent()
           
 
Methods inherited from class org.smallmind.cloud.cluster.broadcast.ClusterBroadcast
getClusterBroadcastType
 
Methods inherited from class org.smallmind.cloud.multicast.event.MulticastEvent
getHostAddress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GossipClusterBroadcast

public GossipClusterBroadcast(ClusterInterface clusterInterface,
                              GossipClusterEvent gossipClusterEvnt)
                       throws UnknownHostException
Throws:
UnknownHostException
Method Detail

getClusterInsterface

public ClusterInterface getClusterInsterface()

getGossipClusterEvent

public GossipClusterEvent getGossipClusterEvent()


Copyright © 2011. All Rights Reserved.