| Annotation Type | Description |
|---|---|
| Asynchronous |
This annotation denotes that a remote method invocation (or all method invocations, if annotating a type) will be
sent asynchronously.
|
| DisableSendThrottling |
This annotation denotes that a remote method invocation (or all method invocations, if annotating a type) will ignore
send throttling (that is, the invocation will occur as soon as possible - it will not have to pass through the send
throttle first).
|
| LimitedConcurrency |
This annotation denotes that a remote method will be limited in the amount of concurrent calls it can handle on the
server.
|
| Timeout |
This annotation denotes that a remote method invocation (or all method invocations, if annotating a type) will have a
given timeout value.
|
Copyright © 2008-2013 Red Hat, Inc.. All Rights Reserved.