public class MockEventWriter extends Object implements EventProcessor, org.springframework.beans.factory.InitializingBean
Constructor and Description |
---|
MockEventWriter() |
Modifier and Type | Method and Description |
---|---|
void |
afterPropertiesSet() |
DistPollerDao |
getDistPollerDao() |
EventDao |
getEventDao() |
NodeDao |
getNodeDao() |
ServiceTypeDao |
getServiceTypeDao() |
void |
process(Header eventHeader,
Event event)
process
|
void |
setDistPollerDao(DistPollerDao distPollerDao) |
void |
setEventDao(EventDao eventDao) |
void |
setNodeDao(NodeDao nodeDao) |
void |
setServiceTypeDao(ServiceTypeDao serviceTypeDao) |
public EventDao getEventDao()
public void setEventDao(EventDao eventDao)
public DistPollerDao getDistPollerDao()
public void setDistPollerDao(DistPollerDao distPollerDao)
public NodeDao getNodeDao()
public void setNodeDao(NodeDao nodeDao)
public ServiceTypeDao getServiceTypeDao()
public void setServiceTypeDao(ServiceTypeDao serviceTypeDao)
public void afterPropertiesSet() throws Exception
afterPropertiesSet
in interface org.springframework.beans.factory.InitializingBean
Exception
public void process(Header eventHeader, Event event) throws EventProcessorException
EventProcessor
process
process
in interface EventProcessor
eventHeader
- a Header
object.event
- a Event
object.EventProcessorException
Copyright © 2017. All rights reserved.