Class PortDataProcessor

  • All Implemented Interfaces:
    DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port>

    @Deprecated
    public class PortDataProcessor
    extends java.lang.Object
    implements DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port>
    Deprecated.
    Lisp Service implementation of NeutronPortAware API Creation of a new port results adding the mapping for the port's IP addresses to the port's host_ip in the mapping service. Currently the NetronPort object does not carry the required information to achieve the port's host_ip. Once such extension is available this class shall be updated.
    Author:
    Vina Ermagan
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      void create​(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port port)
      Deprecated.
      This method creates a new DataObject.
      void delete​(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port port)
      Deprecated.
      This method removes a DataObject.
      void update​(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port port)
      Deprecated.
      This method updates a DataObject.
      • Methods inherited from class java.lang.Object

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

      • PortDataProcessor

        public PortDataProcessor​(ILispNeutronService lispNeutronService)
        Deprecated.
    • Method Detail

      • create

        public void create​(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port port)
        Deprecated.
        Description copied from interface: DataProcessor
        This method creates a new DataObject.
        Specified by:
        create in interface DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port>
        Parameters:
        port - - the object of type DataObject that has changed
      • update

        public void update​(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port port)
        Deprecated.
        Description copied from interface: DataProcessor
        This method updates a DataObject.
        Specified by:
        update in interface DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port>
        Parameters:
        port - - the object of type DataObject that has changed
      • delete

        public void delete​(org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port port)
        Deprecated.
        Description copied from interface: DataProcessor
        This method removes a DataObject.
        Specified by:
        delete in interface DataProcessor<org.opendaylight.yang.gen.v1.urn.opendaylight.neutron.ports.rev150712.ports.attributes.ports.Port>
        Parameters:
        port - - the object of type DataObject that has changed