Package nl.stokpop.eventscheduler
Class EventBroadcasterDefault
- java.lang.Object
-
- nl.stokpop.eventscheduler.EventBroadcasterDefault
-
- All Implemented Interfaces:
EventBroadcaster
public class EventBroadcasterDefault extends java.lang.Object implements EventBroadcaster
-
-
Constructor Summary
Constructors Constructor Description EventBroadcasterDefault(java.util.Collection<Event> events)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbroadcastAbortTest()voidbroadcastAfterTest()voidbroadcastBeforeTest()java.util.List<EventCheck>broadcastCheck()voidbroadcastCustomEvent(CustomEvent scheduleEvent)voidbroadcastKeepAlive()voidbroadcastStartTest()voidshutdownAndWaitAllTasksDone(long timeoutSeconds)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface nl.stokpop.eventscheduler.EventBroadcaster
throwAbortOrKillWitchException
-
-
-
-
Constructor Detail
-
EventBroadcasterDefault
public EventBroadcasterDefault(java.util.Collection<Event> events)
-
-
Method Detail
-
broadcastBeforeTest
public void broadcastBeforeTest()
- Specified by:
broadcastBeforeTestin interfaceEventBroadcaster
-
broadcastStartTest
public void broadcastStartTest()
- Specified by:
broadcastStartTestin interfaceEventBroadcaster
-
broadcastAfterTest
public void broadcastAfterTest()
- Specified by:
broadcastAfterTestin interfaceEventBroadcaster
-
broadcastKeepAlive
public void broadcastKeepAlive() throws SchedulerHandlerException- Specified by:
broadcastKeepAlivein interfaceEventBroadcaster- Throws:
SchedulerHandlerException
-
broadcastAbortTest
public void broadcastAbortTest()
- Specified by:
broadcastAbortTestin interfaceEventBroadcaster
-
broadcastCustomEvent
public void broadcastCustomEvent(CustomEvent scheduleEvent)
- Specified by:
broadcastCustomEventin interfaceEventBroadcaster
-
broadcastCheck
public java.util.List<EventCheck> broadcastCheck()
- Specified by:
broadcastCheckin interfaceEventBroadcaster
-
shutdownAndWaitAllTasksDone
public void shutdownAndWaitAllTasksDone(long timeoutSeconds)
- Specified by:
shutdownAndWaitAllTasksDonein interfaceEventBroadcaster
-
-