Class InterfaceToNodeCacheEventProcessor

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean

    public class InterfaceToNodeCacheEventProcessor
    extends Object
    implements org.springframework.beans.factory.InitializingBean
    Author:
    Seth, Johan Edstrom, Tarus Balog , OpenNMS
    • Constructor Detail

      • InterfaceToNodeCacheEventProcessor

        public InterfaceToNodeCacheEventProcessor()
    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()
                                throws Exception
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        Throws:
        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)