Package | Description |
---|---|
org.jboss.jca.core.api.workmanager |
The API for the IronJacamar Core/WorkManager module.
|
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 |
---|---|
Policy |
DistributedWorkManager.getPolicy()
Get the policy
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedWorkManager.setPolicy(Policy v)
Set the policy
|
Modifier and Type | Method and Description |
---|---|
Policy |
DistributedWorkManagerImpl.getPolicy()
Get the policy
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedWorkManagerImpl.setPolicy(Policy v)
Set the policy
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPolicy
An abstract policy
|
class |
Always
The always distribute policy
|
class |
Never
The never distribute policy
|
class |
WaterMark
The always distribute policy
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)