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

Packages that use SubscriptionList
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. 
 

Uses of SubscriptionList in org.apache.commons.messagelet
 

Methods in org.apache.commons.messagelet that return SubscriptionList
protected  SubscriptionList ManagerServlet.createSubscriptionList()
           
protected  SubscriptionList Main.createSubscriptionList()
           
 SubscriptionList SubscriptionManager.getSubscriptionList()
          Returns the subscriptionList.
 

Methods in org.apache.commons.messagelet with parameters of type SubscriptionList
 void SubscriptionManager.setSubscriptionList(SubscriptionList subscriptionList)
          Sets the subscriptionList.
 



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