|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AttachmentKey | |
|---|---|
| org.jboss.ejb.client | |
| Uses of AttachmentKey in org.jboss.ejb.client |
|---|
| Fields in org.jboss.ejb.client declared as AttachmentKey | |
|---|---|
static AttachmentKey<Boolean> |
AttachmentKeys.COMPRESS_RESPONSE
A key to an attachment which specifies whether the response payload data of an EJB invocation should be compressed |
static AttachmentKey<Boolean> |
AttachmentKeys.HINTS_DISABLED
An attachment key which specifies whether "hints" (like CompressionHint) are disabled |
static AttachmentKey<Integer> |
AttachmentKeys.RESPONSE_COMPRESSION_LEVEL
A key to an attachment which specifies the "compression level" of the response payload data of an EJB invocation |
static AttachmentKey<TransactionID> |
AttachmentKeys.TRANSACTION_ID_KEY
The attachment key for transaction IDs. |
static AttachmentKey<CompressionHint> |
AttachmentKeys.VIEW_CLASS_DATA_COMPRESSION_HINT_ATTACHMENT_KEY
A key to an attachment which contains the CompressionHints specified on the remote view class level |
static AttachmentKey<Map<Method,CompressionHint>> |
AttachmentKeys.VIEW_METHOD_DATA_COMPRESSION_HINT_ATTACHMENT_KEY
A key to an attachment which contains the CompressionHints for methods which have been annotated with that data |
static AttachmentKey<Affinity> |
AttachmentKeys.WEAK_AFFINITY
The preferred node or cluster for invocations from this proxy. |
| Methods in org.jboss.ejb.client with parameters of type AttachmentKey | ||
|---|---|---|
|
Attachable.getAttachment(AttachmentKey<T> key)
Get an attachment from this object. |
|
|
EJBClientInvocationContext.getProxyAttachment(AttachmentKey<T> key)
Get a value attached to the proxy. |
|
|
Attachable.putAttachment(AttachmentKey<T> key,
T value)
Set an attachment on this object. |
|
|
Attachable.putAttachmentIfAbsent(AttachmentKey<T> key,
T value)
Set an attachment on this object if an existing attachment does not already exist. |
|
|
Attachable.removeAttachment(AttachmentKey<T> key)
Remove and return an attachment value. |
|
|
Attachable.removeAttachment(AttachmentKey<T> key,
T value)
Remove an attachment if it has a certain value. |
|
|
EJBClientInvocationContext.removeProxyAttachment(AttachmentKey<T> key)
Remove a value attached to the proxy. |
|
|
Attachable.replaceAttachment(AttachmentKey<T> key,
T value)
Replace an attachment on this object if an existing attachment exists. |
|
|
Attachable.replaceAttachment(AttachmentKey<T> key,
T oldValue,
T newValue)
Replace an attachment on this object if an existing attachment exists with a certain value. |
|
|
JBoss EJB client 2.0.0.Beta4 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||