public class DefaultCollectionManager extends Object implements CollectionManager
Constructor and Description |
---|
DefaultCollectionManager() |
Modifier and Type | Method and Description |
---|---|
protected ActiveCollection |
getCollection(String name)
This method returns the active collection associated with the
supplied name.
|
ActiveList |
getList(String name)
This method returns the active list associated with the
supplied name.
|
ActiveMap |
getMap(String name)
This method returns the active map associated with the
supplied name.
|
protected void |
init() |
protected void init()
public ActiveList getList(String name)
getList
in interface CollectionManager
name
- The namepublic ActiveMap getMap(String name)
getMap
in interface CollectionManager
name
- The nameprotected ActiveCollection getCollection(String name)
name
- The nameCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.