org.codehaus.activemq.work.pool
Class SyncWorkExecutor
java.lang.Object
org.codehaus.activemq.work.pool.SyncWorkExecutor
- All Implemented Interfaces:
- WorkExecutor
- public class SyncWorkExecutor
- extends Object
- implements WorkExecutor
- Version:
- $Revision: 1.1 $ $Date: 2004/10/26 16:12:07 $
Method Summary |
void |
doExecute(WorkerContext work,
Executor executor)
This method must be implemented by sub-classes in order to provide the
relevant synchronization policy. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncWorkExecutor
public SyncWorkExecutor()
doExecute
public void doExecute(WorkerContext work,
Executor executor)
throws WorkException,
InterruptedException
- Description copied from interface:
WorkExecutor
- This method must be implemented by sub-classes in order to provide the
relevant synchronization policy. It is called by the executeWork template
method.
- Specified by:
doExecute
in interface WorkExecutor
- Parameters:
work
- Work to be executed.
- Throws:
InterruptedException
- Indicates that the thread in charge of the
execution of the specified work has been interrupted.
WorkException
- Indicates that the work has failed.
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.