Class SmrEvent
- 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.EidgetEid()Returns the EID which the xTRs are subscribed to.longgetNonce()Returns the nonce associated to a MapRequest.List<Subscriber>getSubscriberList()Returns the list of subscriber addresses that are subscribed to receive SMR MapRequest for a specific EID.
-
-
-
Constructor Detail
-
SmrEvent
public SmrEvent(List<Subscriber> subscribers, org.opendaylight.yang.gen.v1.urn.opendaylight.lfm.lisp.proto.rev151105.eid.container.Eid eid, long nonce)
-
-
Method Detail
-
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.
-
-