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.notification |
This package contains implementations for the notification listener functionality.
|
org.jboss.jca.core.workmanager.policy |
This package contains the policies for the distributed work manager.
|
org.jboss.jca.core.workmanager.selector |
This package contains the selectors for the distributed work manager
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<NotificationListener> |
DistributedWorkManager.getNotificationListeners()
Get the notification listeners attached
|
Modifier and Type | Class and Description |
---|---|
class |
DistributedWorkManagerStatisticsImpl
The JBoss distributed work manager statistics implementation
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<NotificationListener> |
DistributedWorkManagerImpl.getNotificationListeners()
Get the notification listeners attached
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNotificationListener
An abstract notification listener
|
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
|
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)