JBoss Remoting 3 3.2.0.CR6

org.jboss.remoting3
Class Attachments.Key<T>

java.lang.Object
  extended by 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.


Constructor Summary
Attachments.Key(Class<T> type)
          Construct a new instance.
 
Method Summary
 Class<T> getType()
          Get the attachment type class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attachments.Key

public Attachments.Key(Class<T> type)
Construct a new instance.

Parameters:
type - the key type class.
Method Detail

getType

public Class<T> getType()
Get the attachment type class.

Returns:
the attachment type class

JBoss Remoting 3 3.2.0.CR6

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