Package | Description |
---|---|
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 |
---|---|
ProtocolMessages.Response |
ProtocolMessages.ResponseValues.getResponse()
Get the response.
|
static ProtocolMessages.Response |
ProtocolMessages.Response.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolMessages.Response[] |
ProtocolMessages.Response.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ResponseValues(ProtocolMessages.Response response,
java.io.Serializable... values)
Create a new ResponseValue.
|
Copyright © 2013 IronJacamar (http://www.ironjacamar.org)