org.mule.umo.manager
Interface UMOWorkManager

All Superinterfaces:
Disposable, Executor, Lifecycle, Startable, Stoppable, WorkManager
All Known Implementing Classes:
DelegateWorkManager, MuleWorkManager

public interface UMOWorkManager
extends WorkManager, Lifecycle, Executor

UMOWorkManager extends the standard JCA WorkManager with lifecycle methods and util.concurrent bridging.


Field Summary
 
Fields inherited from interface javax.resource.spi.work.WorkManager
IMMEDIATE, INDEFINITE, UNKNOWN
 
Methods inherited from interface javax.resource.spi.work.WorkManager
doWork, doWork, scheduleWork, scheduleWork, startWork, startWork
 
Methods inherited from interface org.mule.umo.lifecycle.Startable
start
 
Methods inherited from interface org.mule.umo.lifecycle.Stoppable
stop
 
Methods inherited from interface org.mule.umo.lifecycle.Disposable
dispose
 
Methods inherited from interface edu.emory.mathcs.backport.java.util.concurrent.Executor
execute
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.