Package | Description |
---|---|
org.jboss.jca.core.api.workmanager |
The API for the IronJacamar Core/WorkManager module.
|
org.jboss.jca.core.spi.workmanager.transport |
This package contains the SPI for the transport for the distributed work manager.
|
Modifier and Type | Method and Description |
---|---|
static DistributedWorkManagerStatisticsValues |
DistributedWorkManagerStatisticsValues.fromMap(java.util.Map<java.lang.String,java.lang.Integer> map)
create an instance from a Map
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedWorkManagerStatistics.initialize(DistributedWorkManagerStatisticsValues values)
Initialize the statistics
|
Modifier and Type | Method and Description |
---|---|
DistributedWorkManagerStatisticsValues |
Transport.getDistributedStatistics(Address address)
Get the distributed statistics
|
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)