public class DefaultActiveCollectionContext extends Object implements ActiveCollectionContext
Constructor and Description |
---|
DefaultActiveCollectionContext(ActiveCollectionManager acm)
The constructor initialized with the active collection manager.
|
Modifier and Type | Method and Description |
---|---|
ActiveList |
getList(String name)
This method returns the named active list.
|
ActiveMap |
getMap(String name)
This method returns the named active map.
|
public DefaultActiveCollectionContext(ActiveCollectionManager acm)
acm
- The active collection managerpublic ActiveList getList(String name)
getList
in interface ActiveCollectionContext
name
- The name of the active listpublic ActiveMap getMap(String name)
getMap
in interface ActiveCollectionContext
name
- The name of the active mapCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.