@ApplicationScoped public class RESTActiveCollectionServer extends Object
Constructor and Description |
---|
RESTActiveCollectionServer()
This is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
ActiveCollectionManager |
getActiveCollectionManager()
This method returns the active collection manager.
|
void |
init()
This method initializes the active collection REST service.
|
String |
query(String qspec)
This method handles queries.
|
void |
setActiveCollectionManager(ActiveCollectionManager acm)
This method sets the active collection manager.
|
public RESTActiveCollectionServer()
@PostConstruct public void init()
public void setActiveCollectionManager(ActiveCollectionManager acm)
acm
- The active collection managerpublic ActiveCollectionManager getActiveCollectionManager()
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.