|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Attachments

| Nested Class Summary | |
|---|---|
static class |
Attachments.Key<T>
|
| Method Summary | ||
|---|---|---|
|
attach(Attachments.Key<T> key,
T value)
Attach a value to this object. |
|
|
attachIfAbsent(Attachments.Key<T> key,
T value)
|
|
|
getAttachment(Attachments.Key<T> key)
|
|
|
removeAttachment(Attachments.Key<T> key)
|
|
|
removeAttachment(Attachments.Key<T> key,
T value)
|
|
|
replaceAttachment(Attachments.Key<T> key,
T expect,
T replacement)
|
|
| Method Detail |
|---|
<T> T attach(Attachments.Key<T> key,
T value)
T - the type of the attachmentkey - the attachment keyvalue - the attachment value
<T> T attachIfAbsent(Attachments.Key<T> key,
T value)
<T> boolean replaceAttachment(Attachments.Key<T> key,
T expect,
T replacement)
<T> T removeAttachment(Attachments.Key<T> key)
<T> boolean removeAttachment(Attachments.Key<T> key,
T value)
<T> T getAttachment(Attachments.Key<T> key)
|
JBoss Remoting 3.1.0.Beta1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||