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.transport.remote |
This package contains the protocol common classes for remote transports (socket and jgroups)
|
org.jboss.jca.core.workmanager.transport.remote.jgroups |
This package contains the jgroups transport
|
org.jboss.jca.core.workmanager.transport.remote.socket |
This package contains the socket transport
|
Modifier and Type | Method and Description |
---|---|
Transport |
DistributedWorkManager.getTransport()
Get the transport
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedWorkManager.setTransport(Transport v)
Set the transport
|
Modifier and Type | Method and Description |
---|---|
Transport |
DistributedWorkManagerImpl.getTransport()
Get the transport
|
Modifier and Type | Method and Description |
---|---|
void |
DistributedWorkManagerImpl.setTransport(Transport v)
Set the transport
|
void |
DistributedWorkManagerStatisticsImpl.setTransport(Transport v)
Set transport
|
Constructor and Description |
---|
DistributedWorkManagerStatisticsImpl(Address ownId,
Transport t)
Constructor
|
WorkEventListener(boolean isLong,
StatisticsExecutor shortThreadPool,
StatisticsExecutor longThreadPool,
Address address,
Transport transport)
Constructor
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRemoteTransport<T>
An abstract transport for remote communication
|
Modifier and Type | Class and Description |
---|---|
class |
JGroupsTransport
The socket transport
|
Modifier and Type | Class and Description |
---|---|
class |
SocketTransport
The socket transport
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)