public class RESTActiveCollectionServerApplication
extends javax.ws.rs.core.Application
Constructor and Description |
---|
RESTActiveCollectionServerApplication()
This is the default constructor.
|
Modifier and Type | Method and Description |
---|---|
ActiveCollectionManager |
getActiveCollectionManager()
This method returns the active collection manager on the server.
|
Set<Class<?>> |
getClasses() |
Set<Object> |
getSingletons() |
void |
setActiveCollectionManager(ActiveCollectionManager acm)
This method sets the active collection manager on the server.
|
public RESTActiveCollectionServerApplication()
public void setActiveCollectionManager(ActiveCollectionManager acm)
acm
- The active collection managerpublic ActiveCollectionManager getActiveCollectionManager()
public Set<Class<?>> getClasses()
getClasses
in class javax.ws.rs.core.Application
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.