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

Work (JBoss Messaging API) - JBoss 4.0.1 sp1 messaging API Documentation 英文版文档


org.jboss.mq.threadpool
Interface Work

All Known Implementing Classes:
ClientConsumer

public interface Work

This is the interface of work that the thread pool can do. Users of the thread pool enqueue an object implementing this interface to have one of the threads in the thread pool call back the method declared here.

Version:
$Revision: 1.1 $
Author:
Ole Husgaard (osh@sparre.dk)

Method Summary
 void doWork()
          Callback to do the actual work.
 

Method Detail

doWork

public void doWork()
Callback to do the actual work.



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