站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 messaging API Documentation 英文版文档

Uses of Interface org.jboss.mq.threadpool.Work (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging API Documentation 英文版文档


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.enqueueWork(Work work)
          Enqueue a piece of work for this thread to handle.
 void ThreadPool.cancelWork(Work work)
          Cancel a piece of enqueued work.
 



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