public interface Policy
Modifier and Type | Method and Description |
---|---|
boolean |
shouldDistribute(DistributedWorkManager dwm,
javax.resource.spi.work.DistributableWork work)
Should a distribution of the work happen
|
boolean shouldDistribute(DistributedWorkManager dwm, javax.resource.spi.work.DistributableWork work)
dwm
- The invoking distributed work managerwork
- The work instanceCopyright © 2013 IronJacamar (http://www.ironjacamar.org)