Class FcapsProvider

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    @Singleton
    public class FcapsProvider
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Constructor Description
      FcapsProvider​(org.opendaylight.mdsal.binding.api.DataBroker dataBroker, org.opendaylight.mdsal.binding.api.NotificationService notificationService, PacketInCounterHandler packetInCounterHandler, NodeEventListener nodeEventListener)
      Constructor sets the services.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void start()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FcapsProvider

        @Inject
        public FcapsProvider​(org.opendaylight.mdsal.binding.api.DataBroker dataBroker,
                             org.opendaylight.mdsal.binding.api.NotificationService notificationService,
                             PacketInCounterHandler packetInCounterHandler,
                             NodeEventListener nodeEventListener)
        Constructor sets the services.
        Parameters:
        dataBroker - instance of databroker
        notificationService - instance of notificationservice
        packetInCounterHandler - instance of PacketInCounterHandler
        nodeEventListener - instance of NodeEventListener
    • Method Detail

      • start

        @PostConstruct
        public void start()
      • close

        @PreDestroy
        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable