Package | Description |
---|---|
org.overlord.rtgov.active.collection | |
org.overlord.rtgov.active.collection.epn | |
org.overlord.rtgov.active.collection.predicate |
Modifier and Type | Class and Description |
---|---|
class |
DefaultActiveCollectionContext
This class represents the default implementation of the
active collection context interface.
|
Modifier and Type | Method and Description |
---|---|
protected ActiveCollectionContext |
ActiveCollection.getContext()
This method returns the context.
|
protected ActiveCollectionContext |
ActiveCollection.ActiveCollectionAdapter.getContext()
The context.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
ActiveCollectionSource.init(ActiveCollectionContext context)
This method initializes the active collection source.
|
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 | Method and Description |
---|---|
void |
EPNActiveCollectionSource.init(ActiveCollectionContext context)
This method initializes the active collection source.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MVEL.evaluate(ActiveCollectionContext context,
Object item)
This method evaluates the supplied item against
the predicate.
|
abstract boolean |
Predicate.evaluate(ActiveCollectionContext context,
Object item)
This method evaluates the supplied item against
the predicate.
|
Copyright © 2013-2015 JBoss by Red Hat. All Rights Reserved.