java.lang.Object
org.opendaylight.lispflowmapping.interfaces.lisp.SmrEvent

public class SmrEvent extends Object
Carries information about received SMR-invoked request.
  • Constructor Summary

    Constructors
    Constructor
    Description
    SmrEvent(List<Subscriber> subscribers, org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid eid, long nonce)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid
    Returns the EID which the xTRs are subscribed to.
    long
    Returns the nonce associated to a MapRequest.
    Returns the list of subscriber addresses that are subscribed to receive SMR MapRequest for a specific EID.

    Methods inherited from class java.lang.Object

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

    • SmrEvent

      public SmrEvent(List<Subscriber> subscribers, org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid eid, long nonce)
  • Method Details

    • getSubscriberList

      public List<Subscriber> getSubscriberList()
      Returns the list of subscriber addresses that are subscribed to receive SMR MapRequest for a specific EID.
      Returns:
      the list of subscriber addresses.
    • getEid

      public org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid getEid()
      Returns the EID which the xTRs are subscribed to.
      Returns:
      the subscribed EID.
    • getNonce

      public long getNonce()
      Returns the nonce associated to a MapRequest.
      Returns:
      the nonce.