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.InitializingBeanExceptionpublic void process(Header eventHeader, Event event) throws EventProcessorException
EventProcessorprocess
process in interface EventProcessoreventHeader - a Header object.event - a Event object.EventProcessorExceptionCopyright © 2015. All rights reserved.