org.mobicents.slee.sipevent.server.rlscache.events
Class RLSServicesUpdatedEvent
java.lang.Object
org.mobicents.slee.sipevent.server.rlscache.events.AbstractEvent
org.mobicents.slee.sipevent.server.rlscache.events.RLSServicesUpdatedEvent
public class RLSServicesUpdatedEvent
- extends AbstractEvent
|
Field Summary |
static javax.slee.EventTypeID |
EVENT_TYPE_ID
IMPORTANT: must sync with the event descriptor data!!!! |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
EVENT_TYPE_ID
public static final javax.slee.EventTypeID EVENT_TYPE_ID
- IMPORTANT: must sync with the event descriptor data!!!!
RLSServicesUpdatedEvent
public RLSServicesUpdatedEvent(java.lang.String uri,
RLSService.Status newStatus,
RLSService.Status oldStatus,
java.util.Set<EntryType> oldEntries,
java.util.Set<EntryType> removedEntries,
java.util.Set<EntryType> newEntries)
getNewEntries
public java.util.Set<EntryType> getNewEntries()
getNewStatus
public RLSService.Status getNewStatus()
getOldEntries
public java.util.Set<EntryType> getOldEntries()
getOldStatus
public RLSService.Status getOldStatus()
getRemovedEntries
public java.util.Set<EntryType> getRemovedEntries()
getUri
public java.lang.String getUri()
Copyright © 2011. All Rights Reserved.