Package | Description |
---|---|
org.jboss.remoting3 |
The base Remoting 3 API package.
|
Modifier and Type | Method and Description |
---|---|
<T> T |
Attachments.attach(Attachments.Key<T> key,
T value) |
<T> T |
Attachments.attachIfAbsent(Attachments.Key<T> key,
T value) |
<T> T |
Attachments.getAttachment(Attachments.Key<T> key) |
<T> T |
Attachments.removeAttachment(Attachments.Key<T> key) |
<T> boolean |
Attachments.removeAttachment(Attachments.Key<T> key,
T value) |
<T> boolean |
Attachments.replaceAttachment(Attachments.Key<T> key,
T expect,
T replacement) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.