JBoss Remoting 3.1.0.Beta1

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)
          Attach a value to this object.
<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.1.0.Beta1

Copyright © 2010 JBoss, a division of Red Hat, Inc.