org.apache.mina.common
Class AttributeKey

java.lang.Object
  extended by org.apache.mina.common.AttributeKey
All Implemented Interfaces:
Serializable

public final class AttributeKey
extends Object
implements Serializable

A key that makes its parent Map or session attribute to search fast while being debug-friendly by providing the string representation.

Version:
$Rev: 594216 $, $Date: 2007-11-12 18:16:45 +0100 (Mon, 12 Nov 2007) $
Author:
The Apache MINA Project (dev@mina.apache.org)
See Also:
Serialized Form

Constructor Summary
AttributeKey(Class<?> source, String name)
          Creates a new instance.
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributeKey

public AttributeKey(Class<?> source,
                    String name)
Creates a new instance.

Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.