Uses of Class
com.sas.hls.messaging.subscription.exception.SubscriptionExistsException

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

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

Methods in com.sas.hls.messaging.subscription that throw SubscriptionExistsException
 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.
 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.
 



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