Package | Description |
---|---|
com.jbase.jremote | |
com.jbase.jremote.io | |
com.jbase.jremote.protocol |
Modifier and Type | Class and Description |
---|---|
class |
JExecuteResults
The results from an executed command.
|
Modifier and Type | Class and Description |
---|---|
class |
ErrorResponse |
class |
OKResponse |
Modifier and Type | Method and Description |
---|---|
Response |
JRemoteSocketConnection.receive() |
Response |
InterceptorConnection.receive()
Intercept any IO messages and handle required
input or output on in / out streams.
|
abstract Response |
AbstractJRemoteConnection.receive() |
Response |
JConnectionImpl.sendWaitForResponse(JRemoteRequest req)
Uses underlying connection to send a request and wait for the response.
|
Response |
AbstractJRemoteConnection.sendWaitForResponse(JRemoteRequest request)
Convenient method which simply calls #send followed by #receive.
|
Modifier and Type | Class and Description |
---|---|
class |
ConvResponse |
class |
DateTimeResponse |
class |
EchoResponse |
class |
EISMetaDataResponse
Response object which reads general meta data
of the underlying EIS instance.
|
class |
InputOutputResponse |
class |
JediResponse |
class |
JRemoteResponse |
class |
MonitoringResponse |
class |
ReadCommonResponse |
class |
SelectListFetchResponse |
class |
SetPropertiesResponse |
class |
StatementFetchResponse |
class |
SubroutineResponse |
class |
SwitchAccountResponse |
class |
TransactionResponse
Response to transactions related requests.
|