public final class AttributeKey
extends java.lang.Object
implements java.io.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.| 构造器和说明 |
|---|
AttributeKey(java.lang.Class<?> source,
java.lang.String name)
Creates a new instance.
|