org.mule.module.jca
Class TestJCAWorkManager
java.lang.Object
org.mule.module.jca.TestJCAWorkManager
- All Implemented Interfaces:
- javax.resource.spi.work.WorkManager
public class TestJCAWorkManager
- extends java.lang.Object
- implements javax.resource.spi.work.WorkManager
Fields inherited from interface javax.resource.spi.work.WorkManager |
IMMEDIATE, INDEFINITE, UNKNOWN |
Method Summary |
void |
doWork(javax.resource.spi.work.Work arg0)
|
void |
doWork(javax.resource.spi.work.Work arg0,
long arg1,
javax.resource.spi.work.ExecutionContext arg2,
javax.resource.spi.work.WorkListener arg3)
|
java.util.List |
getDoWorkList()
|
java.util.List |
getScheduledWorkList()
|
java.util.List |
getStartWorkList()
|
void |
scheduleWork(javax.resource.spi.work.Work arg0)
|
void |
scheduleWork(javax.resource.spi.work.Work arg0,
long arg1,
javax.resource.spi.work.ExecutionContext arg2,
javax.resource.spi.work.WorkListener arg3)
|
long |
startWork(javax.resource.spi.work.Work arg0)
|
long |
startWork(javax.resource.spi.work.Work arg0,
long arg1,
javax.resource.spi.work.ExecutionContext arg2,
javax.resource.spi.work.WorkListener arg3)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestJCAWorkManager
public TestJCAWorkManager()
doWork
public void doWork(javax.resource.spi.work.Work arg0)
throws javax.resource.spi.work.WorkException
- Specified by:
doWork
in interface javax.resource.spi.work.WorkManager
- Throws:
javax.resource.spi.work.WorkException
doWork
public void doWork(javax.resource.spi.work.Work arg0,
long arg1,
javax.resource.spi.work.ExecutionContext arg2,
javax.resource.spi.work.WorkListener arg3)
throws javax.resource.spi.work.WorkException
- Specified by:
doWork
in interface javax.resource.spi.work.WorkManager
- Throws:
javax.resource.spi.work.WorkException
scheduleWork
public void scheduleWork(javax.resource.spi.work.Work arg0)
throws javax.resource.spi.work.WorkException
- Specified by:
scheduleWork
in interface javax.resource.spi.work.WorkManager
- Throws:
javax.resource.spi.work.WorkException
scheduleWork
public void scheduleWork(javax.resource.spi.work.Work arg0,
long arg1,
javax.resource.spi.work.ExecutionContext arg2,
javax.resource.spi.work.WorkListener arg3)
throws javax.resource.spi.work.WorkException
- Specified by:
scheduleWork
in interface javax.resource.spi.work.WorkManager
- Throws:
javax.resource.spi.work.WorkException
startWork
public long startWork(javax.resource.spi.work.Work arg0)
throws javax.resource.spi.work.WorkException
- Specified by:
startWork
in interface javax.resource.spi.work.WorkManager
- Throws:
javax.resource.spi.work.WorkException
startWork
public long startWork(javax.resource.spi.work.Work arg0,
long arg1,
javax.resource.spi.work.ExecutionContext arg2,
javax.resource.spi.work.WorkListener arg3)
throws javax.resource.spi.work.WorkException
- Specified by:
startWork
in interface javax.resource.spi.work.WorkManager
- Throws:
javax.resource.spi.work.WorkException
getDoWorkList
public java.util.List getDoWorkList()
getScheduledWorkList
public java.util.List getScheduledWorkList()
getStartWorkList
public java.util.List getStartWorkList()
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.