Uses of Class
org.avis.client.InvalidSubscriptionException

Packages that use InvalidSubscriptionException
org.avis.client   
 

Uses of InvalidSubscriptionException in org.avis.client
 

Methods in org.avis.client that throw InvalidSubscriptionException
 void Subscription.setSubscriptionExpr(String newSubscriptionExpr)
          Change the subscription expression.
 Subscription Elvin.subscribe(String subscriptionExpr)
          Create a new subscription.
 Subscription Elvin.subscribe(String subscriptionExpr, Keys keys)
          Create a new subscription with a given set of security keys to enable secure delivery, but also allowing insecure notifications.
 Subscription Elvin.subscribe(String subscriptionExpr, Keys keys, SecureMode secureMode)
          Create a new subscription.
 Subscription Elvin.subscribe(String subscriptionExpr, SecureMode secureMode)
          Create a new subscription with a given security mode but with an empty key set.
 



Copyright © 2008 Matthew Phillips. All Rights Reserved.