org.mule.api.context
Interface WorkManager

All Superinterfaces:
Disposable, edu.emory.mathcs.backport.java.util.concurrent.Executor, Startable, javax.resource.spi.work.WorkManager

public interface WorkManager
extends javax.resource.spi.work.WorkManager, Startable, Disposable, edu.emory.mathcs.backport.java.util.concurrent.Executor

WorkManager 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
 
Fields inherited from interface org.mule.api.lifecycle.Startable
PHASE_NAME
 
Fields inherited from interface org.mule.api.lifecycle.Disposable
PHASE_NAME
 
Method Summary
 
Methods inherited from interface javax.resource.spi.work.WorkManager
doWork, doWork, scheduleWork, scheduleWork, startWork, startWork
 
Methods inherited from interface org.mule.api.lifecycle.Startable
start
 
Methods inherited from interface org.mule.api.lifecycle.Disposable
dispose
 
Methods inherited from interface edu.emory.mathcs.backport.java.util.concurrent.Executor
execute
 



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