Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
private SubscriptionList |
Main.subscriptionList
The JMS Subscriptions
|
private SubscriptionList |
SubscriptionManager.subscriptionList
The JMS Subscriptions
|
Modifier and Type | Method and Description |
---|---|
protected SubscriptionList |
Main.createSubscriptionList() |
protected SubscriptionList |
ManagerServlet.createSubscriptionList() |
SubscriptionList |
SubscriptionManager.getSubscriptionList()
Returns the subscriptionList.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionManager.setSubscriptionList(SubscriptionList subscriptionList)
Sets the subscriptionList.
|