org.mule.api.context
Interface WorkManager

All Superinterfaces:
Disposable, Executor, Startable, javax.resource.spi.work.WorkManager

public interface WorkManager
extends javax.resource.spi.work.WorkManager, Startable, Disposable, 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
 boolean isStarted()
          Is the WorkManager ready to accept work?
 
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 java.util.concurrent.Executor
execute
 

Method Detail

isStarted

boolean isStarted()
Is the WorkManager ready to accept work?



Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.