Class SmrEvent


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

      Constructors 
      Constructor Description
      SmrEvent​(java.util.List<Subscriber> subscribers, Eid eid, long nonce)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Eid getEid()
      Returns the EID which the xTRs are subscribed to.
      long getNonce()
      Returns the nonce associated to a MapRequest.
      java.util.List<Subscriber> getSubscriberList()
      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 Detail

      • SmrEvent

        public SmrEvent​(java.util.List<Subscriber> subscribers,
                        Eid eid,
                        long nonce)
    • Method Detail

      • getSubscriberList

        public java.util.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 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.