JBoss Remoting 3 3.2.0.Beta2-redhat-1

Uses of Class
org.jboss.remoting3.Attachments.Key

Packages that use Attachments.Key
org.jboss.remoting3 The base Remoting 3 API package. 
 

Uses of Attachments.Key in org.jboss.remoting3
 

Methods in org.jboss.remoting3 with parameters of type Attachments.Key
<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)
          
 


JBoss Remoting 3 3.2.0.Beta2-redhat-1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.