
public class WorkManagerUtil extends Object
| Constructor and Description |
|---|
WorkManagerUtil() |
| Modifier and Type | Method and Description |
|---|---|
static Boolean |
getShouldDistribute(javax.resource.spi.work.DistributableWork work)
Get should distribute override
|
static String |
getWorkManager(javax.resource.spi.work.DistributableWork work)
Get explicit work manager override
|
static boolean |
isLongRunning(javax.resource.spi.work.Work work)
Utility method to decide if a work will have to run under long running thread pool
|
public static boolean isLongRunning(javax.resource.spi.work.Work work)
work - the workpublic static Boolean getShouldDistribute(javax.resource.spi.work.DistributableWork work)
work - The work instancepublic static String getWorkManager(javax.resource.spi.work.DistributableWork work)
work - The work instanceCopyright © 2013 IronJacamar (http://www.ironjacamar.org)