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.
|
org.jboss.jca.core.workmanager |
This package contains the WorkManager implementation.
|
org.jboss.jca.core.workmanager.transport.remote |
This package contains the protocol common classes for remote transports (socket and jgroups)
|
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
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedWorkManagerStatisticsImpl.initialize(DistributedWorkManagerStatisticsValues values)
Initialize the statistics
|
Modifier and Type | Method and Description |
---|---|
DistributedWorkManagerStatisticsValues |
AbstractRemoteTransport.getDistributedStatistics(Address address)
Get the distributed statistics
|
DistributedWorkManagerStatisticsValues |
AbstractRemoteTransport.localGetDistributedStatistics(Address address)
localGetDistributedStatistics
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)