org.jboss.remoting3
Class Attachments.Key<T>
java.lang.Object
org.jboss.remoting3.Attachments.Key<T>
- Type Parameters:
T
- the attachment value type
- Enclosing class:
- Attachments
public static final class Attachments.Key<T>
- extends Object
An attachment key.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attachments.Key
public Attachments.Key(Class<T> type)
- Construct a new instance.
- Parameters:
type
- the key type class.
getType
public Class<T> getType()
- Get the attachment type class.
- Returns:
- the attachment type class
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.