Uses of Class
org.jivesoftware.smackx.pubsub.Subscription

Packages that use Subscription
org.jivesoftware.smackx.pubsub   
 

Uses of Subscription in org.jivesoftware.smackx.pubsub
 

Methods in org.jivesoftware.smackx.pubsub that return Subscription
 Subscription Node.subscribe(java.lang.String jid)
          The user subscribes to the node using the supplied jid.
 Subscription Node.subscribe(java.lang.String jid, SubscribeForm subForm)
          The user subscribes to the node using the supplied jid and subscription options.
 

Methods in org.jivesoftware.smackx.pubsub that return types with arguments of type Subscription
 java.util.List<Subscription> Node.getSubscriptions()
          Get the subscriptions currently associated with this node.
 java.util.List<Subscription> SubscriptionsExtension.getSubscriptions()
          Gets the list of subscriptions.
 java.util.List<Subscription> PubSubManager.getSubscriptions()
          Gets the subscriptions on the root node.
 

Constructor parameters in org.jivesoftware.smackx.pubsub with type arguments of type Subscription
SubscriptionsExtension(java.util.List<Subscription> subList)
          Subscriptions to the root node
SubscriptionsExtension(java.lang.String nodeId, java.util.List<Subscription> subList)
          Subscriptions to the specified node.