|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ErrorCallback in org.jboss.errai.bus.client.api |
---|
Classes in org.jboss.errai.bus.client.api that implement ErrorCallback | |
---|---|
class |
BusErrorCallback
|
Uses of ErrorCallback in org.jboss.errai.bus.client.api.base |
---|
Classes in org.jboss.errai.bus.client.api.base that implement ErrorCallback | |
---|---|
class |
AsyncDelegateErrorCallback
An error callback decorator for repeating tasks which automatically cancels them when they cause an error. |
class |
DefaultErrorCallback
The default error callback implementation, used when MessageBuildParms.defaultErrorHandling() was invoked
(which is the default when there is no explicit mention of error handling to the MessageBuilder). |
Methods in org.jboss.errai.bus.client.api.base that return ErrorCallback | |
---|---|
ErrorCallback |
CommandMessage.getErrorCallback()
|
Methods in org.jboss.errai.bus.client.api.base with parameters of type ErrorCallback | |
---|---|
Message |
CommandMessage.errorsCall(ErrorCallback callback)
|
Constructors in org.jboss.errai.bus.client.api.base with parameters of type ErrorCallback | |
---|---|
AsyncDelegateErrorCallback(HasAsyncTaskRef task,
ErrorCallback delegate)
Creates an error callback that optionally wraps another error callback. |
Uses of ErrorCallback in org.jboss.errai.bus.client.api.builder |
---|
Methods in org.jboss.errai.bus.client.api.builder with parameters of type ErrorCallback | |
---|---|
RemoteCallSendable |
RemoteCallErrorDef.errorsHandledBy(ErrorCallback errorCallback)
Sets the error handler function and returns an instance of RemoteCallSendable |
R |
MessageBuildParms.errorsHandledBy(ErrorCallback callback)
Sets the error callback function for the message. |
Uses of ErrorCallback in org.jboss.errai.bus.client.api.messaging |
---|
Methods in org.jboss.errai.bus.client.api.messaging that return ErrorCallback | |
---|---|
ErrorCallback<Message> |
Message.getErrorCallback()
Gets the error callback for this message. |
Methods in org.jboss.errai.bus.client.api.messaging with parameters of type ErrorCallback | |
---|---|
Message |
Message.errorsCall(ErrorCallback callback)
Sets the error callback for this message. |
Uses of ErrorCallback in org.jboss.errai.bus.client.framework |
---|
Fields in org.jboss.errai.bus.client.framework declared as ErrorCallback | |
---|---|
protected ErrorCallback |
AbstractRpcProxy.errorCallback
|
Methods in org.jboss.errai.bus.client.framework with parameters of type ErrorCallback | |
---|---|
void |
AbstractRpcProxy.setErrorCallback(ErrorCallback errorCallback)
|
Uses of ErrorCallback in org.jboss.errai.bus.server.async.scheduling |
---|
Constructors in org.jboss.errai.bus.server.async.scheduling with parameters of type ErrorCallback | |
---|---|
ThreadWorker(ErrorCallback errorCallback,
TaskProvider pool)
|
Uses of ErrorCallback in org.jboss.errai.common.client.api |
---|
Methods in org.jboss.errai.common.client.api with parameters of type ErrorCallback | ||
---|---|---|
T |
Caller.call(RemoteCallback<?> callback,
ErrorCallback<?> errorCallback)
Returns an instance of the proxy that can invoke service methods on the service described by T . |
|
|
BatchCaller.call(RemoteCallback<?> callback,
ErrorCallback<?> errorCallback,
Class<T> remoteService)
Returns an instance of the proxy that can schedule invocations on service methods on the service described by T . |
|
void |
BatchCaller.sendBatch(ErrorCallback<?> errorCallback)
Invokes the accumulated remote requests using a single server round trip. |
|
void |
BatchCaller.sendBatch(RemoteCallback<Void> callback,
ErrorCallback<?> errorCallback)
Invokes the accumulated remote requests using a single server round trip. |
Uses of ErrorCallback in org.jboss.errai.common.client.api.interceptor |
---|
Methods in org.jboss.errai.common.client.api.interceptor with parameters of type ErrorCallback | |
---|---|
abstract void |
RemoteCallContext.proceed(RemoteCallback<?> callback,
ErrorCallback<?> errorCallback)
Proceeds to the next interceptor in the chain or with the execution of the intercepted method if all interceptors have been executed. |
Uses of ErrorCallback in org.jboss.errai.common.client.framework |
---|
Methods in org.jboss.errai.common.client.framework with parameters of type ErrorCallback | |
---|---|
void |
RpcStub.setErrorCallback(ErrorCallback callback)
|
Uses of ErrorCallback in org.jboss.errai.enterprise.client.jaxrs |
---|
Methods in org.jboss.errai.enterprise.client.jaxrs that return ErrorCallback | |
---|---|
abstract ErrorCallback<?> |
AbstractJaxrsProxy.getErrorCallback()
Returns the error callback used by this proxy. |
Uses of ErrorCallback in org.jboss.errai.enterprise.client.jaxrs.api |
---|
Subinterfaces of ErrorCallback in org.jboss.errai.enterprise.client.jaxrs.api | |
---|---|
interface |
RestErrorCallback
A callback that is invoked when a request to a REST endpoint fails. |
Uses of ErrorCallback in org.jboss.errai.enterprise.client.jaxrs.api.interceptor |
---|
Methods in org.jboss.errai.enterprise.client.jaxrs.api.interceptor with parameters of type ErrorCallback | |
---|---|
abstract void |
RestCallContext.proceed(ResponseCallback callback,
ErrorCallback<?> errorCallback)
Proceeds to the next interceptor in the chain or with the execution of the intercepted method if all interceptors have been executed. |
Uses of ErrorCallback in org.jboss.errai.ioc.support.bus.client |
---|
Methods in org.jboss.errai.ioc.support.bus.client with parameters of type ErrorCallback | |
---|---|
void |
Sender.send(T value,
ErrorCallback errorCallback)
Sends the message to the subject specified by ToSubject . |
void |
ErraiMessageSender.send(T value,
ErrorCallback errorCallback)
|
void |
Sender.send(T value,
MessageCallback replyTo,
ErrorCallback errorCallback)
Sends the message to the subject specified by ToSubject . |
void |
ErraiMessageSender.send(T value,
MessageCallback replyTo,
ErrorCallback errorCallback)
|
Uses of ErrorCallback in org.jboss.errai.jpa.sync.client.local |
---|
Fields in org.jboss.errai.jpa.sync.client.local declared as ErrorCallback | |
---|---|
protected static ErrorCallback<?> |
ClientSyncManager.DEFAULT_ERROR_CALLBACK
|
Methods in org.jboss.errai.jpa.sync.client.local with parameters of type ErrorCallback | ||
---|---|---|
|
ClientSyncManager.coldSync(String queryName,
Class<E> queryResultType,
Map<String,Object> queryParams,
RemoteCallback<List<SyncResponse<E>>> onCompletion,
ErrorCallback<?> onError)
Performs a "cold" synchronization on the results of the given query with the given parameters. |
|
static
|
ClientSyncWorker.create(String queryName,
Class<E> queryResultType,
ErrorCallback<?> onError)
Creates a new ClientSyncWorker which takes responsibility for syncing the results of the named JPA query. |
Constructors in org.jboss.errai.jpa.sync.client.local with parameters of type ErrorCallback | |
---|---|
ClientSyncWorker(ClientSyncManager manager,
String queryName,
Class<E> queryResultType,
ErrorCallback<?> onError)
Creates a new ClientSyncWorker which takes responsibility for syncing the results of the named JPA query. |
Uses of ErrorCallback in org.jboss.errai.security.client.local.callback |
---|
Classes in org.jboss.errai.security.client.local.callback that implement ErrorCallback | |
---|---|
class |
DefaultRestSecurityErrorCallback
A RestErrorCallback that catches UnauthenticatedExceptions and UnauthorizedExceptions and navigates to the page with the LoginPage
or SecurityError role, respectively. |
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |