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.selector |
This package contains the selectors for the distributed work manager
|
Modifier and Type | Method and Description |
---|---|
Selector |
DistributedWorkManager.getSelector()
Get the selector
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedWorkManager.setSelector(Selector v)
Set the selector
|
Modifier and Type | Method and Description |
---|---|
Selector |
DistributedWorkManagerImpl.getSelector()
Get the selector
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedWorkManagerImpl.setSelector(Selector v)
Set the selector
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSelector
Common base class for selector implementations
|
class |
FirstAvailable
The first available selector
|
class |
MaxFreeThreads
The max free threads selector
|
class |
PingTime
The ping time selector
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)