See: Description
Interface | Description |
---|---|
BatchCaller |
An interface that can be used as an injection point for batched invocations of remote methods using generated
proxies.
|
Caller<T> |
An interface that can be used as the injection point for a (probably
generated) proxy that invokes remote methods and gives their return values to
the supplied callbacks.
|
ErrorCallback<T> |
Callback interface for failed delivery of specific messages for which an error handler has been provided using the
MessageBuilder API. |
RemoteCallback<R> |
Callback interface for receiving the response of an RPC call, regardless of the RPC mechanism.
|
ResourceProvider<T> |
Provides injectable resources of type T.
|
WrappedPortable |
Wraps a
Portable type. |
Class | Description |
---|---|
Assert |
Non-instantiable utility for self-checking code.
|
VoidCallback |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.