Uses of Class
org.apache.commons.messagelet.model.Subscription

Packages that use Subscription
org.apache.commons.messagelet This package provides the mechansim to deploy MessageListener beans in a servlet application server which are intialized and destroyed with a web-application as well as introducing MessageDrivenObjects which are MessageListeners which receive servlet-style lifecycle events and Messagelets which are servlets that process Messages. 
org.apache.commons.messagelet.model This package represents the subscription model of a Messagelet engine. 
 

Uses of Subscription in org.apache.commons.messagelet
 

Methods in org.apache.commons.messagelet with parameters of type Subscription
 void SubscriptionManager.subscribe(Subscription subscription)
           
 void SubscriptionManager.unsubscribe(Subscription subscription)
           
 

Uses of Subscription in org.apache.commons.messagelet.model
 

Methods in org.apache.commons.messagelet.model with parameters of type Subscription
 void SubscriptionList.addSubscription(Subscription subscription)
           
 void SubscriptionList.removeSubscription(Subscription subscription)
           
 



Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.