Class ElanInstanceEntityOwnershipListener

  • All Implemented Interfaces:
    org.opendaylight.mdsal.eos.binding.api.EntityOwnershipListener, org.opendaylight.mdsal.eos.common.api.GenericEntityOwnershipListener<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>,​org.opendaylight.mdsal.eos.binding.api.EntityOwnershipChange>

    @Singleton
    public class ElanInstanceEntityOwnershipListener
    extends java.lang.Object
    implements org.opendaylight.mdsal.eos.binding.api.EntityOwnershipListener
    • Constructor Detail

      • ElanInstanceEntityOwnershipListener

        @Inject
        public ElanInstanceEntityOwnershipListener​(L2GatewayConnectionListener l2GatewayConnectionListener,
                                                   ElanDpnInterfaceClusteredListener elanDpnInterfaceClusteredListener,
                                                   Scheduler scheduler,
                                                   org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
                                                   org.opendaylight.mdsal.eos.binding.api.EntityOwnershipService entityOwnershipService)
    • Method Detail

      • ownershipChanged

        public void ownershipChanged​(org.opendaylight.mdsal.eos.binding.api.EntityOwnershipChange ownershipChange)
        Specified by:
        ownershipChanged in interface org.opendaylight.mdsal.eos.binding.api.EntityOwnershipListener
        Specified by:
        ownershipChanged in interface org.opendaylight.mdsal.eos.common.api.GenericEntityOwnershipListener<org.opendaylight.yangtools.yang.binding.InstanceIdentifier<?>,​org.opendaylight.mdsal.eos.binding.api.EntityOwnershipChange>