Package | Description |
---|---|
org.overlord.rtgov.active.collection | |
org.overlord.rtgov.active.collection.infinispan | |
org.overlord.rtgov.active.collection.service | |
org.overlord.rtgov.client |
Modifier and Type | Class and Description |
---|---|
class |
ActiveList
This interface represents an active list.
|
class |
ActiveMap
This interface represents an active map.
|
Modifier and Type | Method and Description |
---|---|
ActiveCollection |
AbstractActiveCollectionManager.create(String name,
ActiveCollection parent,
Predicate predicate,
Map<String,Object> properties)
This method derives a local active collection, from the supplied
parent active collection, with the supplied predicate to filter
results from the parent collection.
|
ActiveCollection |
ActiveCollectionManager.create(String name,
ActiveCollection parent,
Predicate predicate,
Map<String,Object> properties)
This method derives a local active collection, from the supplied
parent active collection, with the supplied predicate to filter
results from the parent collection.
|
ActiveCollection |
ActiveCollectionFactory.createActiveCollection(ActiveCollectionSource acs)
This method creates an active collection based on the supplied source.
|
protected abstract ActiveCollection |
ActiveCollection.derive(String name,
ActiveCollectionContext context,
Predicate predicate,
Map<String,Object> properties)
This method derives a child active collection from this parent collection,
with the specified name, and filtered using the supplied predicate.
|
protected ActiveCollection |
ActiveList.derive(String name,
ActiveCollectionContext context,
Predicate predicate,
Map<String,Object> properties)
This method derives a child active collection from this parent collection,
with the specified name, and filtered using the supplied predicate.
|
protected ActiveCollection |
ActiveMap.derive(String name,
ActiveCollectionContext context,
Predicate predicate,
Map<String,Object> properties)
This method derives a child active collection from this parent collection,
with the specified name, and filtered using the supplied predicate.
|
ActiveCollection |
ActiveCollectionSource.getActiveCollection()
This method returns the Active Collection associated with the
source.
|
ActiveCollection |
AbstractActiveCollectionManager.getActiveCollection(String name)
This method returns the active collection associated with the
supplied name, or null if not found.
|
ActiveCollection |
ActiveCollectionManager.getActiveCollection(String name)
This method returns the active collection associated with the
supplied name, or null if not found.
|
protected ActiveCollection |
ActiveCollection.getParent()
This method returns the parent active collection.
|
protected ActiveCollection |
ActiveCollection.ActiveCollectionAdapter.getParent()
The parent active collection.
|
Modifier and Type | Method and Description |
---|---|
Collection<ActiveCollection> |
AbstractActiveCollectionManager.getActiveCollections()
This method returns the active collections.
|
Collection<ActiveCollection> |
ActiveCollectionManager.getActiveCollections()
This method returns the active collections.
|
List<ActiveCollection> |
ActiveCollectionSource.getDerivedActiveCollections()
This method returns the derived Active Collections associated with the
source.
|
Modifier and Type | Method and Description |
---|---|
ActiveCollection |
AbstractActiveCollectionManager.create(String name,
ActiveCollection parent,
Predicate predicate,
Map<String,Object> properties)
This method derives a local active collection, from the supplied
parent active collection, with the supplied predicate to filter
results from the parent collection.
|
ActiveCollection |
ActiveCollectionManager.create(String name,
ActiveCollection parent,
Predicate predicate,
Map<String,Object> properties)
This method derives a local active collection, from the supplied
parent active collection, with the supplied predicate to filter
results from the parent collection.
|
void |
ActiveCollectionListener.registered(ActiveCollection ac)
This method notifies the listener that an active collection
has been registered.
|
void |
ActiveCollectionSource.setActiveCollection(ActiveCollection ac)
This method sets the Active Collection associated with the
source.
|
void |
ActiveCollectionListener.unregistered(ActiveCollection ac)
This method notifies the listener that an active collection
has been unregistered.
|
Constructor and Description |
---|
ActiveCollection(String name,
ActiveCollection parent,
ActiveCollectionContext context,
Predicate predicate,
Map<String,Object> properties)
This constructor initializes the active collection as a derived
version of the supplied collection, that applies the supplied predicate.
|
ActiveCollectionAdapter(ActiveCollection parent,
ActiveCollectionContext context,
Predicate predicate)
This constructor initializes the fields within the adapter.
|
ActiveList(String name,
ActiveCollection parent,
ActiveCollectionContext context,
Predicate predicate,
Map<String,Object> properties)
This constructor initializes the active list as a derived
version of the supplied collection, that applies the supplied predicate.
|
ActiveMap(String name,
ActiveCollection parent,
ActiveCollectionContext context,
Predicate predicate,
Map<String,Object> properties)
This constructor initializes the active map as a derived
version of the supplied collection, that applies the supplied predicate.
|
Modifier and Type | Class and Description |
---|---|
class |
InfinispanActiveMap
This class represents an infinispan specific active map
implementation.
|
Modifier and Type | Method and Description |
---|---|
ActiveCollection |
InfinispanActiveCollectionFactory.createActiveCollection(ActiveCollectionSource acs)
This method creates an active collection based on the supplied source.
|
Modifier and Type | Method and Description |
---|---|
protected ActiveCollection |
ActiveCollectionService.getActiveCollection(String name)
This method returns the named active collection.
|
Modifier and Type | Method and Description |
---|---|
protected ActiveCollection |
DefaultCollectionManager.getCollection(String name)
This method returns the active collection associated with the
supplied name.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.