Class FullVlanAvailable

  • All Implemented Interfaces:
    org.onosproject.net.behaviour.VlanQuery, org.onosproject.net.driver.Behaviour, org.onosproject.net.driver.HandlerBehaviour

    @Beta
    public class FullVlanAvailable
    extends org.onosproject.net.driver.AbstractHandlerBehaviour
    implements org.onosproject.net.behaviour.VlanQuery
    Driver which always responds that all VLAN IDs are available for the Device.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<org.onlab.packet.VlanId> queryVlanIds​(org.onosproject.net.PortNumber port)  
      • Methods inherited from class org.onosproject.net.driver.AbstractHandlerBehaviour

        handler, setHandler
      • Methods inherited from class org.onosproject.net.driver.AbstractBehaviour

        data, setData
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.onosproject.net.driver.Behaviour

        data, setData
      • Methods inherited from interface org.onosproject.net.driver.HandlerBehaviour

        handler, setHandler
    • Constructor Detail

      • FullVlanAvailable

        public FullVlanAvailable()
    • Method Detail

      • queryVlanIds

        public java.util.Set<org.onlab.packet.VlanId> queryVlanIds​(org.onosproject.net.PortNumber port)
        Specified by:
        queryVlanIds in interface org.onosproject.net.behaviour.VlanQuery