Package | Description |
---|---|
org.jboss.jca.core.spi.workmanager.policy |
This package contains the SPI for the policy for the distributed work manager.
|
org.jboss.jca.core.workmanager |
This package contains the WorkManager implementation.
|
org.jboss.jca.core.workmanager.policy |
This package contains the policies for the distributed work manager.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Policy.shouldDistribute(DistributedWorkManager dwm,
javax.resource.spi.work.DistributableWork work)
Should a distribution of the work happen
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedWorkManagerImpl
The distributed work manager implementation.
|
Modifier and Type | Method and Description |
---|---|
DistributedWorkManager |
WorkManagerCoordinator.resolveDistributedWorkManager(Address address)
Resolve a distributed work manager
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
AbstractPolicy.shouldDistribute(DistributedWorkManager dwm,
javax.resource.spi.work.DistributableWork work)
Should a distribution of the work happen
|
boolean |
Always.shouldDistribute(DistributedWorkManager dwm,
javax.resource.spi.work.DistributableWork work)
Should a distribution of the work happen
|
boolean |
Never.shouldDistribute(DistributedWorkManager dwm,
javax.resource.spi.work.DistributableWork work)
Should a distribution of the work happen
|
boolean |
WaterMark.shouldDistribute(DistributedWorkManager dwm,
javax.resource.spi.work.DistributableWork work)
Should a distribution of the work happen
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)