public class SessionAttributeNamesEntry extends Object
Constructor and Description |
---|
SessionAttributeNamesEntry(AtomicInteger sequence,
ConcurrentMap<String,Integer> names) |
Modifier and Type | Method and Description |
---|---|
ConcurrentMap<String,Integer> |
getNames() |
AtomicInteger |
getSequence() |
public SessionAttributeNamesEntry(AtomicInteger sequence, ConcurrentMap<String,Integer> names)
public AtomicInteger getSequence()
public ConcurrentMap<String,Integer> getNames()
Copyright © 2017 JBoss by Red Hat. All rights reserved.