Class Ipv6PeriodicTrQueue

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class Ipv6PeriodicTrQueue
    extends java.lang.Object
    implements java.lang.AutoCloseable
    • Constructor Summary

      Constructors 
      Constructor Description
      Ipv6PeriodicTrQueue​(java.util.function.Consumer<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid> onMessage)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addMessage​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid portId)  
      void close()  
      void init()  
      • Methods inherited from class java.lang.Object

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

      • Ipv6PeriodicTrQueue

        public Ipv6PeriodicTrQueue​(java.util.function.Consumer<org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid> onMessage)
    • Method Detail

      • init

        public void init()
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
      • addMessage

        public void addMessage​(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid portId)