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

void doWork()
Callback to do the actual work.



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