Uses of Class
org.mobicents.slee.sipevent.server.rlscache.RLSService.Status

Packages that use RLSService.Status
org.mobicents.slee.sipevent.server.rlscache   
org.mobicents.slee.sipevent.server.rlscache.events   
 

Uses of RLSService.Status in org.mobicents.slee.sipevent.server.rlscache
 

Methods in org.mobicents.slee.sipevent.server.rlscache that return RLSService.Status
 RLSService.Status RLSService.getStatus()
           
static RLSService.Status RLSService.Status.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RLSService.Status[] RLSService.Status.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of RLSService.Status in org.mobicents.slee.sipevent.server.rlscache.events
 

Methods in org.mobicents.slee.sipevent.server.rlscache.events that return RLSService.Status
 RLSService.Status RLSServicesUpdatedEvent.getNewStatus()
           
 RLSService.Status RLSServicesRemovedEvent.getNewStatus()
           
 RLSService.Status RLSServicesUpdatedEvent.getOldStatus()
           
 RLSService.Status RLSServicesRemovedEvent.getOldStatus()
           
 

Constructors in org.mobicents.slee.sipevent.server.rlscache.events with parameters of type RLSService.Status
RLSServicesRemovedEvent(java.lang.String uri, RLSService.Status newStatus, RLSService.Status oldStatus, java.util.Set<EntryType> removedEntries)
           
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)
           
 



Copyright © 2011. All Rights Reserved.