| Package | Description |
|---|---|
| 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 |
|---|---|
ProtocolMessages.Request |
ProtocolMessages.RequestValues.getRequest()
Get the request.
|
static ProtocolMessages.Request |
ProtocolMessages.Request.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolMessages.Request[] |
ProtocolMessages.Request.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract Serializable |
AbstractRemoteTransport.sendMessage(T physicalAddress,
ProtocolMessages.Request request,
Serializable... parameters)
send a messagge using specific protocol.
|
| Constructor and Description |
|---|
ProtocolMessages.RequestValues(ProtocolMessages.Request request,
Serializable... values)
Create a new RequestValue.
|
| Modifier and Type | Method and Description |
|---|---|
Serializable |
JGroupsTransport.sendMessage(org.jgroups.Address destAddress,
ProtocolMessages.Request request,
Serializable... parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected Serializable |
SocketTransport.sendMessage(String address,
ProtocolMessages.Request request,
Serializable... parameters) |
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)