org.smallmind.cloud.multicast.event
Class EventTransmitter

java.lang.Object
  extended by org.smallmind.cloud.multicast.event.EventTransmitter
All Implemented Interfaces:
Runnable

public class EventTransmitter
extends Object
implements Runnable


Constructor Summary
EventTransmitter(MulticastEventHandler eventHandler, Logger logger, InetAddress multicastInetAddr, int multicastPort, int messageSegmentSize)
           
 
Method Summary
 void finalize()
           
 void finish()
           
 void fireEvent(MulticastEvent multicastEvent)
           
 void logError(Throwable throwable)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventTransmitter

public EventTransmitter(MulticastEventHandler eventHandler,
                        Logger logger,
                        InetAddress multicastInetAddr,
                        int multicastPort,
                        int messageSegmentSize)
                 throws IOException,
                        CacheException
Throws:
IOException
CacheException
Method Detail

fireEvent

public void fireEvent(MulticastEvent multicastEvent)
               throws EventMessageException
Throws:
EventMessageException

logError

public void logError(Throwable throwable)

finish

public void finish()

run

public void run()
Specified by:
run in interface Runnable

finalize

public void finalize()
Overrides:
finalize in class Object


Copyright © 2011. All Rights Reserved.