public class ActiveCollectionService extends Service
Constructor and Description |
---|
ActiveCollectionService() |
Modifier and Type | Method and Description |
---|---|
protected ActiveCollection |
getActiveCollection(String name)
This method returns the named active collection.
|
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.
|
void |
init()
This method initializes the service.
|
protected void |
setActiveCollectionManager(ActiveCollectionManager acm)
This method sets the active collection manager.
|
public void init() throws Exception
protected void setActiveCollectionManager(ActiveCollectionManager acm)
acm
- The active collection managerprotected ActiveCollection getActiveCollection(String name)
name
- The collection namepublic ActiveList getList(String name)
name
- The list nameCopyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.