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(java.lang.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 java.io.Serializable |
AbstractRemoteTransport.sendMessage(T physicalAddress,
ProtocolMessages.Request request,
java.io.Serializable... parameters)
send a messagge using specific protocol.
|
Constructor and Description |
---|
RequestValues(ProtocolMessages.Request request,
java.io.Serializable... values)
Create a new RequestValue.
|
Modifier and Type | Method and Description |
---|---|
java.io.Serializable |
JGroupsTransport.sendMessage(org.jgroups.Address destAddress,
ProtocolMessages.Request request,
java.io.Serializable... parameters) |
Modifier and Type | Method and Description |
---|---|
protected java.io.Serializable |
SocketTransport.sendMessage(java.lang.String address,
ProtocolMessages.Request request,
java.io.Serializable... parameters) |
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)