This class defines an Active Collection Source that is
responsible for retrieving the data (with optional pre-
processing) to be placed within an associated active
collection, and then maintaining that information with
subsequent updates and eventual removal.
This class provides a bridge between the Collector and Activity Server,
where activity events are logged, causing them to be sent to the
configured activity server.
This class represents context information that can be used to
correlate this (set of) activity with other activities related
to the same business/service transaction.
Context() -
Constructor for class org.overlord.bam.activity.model.Context
This method derives a local active collection, from the supplied
parent active collection, with the supplied predicate to filter
results from the parent collection.
This method derives a local active collection, from the supplied
parent active collection, with the supplied predicate to filter
results from the parent collection.
This method is called to handle a change in the current version
of a network, due to a new (more recent) version being registered
or a current version being unregistered.
This method is called to handle a change in the current version
of a network, due to a new (more recent) version being registered
or a current version being unregistered.
This class provides a bridge between the Activity Server, where
activity events are reported, and the Event Processor Network
which will be used to provide additional processing and analysis
of the activity events.
This interface defines an event processor responsible
for processing events, and where appropriate, forwarding
results to other awaiting event processors.
This method notifies interested listeners that the entry with the
supplied key (which may be an index into a list) has been inserted
with the supplied value.
This class represents invocation metric information, defining
the number of invocations, avg/min/max response times, and
percentage change values for each.
This method sends a notification to any registered listeners that
a situation has occurred on the named network/version/node, associated
with the specified subject.
This method sends a notification to any registered listeners that
a situation has occurred on the named network/version/node, associated
with the specified subject.
This method is called on occasions where the network's
event processors need to be initialized in a different
classloader context to the container related configuration
(i.e.
This method processes the supplied list of events against the
event processor configured with the node, to determine
which transformed events should be forwarded, and which need
to be returned to be retried.
This method notifies interested listeners that the entry with the
supplied key (which may be an index into a list) has been removed
having the supplied value.
This class provides an implementation of the EventProcessor
interface, used to identify and split out SOA related events
for use by subsequent event processor nodes.
This class provides an implementation of the EventProcessor
interface, used to identify and split out SOA related events
for use by subsequent event processor nodes.
This method notifies interested listeners that the entry with the
supplied key (which may be an index into a list) has been replaced
with the supplied value.