Package org.opennms.netmgt.dao.support
Class InterfaceToNodeCacheEventProcessor
- java.lang.Object
-
- org.opennms.netmgt.dao.support.InterfaceToNodeCacheEventProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
public class InterfaceToNodeCacheEventProcessor extends java.lang.Object implements org.springframework.beans.factory.InitializingBean
- Author:
- Seth, Johan Edstrom, Tarus Balog , OpenNMS
-
-
Constructor Summary
Constructors Constructor Description InterfaceToNodeCacheEventProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
afterPropertiesSet()
void
handleInterfaceDeleted(IEvent event)
void
handleInterfaceReparented(IEvent event)
void
handleNodeDeleted(IEvent event)
void
handleNodeGainedInterface(IEvent event)
-
-
-
Method Detail
-
afterPropertiesSet
public void afterPropertiesSet() throws java.lang.Exception
- Specified by:
afterPropertiesSet
in interfaceorg.springframework.beans.factory.InitializingBean
- Throws:
java.lang.Exception
-
handleNodeGainedInterface
@Transactional public void handleNodeGainedInterface(IEvent event)
-
handleInterfaceDeleted
@Transactional public void handleInterfaceDeleted(IEvent event)
-
handleInterfaceReparented
@Transactional public void handleInterfaceReparented(IEvent event)
-
handleNodeDeleted
@Transactional public void handleNodeDeleted(IEvent event)
-
-