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.
|
org.apache.commons.messagelet.model |
This package represents the subscription model of a Messagelet engine.
|
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionManager.subscribe(Subscription subscription) |
void |
SubscriptionManager.unsubscribe(Subscription subscription) |
Modifier and Type | Method and Description |
---|---|
void |
SubscriptionList.addSubscription(Subscription subscription) |
void |
SubscriptionList.removeSubscription(Subscription subscription) |