Modifier and Type | Method and Description |
---|---|
ActiveCollection |
ActiveCollectionFactory.createActiveCollection(ActiveCollectionSource acs)
This method creates an active collection based on the supplied source.
|
protected void |
AbstractACSLoader.preInit(ActiveCollectionSource acs)
This method pre-initializes the Active Collection Source
before it is registered with the manager.
|
void |
AbstractActiveCollectionManager.register(ActiveCollectionSource acs)
This method registers the active collection source with
the manager.
|
void |
ActiveCollectionManager.register(ActiveCollectionSource acs)
This method registers the active collection source with
the manager.
|
void |
AbstractActiveCollectionManager.unregister(ActiveCollectionSource acs)
This method unregisters the active collection source from
the manager.
|
void |
ActiveCollectionManager.unregister(ActiveCollectionSource acs)
This method unregisters the active collection source from
the manager.
|
Constructor and Description |
---|
ActiveCollection(ActiveCollectionSource acs)
This constructor initializes the active collection.
|
ActiveCollectionSource(ActiveCollectionSource source)
The copy constructor.
|
ActiveList(ActiveCollectionSource acs)
This constructor initializes the active collection.
|
ActiveList(ActiveCollectionSource acs,
List<Object> list)
This constructor initializes the active list.
|
ActiveMap(ActiveCollectionSource acs)
This constructor initializes the active collection.
|
ActiveMap(ActiveCollectionSource acs,
Map<Object,Object> map)
This constructor initializes the active map.
|
Modifier and Type | Class and Description |
---|---|
class |
EPNActiveCollectionSource
This class provides the Active Collection Source for listening to
Event Processor Network nodes.
|
Modifier and Type | Method and Description |
---|---|
ActiveCollection |
InfinispanActiveCollectionFactory.createActiveCollection(ActiveCollectionSource acs)
This method creates an active collection based on the supplied source.
|
Constructor and Description |
---|
InfinispanActiveMap(ActiveCollectionSource acs,
Map<Object,Object> map)
This constructor initializes the active map.
|
Modifier and Type | Method and Description |
---|---|
static List<ActiveCollectionSource> |
ActiveCollectionUtil.deserializeACS(byte[] acs)
This method deserializes a list of Active Collection Sources from a JSON representation.
|
Modifier and Type | Method and Description |
---|---|
static byte[] |
ActiveCollectionUtil.serializeACS(List<ActiveCollectionSource> acs)
This method serializes a list of Active Collection Sources
into a JSON representation.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.