Enum | Description |
---|---|
ClientTransactionPolicy |
The transaction policy for the client side of an EJB interface or method.
|
Annotation Type | Description |
---|---|
ClientAsynchronous |
Indicate that the annotated interface view class or method should run asynchronously regardless of how the target
EJB is actually deployed on the server.
|
ClientInterceptorPriority |
The priority of the client interceptor.
|
ClientInterceptors |
Declares a list of client-side interceptors that should be used on a given remote EJB proxy method or class.
|
ClientTransaction |
Indicate the client-side transaction handling policy for the associated EJB interface or method.
|
CompressionHint |
A hint to the EJB client API that the data being communicated between the EJB client and the server via the
EJBReceiver(s) should be compressed. |
Idempotent |
Indicate that the interface or method annotated with this annotation is idempotent, meaning that invocations
to the interface or method with the same input can be repeated any number of additional times without additional effect.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.