Modifier and Type | Class and Description |
---|---|
class |
AbstractActiveCollectionManager
This class provides the abstract base implementation of the ActiveCollectionManager
interface.
|
Modifier and Type | Method and Description |
---|---|
static ActiveCollectionManager |
ActiveCollectionManagerAccessor.getActiveCollectionManager()
This method returns the active collection manager.
|
Modifier and Type | Method and Description |
---|---|
static void |
ActiveCollectionManagerAccessor.setActiveCollectionManager(ActiveCollectionManager manager)
This method sets the active collection manager.
|
Constructor and Description |
---|
DefaultActiveCollectionContext(ActiveCollectionManager acm)
The constructor initialized with the active collection manager.
|
Modifier and Type | Class and Description |
---|---|
class |
EmbeddedActiveCollectionManager
This class provides the embedded implementation of the ActiveCollectionManager
interface.
|
Modifier and Type | Method and Description |
---|---|
ActiveCollectionManager |
RESTActiveCollectionServer.getActiveCollectionManager()
This method returns the active collection manager.
|
ActiveCollectionManager |
RESTActiveCollectionServerApplication.getActiveCollectionManager()
This method returns the active collection manager on the server.
|
Modifier and Type | Method and Description |
---|---|
void |
RESTActiveCollectionServer.setActiveCollectionManager(ActiveCollectionManager acm)
This method sets the active collection manager.
|
void |
RESTActiveCollectionServerApplication.setActiveCollectionManager(ActiveCollectionManager acm)
This method sets the active collection manager on the server.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ActiveCollectionService.setActiveCollectionManager(ActiveCollectionManager acm)
This method sets the active collection manager.
|
Modifier and Type | Method and Description |
---|---|
ActiveCollectionManager |
WSActiveCollectionServer.getActiveCollectionManager()
This method returns the active collection manager.
|
Modifier and Type | Method and Description |
---|---|
void |
WSActiveCollectionServer.setActiveCollectionManager(ActiveCollectionManager acm)
This method sets the active collection manager.
|
Constructor and Description |
---|
WSActiveCollectionServer.ACMListener(Session session,
ActiveCollectionManager acm)
This is the constructor.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.