Uses of Class
com.sas.hls.messaging.subscription.Subscription

Packages that use Subscription
com.sas.hls.messaging.subscription Service for creating and retrieving subscriptions. 
 

Uses of Subscription in com.sas.hls.messaging.subscription
 

Methods in com.sas.hls.messaging.subscription that return Subscription
 Subscription SubscriptionService.createSubscription(String path, SubscribableEvent event, Principal principal, boolean cascade)
          Create a subscription to the specified event on the object represented by the specified path, for the given principal.
 

Methods in com.sas.hls.messaging.subscription that return types with arguments of type Subscription
 Set<Subscription> SubscriptionService.createSubscriptions(String path, SubscribableEvent event, Set<Principal> principals, boolean cascade)
          Create a subscription to the specified event on the object represented by the specified path, for the given principals.
 Set<Subscription> SubscriptionService.getSubscriptionsByPathAndEvent(String path, SubscribableEvent event)
          Get the subscriptions for the specified path and specified event.
 Set<Subscription> SubscriptionService.getSubscriptionsByPrincipal(Principal principal)
          Get the subscriptions for the specified principal.
 



Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA