public final class AttributeKey extends Object implements Serializable
private static final AttributeKey PROCESSOR = new AttributeKey(
SimpleIoProcessorPool.class, "processor");
This will create the SimpleIoProcessorPool.processor@7DE45C99 key
which will be stored in the session map.| Constructor and Description |
|---|
AttributeKey(Class<?> source,
String name)
Creates a new instance.
|