Uses of Class
org.apache.commons.messagelet.ConsumerThread

Packages that use ConsumerThread
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 ConsumerThread in org.apache.commons.messagelet
 

Subclasses of ConsumerThread in org.apache.commons.messagelet
 class XAConsumerThread
          XAConsumerThread is a thread which will perform XA processing of messages
 

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

Methods in org.apache.commons.messagelet.model that return ConsumerThread
 ConsumerThread Subscription.getConsumerThread()
          Returns the consumerThread.
 

Methods in org.apache.commons.messagelet.model with parameters of type ConsumerThread
 void Subscription.setConsumerThread(ConsumerThread consumerThread)
          Sets the consumerThread.
 



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