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(Log eventLog) |
void |
process(Log eventLog,
boolean synchronous) |
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(Log eventLog) throws EventProcessorException
process
in interface EventProcessor
EventProcessorException
public void process(Log eventLog, boolean synchronous) throws EventProcessorException
process
in interface EventProcessor
EventProcessorException
Copyright © 2021. All rights reserved.