public interface BackendRequestI
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
$0 |
static int |
DEFAULT_TIMEOUT_COMPLEX_COMMANDS |
static int |
DEFAULT_TIMEOUT_CONCISE_COMMANDS |
static int |
DEFAULT_TIMEOUT_MEDIUM_COMMANDS |
static int |
DEFAULT_TIMEOUT_SIMPLE_COMMANDS |
| Modifier and Type | Method and Description |
|---|---|
void |
calculateResponse(L10nCurrentLocaleProviderI localeProviderForThread,
java.lang.String threadName) |
java.lang.String |
getCommandString() |
java.lang.String |
getDefaultExceptionPrefix() |
java.lang.Exception |
getResponseException() |
java.lang.Object[] |
getResults() |
java.lang.Integer |
getSlot() |
void |
initClientSide(java.lang.String serverAddress,
int getResultsTimeoutSeconds) |
void |
initServerSide(java.lang.Integer slot,
BackendCommandHandlerI backendCommandHandler) |
boolean |
isAllowedUnauthenticated() |
boolean |
isParallelProcessAndWrite() |
void |
prepareRequest() |
void |
processRequest() |
default void |
readRequestParameters(SecureObjectInputI in) |
boolean |
receiveResponse(TransportProviderI transportProvider,
TransportI transport) |
boolean |
releaseTransport() |
void |
sendRequest(TransportI transport) |
void |
setException(java.lang.Exception e)
Sets the passed exception in the future-object.
|
default void |
writeRequestResults(SecureObjectOutputI out) |
static final java.lang.String $0
static final int DEFAULT_TIMEOUT_CONCISE_COMMANDS
static final int DEFAULT_TIMEOUT_SIMPLE_COMMANDS
static final int DEFAULT_TIMEOUT_MEDIUM_COMMANDS
static final int DEFAULT_TIMEOUT_COMPLEX_COMMANDS
void setException(java.lang.Exception e)
java.lang.String getCommandString()
java.lang.String getDefaultExceptionPrefix()
boolean releaseTransport()
boolean isAllowedUnauthenticated()
void initClientSide(java.lang.String serverAddress,
int getResultsTimeoutSeconds)
void prepareRequest()
void sendRequest(TransportI transport) throws ServerConnectionException
ServerConnectionExceptionboolean receiveResponse(TransportProviderI transportProvider, TransportI transport)
java.lang.Object[] getResults()
throws ServerConnectionException
ServerConnectionExceptionvoid initServerSide(java.lang.Integer slot,
BackendCommandHandlerI backendCommandHandler)
java.lang.Integer getSlot()
java.lang.Exception getResponseException()
void calculateResponse(L10nCurrentLocaleProviderI localeProviderForThread, java.lang.String threadName)
default void readRequestParameters(SecureObjectInputI in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOExceptionjava.lang.ClassNotFoundExceptionvoid processRequest()
default void writeRequestResults(SecureObjectOutputI out) throws java.io.IOException
java.io.IOExceptionboolean isParallelProcessAndWrite()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.