Uses of Interface
org.jboss.mq.threadpool.Work

Packages that use Work
org.jboss.mq.server   
org.jboss.mq.threadpool   
 

Uses of Work in org.jboss.mq.server
 

Classes in org.jboss.mq.server that implement Work
 class ClientConsumer
          This represent the clients queue which consumes messages from the destinations on the provider.
 

Uses of Work in org.jboss.mq.threadpool
 

Methods in org.jboss.mq.threadpool with parameters of type Work
 void ThreadPool.cancelWork(Work work)
          Cancel a piece of enqueued work.
 void ThreadPool.enqueueWork(Work work)
          Enqueue a piece of work for this thread to handle.
 



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.