Overlord BAM 1.0.0.20121105-M2
A B C D E F G H I J K L M N O P Q R S T U V W X Y

A

AbstractACSLoader - Class in org.overlord.bam.active.collection
This class provides an abstract base class for ACS loaders.
AbstractACSLoader() - Constructor for class org.overlord.bam.active.collection.AbstractACSLoader
 
AbstractActiveChangeListener - Class in org.overlord.bam.active.collection
This class defines an abstract active change listener.
AbstractActiveChangeListener() - Constructor for class org.overlord.bam.active.collection.AbstractActiveChangeListener
 
AbstractActiveCollectionManager - Class in org.overlord.bam.active.collection
This class provides the abstract base implementation of the ActiveCollectionManager interface.
AbstractActiveCollectionManager() - Constructor for class org.overlord.bam.active.collection.AbstractActiveCollectionManager
 
AbstractActiveCollectionManager.HouseKeeper - Class in org.overlord.bam.active.collection
This class implements the housekeeping functionality to cleanup the top level active collections periodically.
AbstractActiveCollectionManager.HouseKeeper() - Constructor for class org.overlord.bam.active.collection.AbstractActiveCollectionManager.HouseKeeper
This is the constructor.
AbstractActivityCollector - Class in org.overlord.bam.activity.collector
This class provides an abstract implementation of the activity collector interface.
AbstractActivityCollector() - Constructor for class org.overlord.bam.activity.collector.AbstractActivityCollector
 
AbstractEPNLoader - Class in org.overlord.bam.epn
This class provides an abstract base class for EPN loaders.
AbstractEPNLoader() - Constructor for class org.overlord.bam.epn.AbstractEPNLoader
 
AbstractEPNManager - Class in org.overlord.bam.epn
This class represents the abstract Event Process Network Manager used as the base for any concrete implementation.
AbstractEPNManager() - Constructor for class org.overlord.bam.epn.AbstractEPNManager
 
AbstractEPNManager.NetworkList - Class in org.overlord.bam.epn
This class represents a list of Network instances for the same name, but different versions.
AbstractEPNManager.NetworkList() - Constructor for class org.overlord.bam.epn.AbstractEPNManager.NetworkList
The constructor.
ACManagement - Class in org.overlord.bam.active.collection.jee
This class provides the capability to manage the Active Collection Manager.
ACManagement() - Constructor for class org.overlord.bam.active.collection.jee.ACManagement
The constructor.
ACManagementMBean - Interface in org.overlord.bam.active.collection.jee
This interface represents the JMX management interface to the Event Processor Network management capability.
ActiveChangeListener - Interface in org.overlord.bam.active.collection
This interface can be used to listen for changes to the active collections.
ActiveCollection - Class in org.overlord.bam.active.collection
This class provides the base Active Collection implementation.
ActiveCollection(String) - Constructor for class org.overlord.bam.active.collection.ActiveCollection
This constructor initializes the active collection.
ActiveCollection(String, long, int, int) - Constructor for class org.overlord.bam.active.collection.ActiveCollection
This constructor initializes the active collection.
ActiveCollection(String, ActiveCollection, Predicate) - Constructor for class org.overlord.bam.active.collection.ActiveCollection
This constructor initializes the active collection as a derived version of the supplied collection, that applies the supplied predicate.
ActiveCollection.ActiveCollectionAdapter - Class in org.overlord.bam.active.collection
This class provides a bridge between the parent and derived active collections.
ActiveCollection.ActiveCollectionAdapter(ActiveCollection, Predicate) - Constructor for class org.overlord.bam.active.collection.ActiveCollection.ActiveCollectionAdapter
This constructor initializes the fields within the adapter.
ActiveCollectionListener - Interface in org.overlord.bam.active.collection
This interface can be used to listen for active collections being registered with the manager.
ActiveCollectionManager - Interface in org.overlord.bam.active.collection
This interface represents the Active Collection Manager, responsible for managing the active collection sources, and their associated collections.
ActiveCollectionMBean - Interface in org.overlord.bam.active.collection
This interface exposes the attributes and operations required to manage the active collection.
ActiveCollectionSource - Class in org.overlord.bam.active.collection
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.
ActiveCollectionSource() - Constructor for class org.overlord.bam.active.collection.ActiveCollectionSource
The default constructor.
ActiveCollectionSource(ActiveCollectionSource) - Constructor for class org.overlord.bam.active.collection.ActiveCollectionSource
The copy constructor.
ActiveCollectionSource.Aggregator - Class in org.overlord.bam.active.collection
This class implements the aggregation functionality triggered at configured intervals.
ActiveCollectionSource.Aggregator() - Constructor for class org.overlord.bam.active.collection.ActiveCollectionSource.Aggregator
This is the constructor.
ActiveCollectionType - Enum in org.overlord.bam.active.collection
This enumerated type represents the type of the active collection.
ActiveCollectionUtil - Class in org.overlord.bam.active.collection.util
This class provides utility functions for the Active Collection model.
ActiveList - Class in org.overlord.bam.active.collection
This interface represents an active list.
ActiveList(String) - Constructor for class org.overlord.bam.active.collection.ActiveList
This constructor initializes the active list.
ActiveList(String, long, int, int) - Constructor for class org.overlord.bam.active.collection.ActiveList
This constructor initializes the active list.
ActiveList(String, int) - Constructor for class org.overlord.bam.active.collection.ActiveList
This constructor initializes the active list.
ActiveList(String, ActiveCollection, Predicate) - Constructor for class org.overlord.bam.active.collection.ActiveList
This constructor initializes the active list as a derived version of the supplied collection, that applies the supplied predicate.
ActiveMap - Class in org.overlord.bam.active.collection
This interface represents an active map.
ActiveMap(String) - Constructor for class org.overlord.bam.active.collection.ActiveMap
This constructor initializes the active map.
ActiveMap(String, long, int, int) - Constructor for class org.overlord.bam.active.collection.ActiveMap
This constructor initializes the active map.
ActiveMap(String, int) - Constructor for class org.overlord.bam.active.collection.ActiveMap
This constructor initializes the active list.
ActiveMap(String, ActiveCollection, Predicate) - Constructor for class org.overlord.bam.active.collection.ActiveMap
This constructor initializes the active map as a derived version of the supplied collection, that applies the supplied predicate.
ActiveMap.Entry - Class in org.overlord.bam.active.collection
This class represents an entry in the map.
ActiveMap.Entry(Object, Object) - Constructor for class org.overlord.bam.active.collection.ActiveMap.Entry
This constructor initializes the key/value pair.
ActivityClient - Class in org.overlord.bam.samples.jbossas.activityclient
This class provides a test client for sending sample activity types to the activity server via the collector mechanism.
ActivityClient(String) - Constructor for class org.overlord.bam.samples.jbossas.activityclient.ActivityClient
The constructor initializing the server URL.
ActivityClient.TestCollectorContext - Class in org.overlord.bam.samples.jbossas.activityclient
A dummy collector context for use with the activity client.
ActivityClient.TestCollectorContext() - Constructor for class org.overlord.bam.samples.jbossas.activityclient.ActivityClient.TestCollectorContext
 
ActivityCollector - Interface in org.overlord.bam.activity.collector
This interface represents an activity event collector.
ActivityNotifier - Interface in org.overlord.bam.activity.server
This interface represents a component that should be notified when an activity occurs.
ActivityServer - Interface in org.overlord.bam.activity.server
This interface represents an activity server.
ActivityServerImpl - Class in org.overlord.bam.activity.server.impl
This class represents the default implementation of the activity server.
ActivityServerImpl() - Constructor for class org.overlord.bam.activity.server.impl.ActivityServerImpl
 
ActivityServerLogger - Class in org.overlord.bam.activity.collector.activity.server
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.
ActivityServerLogger() - Constructor for class org.overlord.bam.activity.collector.activity.server.ActivityServerLogger
 
ActivityStore - Interface in org.overlord.bam.activity.server
This interface represents a persistence storage for Activity Events.
ActivityType - Class in org.overlord.bam.activity.model
This abstract class is the super type of all activity type classes.
ActivityType() - Constructor for class org.overlord.bam.activity.model.ActivityType
The default constructor.
ActivityType(ActivityType) - Constructor for class org.overlord.bam.activity.model.ActivityType
The copy constructor.
ActivityTypeId - Class in org.overlord.bam.activity.model
This class represents a reference to an ActivityType contained within an ActivityUnit.
ActivityTypeId() - Constructor for class org.overlord.bam.activity.model.ActivityTypeId
The default constructor.
ActivityTypeId(ActivityTypeId) - Constructor for class org.overlord.bam.activity.model.ActivityTypeId
The copy constructor.
ActivityTypeId(String, int) - Constructor for class org.overlord.bam.activity.model.ActivityTypeId
This constructor initializes the id and index for the reference.
ActivityUnit - Class in org.overlord.bam.activity.model
This class represents an activity unit, which generally relates to the activities that occur within a transaction scope.
ActivityUnit() - Constructor for class org.overlord.bam.activity.model.ActivityUnit
The default constructor.
ActivityUnit(ActivityUnit) - Constructor for class org.overlord.bam.activity.model.ActivityUnit
The copy constructor.
ActivityUnitLogger - Interface in org.overlord.bam.activity.collector
This interface represents an activity event collector.
ActivityUtil - Class in org.overlord.bam.activity.util
This class provides utility functions for the activity model.
add(Object) - Method in class org.overlord.bam.active.collection.ActiveList
add(Network) - Method in class org.overlord.bam.epn.AbstractEPNManager.NetworkList
This method adds a new instance of the Network to the list.
addActiveChangeListener(ActiveChangeListener) - Method in class org.overlord.bam.active.collection.ActiveCollection
This method adds an Active Change Listener to listen for notifications of change to the active collection.
addActiveCollectionListener(ActiveCollectionListener) - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method registers an active collection listener.
addActiveCollectionListener(ActiveCollectionListener) - Method in interface org.overlord.bam.active.collection.ActiveCollectionManager
This method registers an active collection listener.
addAll(Collection<? extends Object>) - Method in class org.overlord.bam.active.collection.ActiveList
addNetworkListener(NetworkListener) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method registers a network listener.
addNetworkListener(NetworkListener) - Method in interface org.overlord.bam.epn.EPNManager
This method registers a network listener.
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
addNotificationListener(String, NotificationListener) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method registers a node listener for the specified network.
addNotificationListener(String, NotificationListener) - Method in interface org.overlord.bam.epn.EPNManager
This method registers a node listener for the specified network.
aggregateEvent(Serializable) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method processes the supplied event to determine its group for subsequent aggregation.
aggregateEvents(String, String, String, String, NotificationType, EventList) - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method processes the notification to aggregate information over a particular duration.
appendActivity(ActivityUnit) - Method in class org.overlord.bam.activity.collector.activity.server.ActivityServerLogger
This method appends the supplied activity event to the log.
appendActivity(ActivityUnit) - Method in class org.overlord.bam.activity.collector.BatchedActivityUnitLogger
This method appends the supplied activity event to the log.

B

BatchedActivityUnitLogger - Class in org.overlord.bam.activity.collector
This class provides the abstract activity unit logger implementation that batches activity units based on time slots and size.
BatchedActivityUnitLogger() - Constructor for class org.overlord.bam.activity.collector.BatchedActivityUnitLogger
 
BatchedActivityUnitLoggerMBean - Interface in org.overlord.bam.activity.collector
This interface defines the managed attributes and operations for the BatchedActivityLogger.
BPMActivityType - Class in org.overlord.bam.activity.model.bpm
This activity type represents a BPM actvity.
BPMActivityType() - Constructor for class org.overlord.bam.activity.model.bpm.BPMActivityType
The default constructor.
BPMActivityType(BPMActivityType) - Constructor for class org.overlord.bam.activity.model.bpm.BPMActivityType
The copy constructor.
buildGraph(Set<ServiceDefinition>, List<Situation>) - Static method in class org.overlord.bam.service.dependency.ServiceDependencyBuilder
This method builds a service graph from a collection of service definitions.

C

CacheManager - Class in org.overlord.bam.epn.service
This abstract class defines a Cache Manager service for use by an event processor.
CacheManager() - Constructor for class org.overlord.bam.epn.service.CacheManager
 
CEPEventProcessor - Class in org.overlord.bam.epn.cep
This class represents the CEP implementation of the Event Processor.
CEPEventProcessor() - Constructor for class org.overlord.bam.epn.cep.CEPEventProcessor
 
Channel - Interface in org.overlord.bam.epn
This interface provides the channel through which a set of events will be sent to another destination.
checkForExternalInvocations(Map<String, ServiceDefinition>, ActivityUnit, MEPDefinition, int, int) - Static method in class org.overlord.bam.analytics.service.util.ServiceDefinitionUtil
Check if there are any external service invocations during the scope of the suppled MEP definition.
checkForServiceInvoked(Map<String, ServiceDefinition>, ActivityUnit, int, int) - Static method in class org.overlord.bam.analytics.service.util.ServiceDefinitionUtil
This method checks for the events associated with the service being invoked.
cleanup() - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method performs the cleanup task on the top level active collections.
cleanup() - Method in class org.overlord.bam.active.collection.ActiveCollection
This method performs any required cleanup, associated with the active collection, related to the max items and item expiration properties.
cleanup() - Method in class org.overlord.bam.active.collection.ActiveList
This method performs any required cleanup, associated with the active collection, related to the max items and item expiration properties.
cleanup() - Method in class org.overlord.bam.active.collection.ActiveMap
This method performs any required cleanup, associated with the active collection, related to the max items and item expiration properties.
clear() - Method in class org.overlord.bam.active.collection.ActiveList
clear() - Method in class org.overlord.bam.active.collection.ActiveMap
clear() - Method in class org.overlord.bam.activity.store.mem.MemActivityStore
This method clears the activity store.
close() - Method in class org.overlord.bam.acs.loader.jee.JEEACSLoader
This method closes the EPN loader.
close() - Method in class org.overlord.bam.active.collection.AbstractActiveChangeListener
This method closes the active change listener.
close() - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method closes the Active Collection Manager.
close() - Method in class org.overlord.bam.active.collection.ActiveCollection.ActiveCollectionAdapter
This method closes the adapter.
close() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method closes the active collection source.
close() - Method in class org.overlord.bam.active.collection.embedded.EmbeddedActiveCollectionManager
This method closes the Active Collection Manager.
close() - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method closes the active collection source.
close() - Method in class org.overlord.bam.active.collection.jee.ACManagement
close() - Method in class org.overlord.bam.active.collection.jee.JEEActiveCollectionManager
This method closes the Active Collection Manager.
close() - Method in class org.overlord.bam.activity.collector.activity.server.ActivityServerLogger
This method closes the Activity Server Logger.
close() - Method in interface org.overlord.bam.activity.collector.ActivityUnitLogger
This method closes the activity logger.
close() - Method in class org.overlord.bam.activity.collector.BatchedActivityUnitLogger
This method closes the activity logger.
close() - Method in class org.overlord.bam.activity.collector.jee.jmx.CollectorManagement
close() - Method in class org.overlord.bam.activity.server.epn.EPNActivityNotifier
This method closes the Activity Server to EPN bridge.
close() - Method in class org.overlord.bam.activity.server.jms.client.JMSActivityServer
This method closes the JMS activity logger.
close() - Method in class org.overlord.bam.activity.store.jpa.JPAActivityStore
This method closes the entity manager.
close() - Method in class org.overlord.bam.epn.AbstractEPNManager
This method closes the manager.
close() - Method in interface org.overlord.bam.epn.Channel
This method closes the channel.
close() - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager
This method closes the manager.
close() - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
This method closes the channel.
close() - Method in interface org.overlord.bam.epn.EPNManager
This method closes the manager.
close() - Method in class org.overlord.bam.epn.EventProcessor
This method closes the event processor.
close() - Method in class org.overlord.bam.epn.jee.EPNEventsServer
The close method.
close() - Method in class org.overlord.bam.epn.jee.EPNNotificationServer
The close method.
close() - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
This method closes the manager.
close() - Method in class org.overlord.bam.epn.jee.JMSChannel
This method closes the JMS channel.
close() - Method in class org.overlord.bam.epn.jee.jmx.EPNManagement
close() - Method in class org.overlord.bam.epn.loader.jee.JEEEPNLoader
This method closes the EPN loader.
close(EPNContainer) - Method in class org.overlord.bam.epn.Network
This method closes the network.
close(EPNContainer) - Method in class org.overlord.bam.epn.Node
This method closes the node.
close() - Method in class org.overlord.bam.epn.Predicate
This method closes the predicate.
close() - Method in class org.overlord.bam.epn.service.EPNService
This method closes the service.
close() - Method in class org.overlord.bam.epn.service.infinispan.InfinispanCacheManager
This method closes the service.
close() - Method in class org.overlord.bam.samples.jbossas.activityclient.ActivityClient
Close the activity client.
CollectorContext - Interface in org.overlord.bam.activity.collector
This interface is responsible for providing the initial system wide and user related information associated with the activity event collector.
CollectorManagement - Class in org.overlord.bam.activity.collector.jee.jmx
This class provides the capability to manage the Activity Collector.
CollectorManagement() - Constructor for class org.overlord.bam.activity.collector.jee.jmx.CollectorManagement
The constructor.
ColorSelector - Interface in org.overlord.bam.service.dependency.svg
This interface represents a color selector algorithm used to determine the color for a component on the service dependency graph.
contains(Object) - Method in class org.overlord.bam.active.collection.ActiveList
contains(Serializable) - Method in class org.overlord.bam.epn.EventList
This method determines whether the event is contained within the list.
containsAll(Collection<?>) - Method in class org.overlord.bam.active.collection.ActiveList
containsKey(Object) - Method in class org.overlord.bam.active.collection.ActiveMap
containsValue(Object) - Method in class org.overlord.bam.active.collection.ActiveMap
Context - Class in org.overlord.bam.activity.model
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
The default constructor.
Context(Context.Type, String) - Constructor for class org.overlord.bam.activity.model.Context
This constructor sets the fields for the context.
Context(Context) - Constructor for class org.overlord.bam.activity.model.Context
The copy constructor.
Context.Type - Enum in org.overlord.bam.activity.model
This enumerated type represents the type of the context.
contextClassLoader() - Method in class org.overlord.bam.epn.Network
This method returns the context class loader in which the network was pre-initialized.
contexts() - Method in class org.overlord.bam.activity.model.ActivityUnit
This method gets all the context instances associated with the activity unit and its contained activity types.
ContextualNotificationListener - Class in org.overlord.bam.epn
This class represents an abstract listener interested in information about an Event Processor Network notification subject.
ContextualNotificationListener() - Constructor for class org.overlord.bam.epn.ContextualNotificationListener
 
create(String, ActiveCollection, Predicate) - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method derives a local active collection, from the supplied parent active collection, with the supplied predicate to filter results from the parent collection.
create(String, ActiveCollection, Predicate) - Method in interface org.overlord.bam.active.collection.ActiveCollectionManager
This method derives a local active collection, from the supplied parent active collection, with the supplied predicate to filter results from the parent collection.
createActivityUnit() - Method in class org.overlord.bam.activity.collector.AbstractActivityCollector
This method creates a new activity unit and initializes its origin based on the template supplied by the OriginInitializer, if available.
createTransactionId() - Method in class org.overlord.bam.activity.collector.AbstractActivityCollector
This method generates a unique transaction id.
createUniqueId() - Method in class org.overlord.bam.activity.server.impl.ActivityServerImpl
This method creates a globally unique id for an activity unit.
currentNetworkChanged(Network, Network) - Method in class org.overlord.bam.epn.AbstractEPNManager
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.
currentNetworkChanged(Network, Network) - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager
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.

D

deliver(Order) - Method in interface org.switchyard.quickstarts.demos.orders.LogisticsService
 
deliver(Order) - Method in class org.switchyard.quickstarts.demos.orders.LogisticsServiceBean
 
DeliveryAck - Class in org.switchyard.quickstarts.demos.orders
 
DeliveryAck() - Constructor for class org.switchyard.quickstarts.demos.orders.DeliveryAck
 
derive(String, Predicate) - Method in class org.overlord.bam.active.collection.ActiveCollection
This method derives a child active collection from this parent collection, with the specified name, and filtered using the supplied predicate.
derive(String, Predicate) - Method in class org.overlord.bam.active.collection.ActiveList
This method derives a child active collection from this parent collection, with the specified name, and filtered using the supplied predicate.
derive(String, Predicate) - Method in class org.overlord.bam.active.collection.ActiveMap
This method derives a child active collection from this parent collection, with the specified name, and filtered using the supplied predicate.
derive(ActivityUnit) - Static method in class org.overlord.bam.analytics.service.util.ServiceDefinitionUtil
This method processes the supplied activity unit to derive service definition information.
deserialize(byte[]) - Static method in class org.overlord.bam.epn.util.NetworkUtil
This method deserializes an Event Processor Network from a JSON representation.
deserializeACS(byte[]) - Static method in class org.overlord.bam.active.collection.util.ActiveCollectionUtil
This method deserializes a list of Active Collection Sources from a JSON representation.
deserializeActivityTypeList(byte[]) - Static method in class org.overlord.bam.activity.util.ActivityUtil
This method deserializes an ActivityType event list from a JSON representation.
deserializeActivityUnit(byte[]) - Static method in class org.overlord.bam.activity.util.ActivityUtil
This method deserializes an Activity event from a JSON representation.
deserializeActivityUnitList(byte[]) - Static method in class org.overlord.bam.activity.util.ActivityUtil
This method deserializes an Activity Unit list from a JSON representation.
deserializeQuerySpec(byte[]) - Static method in class org.overlord.bam.active.collection.util.ActiveCollectionUtil
This method deserializes a query specification from a JSON representation.
deserializeQuerySpec(byte[]) - Static method in class org.overlord.bam.activity.util.ActivityUtil
This method deserializes a Query Spec from a JSON representation.
deserializeServiceDefinition(byte[]) - Static method in class org.overlord.bam.analytics.service.util.ServiceDefinitionUtil
This method deserializes a Service Definition from a JSON representation.
dispatch(Network, Node, String, EventList, int) - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
This method dispatches a set of events directly to the supplied network and node.
dispatchNotificationToListeners(String, String, String, String, NotificationType, EventList) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method dispatches the notifications to the registered listeners.
dispatchToNodes(String, String, String, String, EventList, int) - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
This method dispatches the events to the list of nodes that are associated with the named network.
dispatchToSubjects(String, EventList) - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
This method dispatches the events to any network that has subscribed to any one of the supplied list of subjects.

E

EmbeddedActiveCollectionManager - Class in org.overlord.bam.active.collection.embedded
This class provides the embedded implementation of the ActiveCollectionManager interface.
EmbeddedActiveCollectionManager() - Constructor for class org.overlord.bam.active.collection.embedded.EmbeddedActiveCollectionManager
 
EmbeddedActivityCollector - Class in org.overlord.bam.activity.collector.embedded
This class provides an embedded implementation of the activity collector interface.
EmbeddedActivityCollector() - Constructor for class org.overlord.bam.activity.collector.embedded.EmbeddedActivityCollector
 
EmbeddedCacheManager - Class in org.overlord.bam.epn.service
This class defines an in-memory Cache Manager service for use by an event processor.
EmbeddedCacheManager() - Constructor for class org.overlord.bam.epn.service.EmbeddedCacheManager
 
EmbeddedEPNManager - Class in org.overlord.bam.epn.embedded
This class provides the embedded implementation of the EPN Manager.
EmbeddedEPNManager() - Constructor for class org.overlord.bam.epn.embedded.EmbeddedEPNManager
 
EmbeddedEPNManager.EmbeddedChannel - Class in org.overlord.bam.epn.embedded
This is the embedded implementation of the Channel interface.
EmbeddedEPNManager.EmbeddedChannel(Network, Node, String) - Constructor for class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
The constructor.
EmbeddedEPNManager.EmbeddedChannel(Network, String) - Constructor for class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
The constructor for the notification channel.
EmbeddedEPNManager.EmbeddedChannel(String) - Constructor for class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
The constructor.
EmbeddedEPNManager.EmbeddedEPNContainer - Class in org.overlord.bam.epn.embedded
The embedded implementation of the EPNContainer.
EmbeddedEPNManager.EmbeddedEPNContainer() - Constructor for class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedEPNContainer
 
EmbeddedEPNManager.EPNTask - Class in org.overlord.bam.epn.embedded
This class implements the task for dispatching the event list to the node.
EmbeddedEPNManager.EPNTask(Network, Node, String, EventList, int, EmbeddedEPNManager.EmbeddedChannel) - Constructor for class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EPNTask
This is the constructor for the task.
endScope() - Method in class org.overlord.bam.activity.collector.AbstractActivityCollector
This method completes the scope.
endScope() - Method in interface org.overlord.bam.activity.collector.ActivityCollector
This method completes the scope.
entrySet() - Method in class org.overlord.bam.active.collection.ActiveMap
EPN_DESTINATION_NODES - Static variable in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
The EPN Destination Node Names.
EPN_NETWORK - Static variable in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
The EPN Network Name.
EPN_NOTIFY_TYPE - Static variable in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
The EPN notification type.
EPN_RETRIES_LEFT - Static variable in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
The EPN Number of Retries Left.
EPN_SOURCE - Static variable in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
The EPN Source Name.
EPN_SUBJECTS - Static variable in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
The subscription subjects.
EPN_VERSION - Static variable in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
The EPN Version.
EPNActiveCollectionSource - Class in org.overlord.bam.active.collection.epn
This class provides the Active Collection Source for listening to Event Processor Network nodes.
EPNActiveCollectionSource() - Constructor for class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
 
EPNActiveCollectionSource.EPNACSNotificationListener - Class in org.overlord.bam.active.collection.epn
This class handles the events from the EPN.
EPNActiveCollectionSource.EPNACSNotificationListener() - Constructor for class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource.EPNACSNotificationListener
 
EPNActivityNotifier - Class in org.overlord.bam.activity.server.epn
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.
EPNActivityNotifier() - Constructor for class org.overlord.bam.activity.server.epn.EPNActivityNotifier
 
EPNContainer - Interface in org.overlord.bam.epn
This interface represents the container in which the network will be initialized and processed.
EPNContext - Interface in org.overlord.bam.epn
This interface provides services to the EventProcessor implementations that process the events.
EPNEventsServer - Class in org.overlord.bam.epn.jee
This class is the JMS receiver for events being processed by the Event Processor Network.
EPNEventsServer() - Constructor for class org.overlord.bam.epn.jee.EPNEventsServer
The default constructor.
EPNManagement - Class in org.overlord.bam.epn.jee.jmx
This class provides the capability to manage the EPN Manager.
EPNManagement() - Constructor for class org.overlord.bam.epn.jee.jmx.EPNManagement
The constructor.
EPNManagementMBean - Interface in org.overlord.bam.epn.jee.jmx
This interface represents the JMX management interface to the Event Processor Network management capability.
EPNManager - Interface in org.overlord.bam.epn
This interfaces represents the Event Process Network Manager.
EPNNotificationServer - Class in org.overlord.bam.epn.jee
This is the JMS receiver for the Event Processor Network notifications.
EPNNotificationServer() - Constructor for class org.overlord.bam.epn.jee.EPNNotificationServer
This is the default constructor.
EPNService - Class in org.overlord.bam.epn.service
This abstract class defines a service that is available to an event processor.
EPNService() - Constructor for class org.overlord.bam.epn.service.EPNService
 
equals(Object) - Method in class org.overlord.bam.activity.model.Context
equals(Object) - Method in class org.overlord.bam.analytics.service.OperationDefinition
equals(Object) - Method in class org.overlord.bam.analytics.service.RequestFaultDefinition
equals(Object) - Method in class org.overlord.bam.analytics.service.ServiceDefinition
equals(Object) - Method in class org.overlord.bam.service.dependency.InvocationLink
equals(Object) - Method in class org.overlord.bam.service.dependency.UsageLink
evaluate(Object) - Method in class org.overlord.bam.active.collection.predicate.MVEL
This method evaluates the supplied item against the predicate.
evaluate(Object) - Method in class org.overlord.bam.active.collection.predicate.Predicate
This method evaluates the supplied item against the predicate.
evaluate(ActivityType, QuerySpec) - Static method in class org.overlord.bam.activity.store.mem.MemActivityStore
This method evaluates whether the supplied activity passes the supplied predicate.
evaluate(Object) - Method in class org.overlord.bam.epn.mvel.MVELPredicate
This method evaluates the predicate against the supplied event to determine if it should be processed.
evaluate(Object) - Method in class org.overlord.bam.epn.Predicate
This method evaluates the predicate against the supplied event to determine if it should be processed.
EventList - Class in org.overlord.bam.epn
This class represents a list of events that can be serialized.
EventList() - Constructor for class org.overlord.bam.epn.EventList
The default constructor.
EventList(List<? extends Serializable>) - Constructor for class org.overlord.bam.epn.EventList
This method represents a constructor to initialize the event list from a standard Java list.
EventProcessor - Class in org.overlord.bam.epn
This interface defines an event processor responsible for processing events, and where appropriate, forwarding results to other awaiting event processors.
EventProcessor() - Constructor for class org.overlord.bam.epn.EventProcessor
 
ExchangeInterceptor - Class in org.switchyard.quickstarts.demos.orders
 
ExchangeInterceptor() - Constructor for class org.switchyard.quickstarts.demos.orders.ExchangeInterceptor
 
expressionBuilder(String, String, String) - Static method in class org.overlord.bam.samples.jbossas.slamonitor.monitor.SLAMonitor
This method builds an expression based on the supplied property and value.

F

finalize() - Method in class org.overlord.bam.active.collection.ActiveCollection
forward(Object) - Method in interface org.overlord.bam.epn.EPNContext
This method is used to forward the result obtained from processing the event to other nodes within the network.
forward(EPNContainer, EventList) - Method in class org.overlord.bam.epn.Node
This method forwards the results to any destinations that have been defined.

G

generate(ServiceGraph, int, OutputStream) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method generates the SVG representation of the supplied service graph to the output stream.
generateInvocationLink(InvocationLink, double, Element, Node) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method generates the invocation link.
generateMetrics(Element, String, InvocationMetric) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method generates the tooltip information to show metrics.
generateOperation(OperationNode, double, Element, Node) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method generates the operation node.
generateService(ServiceNode, double, Element, Node) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method generates the service node.
generateSituations(Element, Node, int, int, double, List<Situation>) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method generates the situations associated with the supplied position and list.
generateUsageLink(UsageLink, double, Element, Node) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method generates the usage link.
get(Object) - Method in class org.overlord.bam.active.collection.ActiveMap
This method returns the value associated with the supplied key.
getActiveChangeListeners() - Method in class org.overlord.bam.active.collection.ActiveCollection
This method returns the list of active change listeners.
getActiveChangeListeners() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method returns the list of active change listeners to be automatically registered against the active collection associated with this source..
getActiveCollection(String) - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method returns the active collection associated with the supplied name, or null if not found.
getActiveCollection(String) - Method in interface org.overlord.bam.active.collection.ActiveCollectionManager
This method returns the active collection associated with the supplied name, or null if not found.
getActiveCollection() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method returns the Active Collection associated with the source.
getActiveCollections() - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method returns the active collections.
getActiveCollections() - Method in interface org.overlord.bam.active.collection.ActiveCollectionManager
This method returns the active collections.
getActivityNotifiers() - Method in class org.overlord.bam.activity.server.impl.ActivityServerImpl
This method gets the list of activity notifiers.
getActivityServer() - Method in class org.overlord.bam.activity.collector.activity.server.ActivityServerLogger
This method gets the activity server.
getActivityStore() - Method in class org.overlord.bam.activity.server.impl.ActivityServerImpl
This method gets the activity store.
getActivityTypeIds() - Method in class org.overlord.bam.analytics.Situation
This method returns the list of activity type ids associated with the violation.
getActivityTypes() - Method in class org.overlord.bam.activity.model.ActivityUnit
This method gets the activity types.
getActivityUnit(String) - Method in interface org.overlord.bam.activity.server.ActivityServer
This method queries the server for an activity unit with the supplied id.
getActivityUnit(String) - Method in interface org.overlord.bam.activity.server.ActivityStore
This method queries the persistent store for an activity unit with the supplied id.
getActivityUnit(String) - Method in class org.overlord.bam.activity.server.impl.ActivityServerImpl
This method queries the server for an activity unit with the supplied id.
getActivityUnit(String) - Method in class org.overlord.bam.activity.server.jms.client.JMSActivityServer
This method queries the server for an activity unit with the supplied id.
getActivityUnit(String) - Method in class org.overlord.bam.activity.server.rest.client.RESTActivityServer
This method queries the server for an activity unit with the supplied id.
getActivityUnit(String) - Method in class org.overlord.bam.activity.server.rest.RESTActivityServer
This method handles queries for activity events.
getActivityUnit(String) - Method in class org.overlord.bam.activity.store.jpa.JPAActivityStore
This method queries the persistent store for an activity unit with the supplied id.
getActivityUnit(String) - Method in class org.overlord.bam.activity.store.mem.MemActivityStore
This method queries the persistent store for an activity unit with the supplied id.
getActivityUnitLogger() - Method in class org.overlord.bam.activity.collector.AbstractActivityCollector
This method gets the activity logger.
getActivityUnitLogger() - Method in interface org.overlord.bam.activity.collector.ActivityCollector
This method gets the activity unit logger.
getAggregationDuration() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method gets the aggregation duration.
getAggregationScript() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method gets the aggregation script.
getAmount() - Method in class org.switchyard.quickstarts.demos.orders.Payment
 
getAmount() - Method in class org.switchyard.quickstarts.demos.orders.Receipt
 
getAverage() - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method returns the average duration.
getAverage() - Method in class org.overlord.bam.analytics.service.ResponseTime
This method returns the average.
getAverageChange() - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method returns the average duration change (if applicable).
getCache(String) - Method in class org.overlord.bam.epn.service.CacheManager
This method returns the cache associated with the supplied name.
getCache(String) - Method in class org.overlord.bam.epn.service.EmbeddedCacheManager
This method returns the cache associated with the supplied name.
getCache(String) - Method in class org.overlord.bam.epn.service.infinispan.InfinispanCacheManager
This method returns the cache associated with the supplied name.
getChannel(Network, String, String) - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedEPNContainer
This method returns the channel associated with the supplied destination.
getChannel(String) - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedEPNContainer
This method returns the channel associated with the supplied subject.
getChannel(Network, String, String) - Method in interface org.overlord.bam.epn.EPNContainer
This method returns the channel associated with the supplied destination.
getChannel(String) - Method in interface org.overlord.bam.epn.EPNContainer
This method returns the channel associated with the supplied subject.
getChannel(Network, String, String) - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl.JMSEPNContainer
This method returns the channel associated with the supplied destination.
getChannel(String) - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl.JMSEPNContainer
This method returns the channel associated with the supplied subject.
getChannels() - Method in class org.overlord.bam.epn.Node
This method returns the list of channels associated with this node.
getClasses() - Method in class org.overlord.bam.active.collection.rest.RESTActiveCollectionServerApplication
getClasses() - Method in class org.overlord.bam.activity.server.rest.RESTActivityServerApplication
getClasses() - Method in class org.overlord.bam.samples.jbossas.slamonitor.monitor.SLAMonitorApplication
getClasses() - Method in class org.overlord.bam.service.dependency.rest.RESTServiceDependencyServerApplication
getCollection() - Method in class org.overlord.bam.active.collection.QuerySpec
This method returns the name of the collection.
getCollectorContext() - Method in class org.overlord.bam.activity.collector.AbstractActivityCollector
This method gets the collector context.
getCollectorContext() - Method in interface org.overlord.bam.activity.collector.ActivityCollector
This method gets the collector context.
getColor(Object, InvocationMetric) - Method in interface org.overlord.bam.service.dependency.svg.ColorSelector
This method returns the color relevant for the supplied metric.
getColor(Object, InvocationMetric) - Method in class org.overlord.bam.service.dependency.svg.MVELColorSelector
This method returns the color relevant for the supplied metric.
getColor(Object, InvocationMetric) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method returns the color relevant for the supplied metric.
getColorSelector() - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method returns the color selector.
getContainer() - Method in class org.overlord.bam.epn.AbstractEPNManager
This method returns the Event Processor Network Container.
getContainer() - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager
This method returns the Event Processor Network Container.
getContainer() - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
This method returns the Event Processor Network Container.
getContainer() - Method in class org.overlord.bam.epn.service.infinispan.InfinispanCacheManager
This method returns the container resource.
getContent() - Method in class org.overlord.bam.activity.model.mom.MessageExchange
This method gets the content.
getContent() - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method gets the content.
getContext() - Method in class org.overlord.bam.activity.model.ActivityType
This method gets the context.
getContextClassLoader() - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource.EPNACSNotificationListener
This method returns the context classloader to use when resolving the events.
getContextClassLoader() - Method in class org.overlord.bam.epn.ContextualNotificationListener
This method returns the context classloader to use when resolving the events.
getCount() - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method returns the count.
getCountChange() - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method returns the count change (if applicable).
getCurrent() - Method in class org.overlord.bam.epn.AbstractEPNManager.NetworkList
This method returns the most recent instance of the network.
getCustomer() - Method in class org.switchyard.quickstarts.demos.orders.Order
 
getCustomer() - Method in class org.switchyard.quickstarts.demos.orders.OrderAck
 
getCustomer() - Method in class org.switchyard.quickstarts.demos.orders.Payment
 
getCustomer(Exchange) - Method in class org.switchyard.quickstarts.demos.orders.PolicyEnforcer
This method returns the customer associated with the exchange.
getCustomer() - Method in class org.switchyard.quickstarts.demos.orders.Receipt
 
getDescription(Object) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method returns the description associated with the supplied value.
getDescription() - Method in class org.overlord.bam.analytics.Situation
This method gets the situation description.
getDescription() - Method in class org.overlord.bam.service.dependency.ServiceGraph
This method returns the description.
getDescription(UsageLink) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method returns the description to be used for the invocation link.
getDescription(InvocationLink) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method returns the description to be used for the invocation link.
getDescriptionScript() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method gets the description script for the JMX MBean.
getDestination() - Method in class org.overlord.bam.activity.model.mom.MessageExchange
This method gets the destination.
getDestinationNode() - Method in class org.overlord.bam.epn.jee.JMSChannel
This method returns the destination node.
getDestinationSubjects() - Method in class org.overlord.bam.epn.Node
This method returns the list of destination subjects.
getEntityManagerName() - Method in class org.overlord.bam.activity.store.jpa.JPAActivityStore
This method returns the entity manager name.
getEntryPoints() - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager
This method provides access to the registered channels against subjects.
getEventProcessor() - Method in class org.overlord.bam.epn.Node
This method returns the event processor.
getExpression() - Method in class org.overlord.bam.active.collection.predicate.MVEL
This method gets the expression.
getExpression() - Method in class org.overlord.bam.activity.server.QuerySpec
This method returns the expression.
getExpression() - Method in class org.overlord.bam.epn.mvel.MVELPredicate
This method returns the expression.
getFault() - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method gets the fault.
getFault() - Method in class org.overlord.bam.analytics.service.InvocationDefinition
This method gets the optional fault.
getFault() - Method in class org.overlord.bam.analytics.service.RequestFaultDefinition
This method gets the optional fault.
getFault() - Method in class org.overlord.bam.analytics.service.ResponseTime
This method gets the optional fault.
getFilter() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier.NotificationDetails
The filter.
getFormat() - Method in class org.overlord.bam.activity.server.QuerySpec
This method returns the format.
getFromTimestamp() - Method in class org.overlord.bam.activity.server.QuerySpec
This method gets the 'from' timestamp.
getGroupBy() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method gets the 'group by' expression.
getGroupedEvents() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method returns the list of map of grouped events by key.
getHandback() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier.NotificationDetails
The handback.
getHighestSeverity(List<Situation>) - Static method in class org.overlord.bam.analytics.Situation
This method returns the highest severity associated with the supplied list of situations.
getHighWaterMark() - Method in class org.overlord.bam.active.collection.ActiveCollection
This method gets the high water mark, used to indicate when a warning should be issued.
getHighWaterMark() - Method in interface org.overlord.bam.active.collection.ActiveCollectionMBean
This method gets the high water mark, used to indicate when a warning should be issued.
getHighWaterMark() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method gets the high water mark, used to indicate when a warning should be issued.
getHighWaterMarkWarningIssued() - Method in class org.overlord.bam.active.collection.ActiveCollection
This method determines whether the high water mark warning has been issued.
getHost() - Method in interface org.overlord.bam.activity.collector.CollectorContext
This method returns the host name.
getHost() - Method in class org.overlord.bam.activity.model.Origin
This method gets the host.
getHost() - Method in class org.overlord.bam.collector.jbossas7.JBossAS7CollectorContext
This method returns the host name.
getHost() - Method in class org.overlord.bam.samples.jbossas.activityclient.ActivityClient.TestCollectorContext
This method returns the host name.
getHouseKeepingInterval() - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method gets the house keeping interval.
getHouseKeepingInterval() - Method in interface org.overlord.bam.active.collection.ActiveCollectionManager
This method gets the house keeping interval.
getHouseKeepingInterval() - Method in class org.overlord.bam.active.collection.jee.ACManagement
This method gets the house keeping interval.
getHouseKeepingInterval() - Method in interface org.overlord.bam.active.collection.jee.ACManagementMBean
This method gets the house keeping interval.
getId() - Method in class org.overlord.bam.activity.model.ActivityUnit
This method gets the activity id.
getInitialServices(Collection<ServiceDefinition>) - Static method in class org.overlord.bam.service.dependency.ServiceDependencyBuilder
This method returns the set of service definitions that initiate business activity (i.e.
getInsertType() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method gets the insert type for the JMX MBean.
getInsertType(Object) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method returns the type associated with the value.
getInsertTypeScript() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method gets the insert type script for the JMX MBean.
getInstanceId() - Method in class org.overlord.bam.activity.model.bpm.BPMActivityType
This method gets the instance id.
getInvocation(String, String, String) - Method in class org.overlord.bam.analytics.service.MEPDefinition
This method returns the invocation associated with the supplied service type, operation and optional fault.
getInvocationLinks() - Method in class org.overlord.bam.service.dependency.ServiceGraph
This method returns the service invocation links.
getInvocations() - Method in class org.overlord.bam.analytics.service.MEPDefinition
This method returns the list of invocations associated with the operation.
getInvocations() - Method in class org.overlord.bam.service.dependency.InvocationLink
This method returns the invocation definitions for the operation being invoked.
getInvocations() - Method in class org.overlord.bam.service.dependency.UsageLink
This method returns the invocation definitions for the service being used.
getItemExpiration() - Method in class org.overlord.bam.active.collection.ActiveCollection
This method returns the item expiration duration.
getItemExpiration() - Method in interface org.overlord.bam.active.collection.ActiveCollectionMBean
This method returns the item expiration duration.
getItemExpiration() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method returns the item expiration duration.
getItemId() - Method in class org.switchyard.quickstarts.demos.orders.Item
 
getItemId() - Method in class org.switchyard.quickstarts.demos.orders.Order
 
getKey() - Method in class org.overlord.bam.active.collection.ActiveMap.Entry
This method gets the key.
getLastAccessed() - Method in class org.overlord.bam.epn.Network
This method returns the date/time the network was last accessed.
getLastAccessed() - Method in interface org.overlord.bam.epn.NetworkMBean
This method returns the date/time the network was last accessed.
getListener() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier.NotificationDetails
The listener.
getMaintenanceScript() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method gets the maintenance script.
getMax() - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method returns the maximum duration.
getMax() - Method in class org.overlord.bam.analytics.service.ResponseTime
This method returns the maximum duration.
getMaxChange() - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method returns the maximum duration change (if applicable).
getMaxItems() - Method in class org.overlord.bam.active.collection.ActiveCollection
This method returns the maximum number of items that should be contained within the active collection.
getMaxItems() - Method in interface org.overlord.bam.active.collection.ActiveCollectionMBean
This method returns the maximum number of items that should be contained within the active collection.
getMaxItems() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method returns the maximum number of items that should be contained within the active collection.
getMaxItems() - Method in class org.overlord.bam.active.collection.QuerySpec
This method returns the maximum number of items that should be included in the query result, or 0 if unrestricted.
getMaxRetries() - Method in class org.overlord.bam.epn.Node
This method returns the maximum number of retries for processing an event.
getMaxTimeInterval() - Method in class org.overlord.bam.activity.collector.BatchedActivityUnitLogger
This method returns the maximum time interval that should be logged within a single batch.
getMaxTimeInterval() - Method in interface org.overlord.bam.activity.collector.BatchedActivityUnitLoggerMBean
This method returns the maximum time interval that should be logged within a single batch.
getMaxUnitCount() - Method in class org.overlord.bam.activity.collector.BatchedActivityUnitLogger
This method returns the maximum number of activity units that should be logged within a single batch.
getMaxUnitCount() - Method in interface org.overlord.bam.activity.collector.BatchedActivityUnitLoggerMBean
This method returns the maximum number of messages that should be logged within a single batch.
getMessageContent(Exchange) - Method in class org.switchyard.quickstarts.demos.orders.ExchangeInterceptor
This method returns a string representation of the message content, or null if no available.
getMessageContent(Exchange) - Method in class org.switchyard.quickstarts.demos.orders.PolicyEnforcer
This method returns a string representation of the message content, or null if no available.
getMessageId() - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method gets the message id.
getMessageType() - Method in class org.overlord.bam.activity.model.mom.MessageExchange
This method gets the message type.
getMessageType() - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method gets the message type.
getMetrics() - Method in class org.overlord.bam.analytics.service.InvocationDefinition
This method returns the invocation metric information.
getMetrics() - Method in class org.overlord.bam.analytics.service.MEPDefinition
This method returns the invocation metric information.
getMetrics() - Method in class org.overlord.bam.analytics.service.OperationDefinition
This method returns the aggregated invocation metric information from the normal and fault responses.
getMetrics() - Method in class org.overlord.bam.analytics.service.ServiceDefinition
This method returns the aggregated invocation metric information from the operations.
getMetrics(List<InvocationDefinition>) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method returns the invocation metrics associated with the supplied invocation definitions.
getMin() - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method returns the minimum duration.
getMin() - Method in class org.overlord.bam.analytics.service.ResponseTime
This method returns the minimum duration.
getMinChange() - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method returns the minimum duration change (if applicable).
getName() - Method in class org.overlord.bam.active.collection.ActiveCollection
This method returns the name of the active collection.
getName() - Method in interface org.overlord.bam.active.collection.ActiveCollectionMBean
This method returns the name of the active collection.
getName() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method returns the name of the active collection associated with this source.
getName() - Method in class org.overlord.bam.analytics.service.OperationDefinition
This method gets the operation name.
getName() - Method in class org.overlord.bam.epn.Network
This method returns the name of the network.
getName() - Method in interface org.overlord.bam.epn.NetworkMBean
This method returns the name of the network.
getName() - Method in class org.overlord.bam.epn.Node
This method returns the node name.
getName() - Method in class org.switchyard.quickstarts.demos.orders.Item
 
getNetwork() - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method gets the network name.
getNetwork(String, String) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method returns the network associated with the supplied name.
getNetworkName() - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
This method returns the network name.
getNetworkName() - Method in class org.overlord.bam.epn.jee.JMSChannel
This method returns the network name.
getNetworks() - Method in class org.overlord.bam.epn.AbstractEPNManager.NetworkList
This method returns the list of networks.
getNetworksForSubject(String) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method returns the list of networks that subscribe to the supplied subject.
getNode() - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method gets the node name.
getNode() - Method in interface org.overlord.bam.activity.collector.CollectorContext
This method returns the name of the node.
getNode() - Method in class org.overlord.bam.activity.model.Origin
This method gets the name of the node.
getNode() - Method in class org.overlord.bam.collector.jbossas7.JBossAS7CollectorContext
This method returns the name of the node.
getNode(String, String, String) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method returns the node associated with the supplied network and node name.
getNode(String) - Method in class org.overlord.bam.epn.Network
This method returns the node associated with the supplied name.
getNode() - Method in class org.overlord.bam.samples.jbossas.activityclient.ActivityClient.TestCollectorContext
This method returns the name of the node.
getNodeName() - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
This method returns the node name.
getNodeName() - Method in class org.overlord.bam.epn.Subscription
This method gets the node name.
getNodes() - Method in class org.overlord.bam.epn.Network
This method returns the event processor nodes.
getNodesForSubject(String) - Method in class org.overlord.bam.epn.Network
This method returns the list of nodes associated with the specified subject.
getNotificationChannel(Network, String) - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedEPNContainer
This method returns the notification channel associated with the supplied network and source.
getNotificationChannel(Network, String) - Method in interface org.overlord.bam.epn.EPNContainer
This method returns the notification channel associated with the supplied network and source.
getNotificationChannel(Network, String) - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl.JMSEPNContainer
This method returns the notification channel associated with the supplied network and source.
getNotificationInfo() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
getNotifications() - Method in class org.overlord.bam.epn.Node
This method returns the list of notifications.
getNotifyType() - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method gets the notification type.
getNumberOfNetworks() - Method in class org.overlord.bam.epn.jee.jmx.EPNManagement
This method returns the number of registered networks.
getNumberOfNetworks() - Method in interface org.overlord.bam.epn.jee.jmx.EPNManagementMBean
This method returns the number of registered networks.
getObjectName(ActiveCollection) - Method in class org.overlord.bam.active.collection.jee.ACManagement
This method creates the MBean object name for the supplied active collection.
getObjectName() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method gets the object name for the JMX MBean.
getObjectName() - Method in interface org.overlord.bam.active.collection.jmx.JMXNotifierMBean
This method gets the object name for the JMX MBean.
getObjectName(Network) - Method in class org.overlord.bam.epn.jee.jmx.EPNManagement
This method creates the MBean object name for the supplied network.
getOperation() - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method gets the operation.
getOperation() - Method in class org.overlord.bam.analytics.service.InvocationDefinition
This method gets the operation.
getOperation() - Method in class org.overlord.bam.analytics.service.ResponseTime
This method gets the operation.
getOperation(String) - Method in class org.overlord.bam.analytics.service.ServiceDefinition
This method returns the operation associated with the supplied name, if defined within the service definition.
getOperation() - Method in class org.overlord.bam.service.dependency.OperationNode
This method returns the operation.
getOperation(String) - Method in class org.overlord.bam.service.dependency.ServiceNode
This method returns the operation node associated with the supplied name.
getOperations() - Method in class org.overlord.bam.analytics.service.ServiceDefinition
This method returns the list of operations associated with the service.
getOperations() - Method in class org.overlord.bam.service.dependency.ServiceNode
This method returns the operation nodes.
getOrderId() - Method in class org.switchyard.quickstarts.demos.orders.DeliveryAck
 
getOrderId() - Method in class org.switchyard.quickstarts.demos.orders.Order
 
getOrderId() - Method in class org.switchyard.quickstarts.demos.orders.OrderAck
 
getOrigin() - Method in class org.overlord.bam.activity.model.ActivityUnit
This method gets the origin.
getParent() - Method in class org.overlord.bam.active.collection.QuerySpec
This method returns the name of the parent collection.
getPort() - Method in interface org.overlord.bam.activity.collector.CollectorContext
This method returns the server port.
getPort() - Method in class org.overlord.bam.activity.model.Origin
This method gets the port.
getPort() - Method in class org.overlord.bam.collector.jbossas7.JBossAS7CollectorContext
This method returns the server port.
getPort() - Method in class org.overlord.bam.samples.jbossas.activityclient.ActivityClient.TestCollectorContext
This method returns the server port.
getPredicate() - Method in class org.overlord.bam.active.collection.QuerySpec
This method returns the optional predicate.
getPredicate() - Method in class org.overlord.bam.epn.Node
This method returns the optional predicate that can be used to filter the source events that should be processed.
getPrincipal() - Method in interface org.overlord.bam.activity.collector.CollectorContext
This method returns the caller principal associated with the current thread.
getPrincipal() - Method in class org.overlord.bam.activity.model.Origin
This method gets the principal.
getPrincipal() - Method in class org.overlord.bam.analytics.principal.PrincipalChangeNotification
This method gets the principal.
getPrincipal() - Method in class org.overlord.bam.collector.jbossas7.JBossAS7CollectorContext
This method returns the caller principal associated with the current thread.
getPrincipal() - Method in class org.overlord.bam.samples.jbossas.activityclient.ActivityClient.TestCollectorContext
This method returns the caller principal associated with the current thread.
getProcessType() - Method in class org.overlord.bam.activity.model.bpm.ProcessStarted
This method gets the process type.
getProperties() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method returns the properties.
getProperties() - Method in class org.overlord.bam.activity.model.ActivityType
This method gets the properties.
getProperties() - Method in class org.overlord.bam.analytics.principal.PrincipalChangeNotification
This method returns the properties associated with the notification.
getProperties() - Method in class org.overlord.bam.service.dependency.OperationNode
This method returns the properties associated with the node.
getProperties() - Method in class org.overlord.bam.service.dependency.ServiceGraph
This method returns the properties associated with the graph.
getProperties() - Method in class org.overlord.bam.service.dependency.ServiceNode
This method returns the properties associated with the node.
getQuantity() - Method in class org.switchyard.quickstarts.demos.orders.Item
 
getQuantity() - Method in class org.switchyard.quickstarts.demos.orders.Order
 
getRemoveType() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method gets the remove type for the JMX MBean.
getRemoveType(Object) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method returns the type associated with the value.
getRemoveTypeScript() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method gets the remove type script for the JMX MBean.
getReplyToId() - Method in class org.overlord.bam.activity.model.soa.ResponseReceived
This method gets the 'reply to' message id.
getReplyToId() - Method in class org.overlord.bam.activity.model.soa.ResponseSent
This method gets the 'reply to' message id.
getRequestFault(String) - Method in class org.overlord.bam.analytics.service.OperationDefinition
This method returns the fault associated with the supplied name, if defined within the operation definition.
getRequestFaults() - Method in class org.overlord.bam.analytics.service.OperationDefinition
This method returns the list of faults associated with the operation.
getRequestResponse() - Method in class org.overlord.bam.analytics.service.OperationDefinition
This method gets the normal response details.
getResponseTimeList(String, String, String) - Method in class org.overlord.bam.samples.jbossas.slamonitor.monitor.SLAMonitor
This method returns the active list for the response times associated with the supplied query parameters.
getResponseTimes(String, String, String) - Method in class org.overlord.bam.samples.jbossas.slamonitor.monitor.SLAMonitor
This method returns the list of response times.
getRetryInterval() - Method in class org.overlord.bam.epn.Node
This method returns the retry interval.
getRootNode() - Method in class org.overlord.bam.service.dependency.ServiceTree
This method returns the root node.
getRuleName() - Method in class org.overlord.bam.epn.cep.CEPEventProcessor
This method returns the rule name.
getScheduledInterval() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method gets the scheduled interval.
getScheduledScript() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method gets the scheduled script.
getScript() - Method in class org.overlord.bam.epn.mvel.MVELEventProcessor
This method returns the script.
getScript() - Method in class org.overlord.bam.epn.mvel.MVELPredicate
This method returns the script.
getServerURL() - Method in class org.overlord.bam.activity.server.rest.client.RESTActivityServer
This method gets the URL of the Activity Server.
getService(String) - Method in interface org.overlord.bam.epn.EPNContext
This method returns the named service if available.
getService() - Method in class org.overlord.bam.service.dependency.OperationNode
This method returns the service definition.
getService() - Method in class org.overlord.bam.service.dependency.ServiceNode
This method returns the service definition.
getServiceClients(String, Collection<ServiceDefinition>) - Static method in class org.overlord.bam.service.dependency.ServiceDependencyBuilder
This method returns the set of services that are clients to the supplied service type.
getServiceGraphLayout() - Static method in class org.overlord.bam.service.dependency.layout.LayoutFactory
This method returns the service graph layout algorithm.
getServiceNode(String) - Method in class org.overlord.bam.service.dependency.ServiceGraph
This method returns the service node associated with the supplied service type.
getServiceNodes() - Method in class org.overlord.bam.service.dependency.ServiceGraph
This method returns the service nodes.
getServices() - Method in class org.overlord.bam.epn.EventProcessor
This method returns the map of names to services.
getServiceType() - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method gets the service type.
getServiceType() - Method in class org.overlord.bam.analytics.service.InvocationDefinition
This method gets the service type.
getServiceType() - Method in class org.overlord.bam.analytics.service.ResponseTime
This method gets the service type.
getServiceType() - Method in class org.overlord.bam.analytics.service.ServiceDefinition
This method gets the service type.
getSeverity() - Method in class org.overlord.bam.analytics.Situation
This method returns the severity value.
getSeverityColor(Situation.Severity) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method returns the color associated with the supplied severity.
getSingletons() - Method in class org.overlord.bam.active.collection.rest.RESTActiveCollectionServerApplication
getSingletons() - Method in class org.overlord.bam.activity.server.rest.RESTActivityServerApplication
getSingletons() - Method in class org.overlord.bam.samples.jbossas.slamonitor.monitor.SLAMonitorApplication
getSingletons() - Method in class org.overlord.bam.service.dependency.rest.RESTServiceDependencyServerApplication
getSituations() - Method in class org.overlord.bam.samples.jbossas.slamonitor.monitor.SLAMonitor
This method returns the list of situations.
getSituations() - Method in class org.overlord.bam.service.dependency.OperationNode
This method returns the situations associated with the node.
getSituations() - Method in class org.overlord.bam.service.dependency.ServiceNode
This method returns the situations associated with the node.
getSituationsForSeverity(Situation.Severity, List<Situation>) - Static method in class org.overlord.bam.analytics.Situation
This method filters the list of situations based on severity.
getSituationText(Situation) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method returns the text to display for the supplied situation.
getSize() - Method in class org.overlord.bam.active.collection.ActiveCollection
This method returns the size of the active collection.
getSize() - Method in interface org.overlord.bam.active.collection.ActiveCollectionMBean
This method returns the number of elements in the collection.
getSize() - Method in class org.overlord.bam.active.collection.ActiveList
This method returns the size of the active collection.
getSize() - Method in class org.overlord.bam.active.collection.ActiveMap
This method returns the size of the active collection.
getSource() - Method in class org.overlord.bam.service.dependency.InvocationLink
This method returns the source operation node.
getSource() - Method in class org.overlord.bam.service.dependency.UsageLink
This method returns the source service node.
getSourceNode() - Method in class org.overlord.bam.epn.jee.JMSChannel
This method returns the source node.
getSourceNodes() - Method in class org.overlord.bam.epn.Node
This method returns the list of source nodes.
getStatus() - Method in class org.overlord.bam.activity.model.bpm.ProcessCompleted
This method gets the status.
getStatus() - Method in class org.switchyard.quickstarts.demos.orders.OrderAck
 
getStyle() - Method in class org.overlord.bam.active.collection.QuerySpec
This method returns the style that should be used for returning the result.
getSubject() - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method gets the subject.
getSubject() - Method in class org.overlord.bam.analytics.Situation
This method gets the subject.
getSubject() - Method in class org.overlord.bam.epn.jee.JMSChannel
This method returns the subject.
getSubject() - Method in class org.overlord.bam.epn.Notification
This method gets the subject.
getSubject() - Method in class org.overlord.bam.epn.Subscription
This method gets the subject.
getSubscriptions() - Method in class org.overlord.bam.epn.Network
This method returns the list of subscriptions that the network will subscribe to for events.
getTarget() - Method in class org.overlord.bam.service.dependency.InvocationLink
This method returns the target operation node.
getTarget() - Method in class org.overlord.bam.service.dependency.UsageLink
This method returns the target service node.
getThread() - Method in class org.overlord.bam.activity.model.Origin
This method gets the thread.
getTimestamp() - Method in class org.overlord.bam.activity.collector.AbstractActivityCollector
This method returns the current date/time.
getTimestamp() - Method in class org.overlord.bam.activity.model.ActivityType
This method gets the timestamp.
getTimestamp() - Method in class org.overlord.bam.analytics.service.ResponseTime
This method returns the timestamp.
getTimestamp() - Method in class org.overlord.bam.analytics.Situation
This method returns the timestamp.
getTotal() - Method in class org.switchyard.quickstarts.demos.orders.OrderAck
 
getToTimestamp() - Method in class org.overlord.bam.activity.server.QuerySpec
This method gets the 'to' timestamp.
getTransactionManager() - Method in interface org.overlord.bam.activity.collector.CollectorContext
This method returns the transaction manager, if available.
getTransactionManager() - Method in class org.overlord.bam.collector.jbossas7.JBossAS7CollectorContext
This method returns the transaction manager, if available.
getTransactionManager() - Method in class org.overlord.bam.samples.jbossas.activityclient.ActivityClient.TestCollectorContext
This method returns the transaction manager, if available.
getTruncate() - Method in class org.overlord.bam.active.collection.QuerySpec
This method returns which part of the collection should be truncated if the collection contains more items than can be returned in the query result.
getType() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method returns the active collection type associated with the source.
getType() - Method in class org.overlord.bam.activity.model.Context
This method returns the type.
getType() - Method in class org.overlord.bam.analytics.principal.PrincipalChangeNotification
This method returns the change type.
getType() - Method in class org.overlord.bam.analytics.Situation
This method gets the situation type.
getType() - Method in class org.overlord.bam.epn.Notification
This method gets the node name.
getUnitId() - Method in class org.overlord.bam.activity.model.ActivityType
This method gets the activity unit id.
getUnitId() - Method in class org.overlord.bam.activity.model.ActivityTypeId
This method gets the activity unit id.
getUnitIndex() - Method in class org.overlord.bam.activity.model.ActivityType
This method sets the index of the activity type within the activity unit.
getUnitIndex() - Method in class org.overlord.bam.activity.model.ActivityTypeId
This method sets the index of the activity type within the activity unit.
getUnitPrice() - Method in class org.switchyard.quickstarts.demos.orders.Item
 
getUpdateType() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method gets the update type for the JMX MBean.
getUpdateType(Object) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method returns the type associated with the value.
getUpdateTypeScript() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method gets the update type script for the JMX MBean.
getUsageLinks() - Method in class org.overlord.bam.service.dependency.ServiceGraph
This method returns the service usage links.
getValue() - Method in class org.overlord.bam.active.collection.ActiveMap.Entry
This method gets the value.
getValue() - Method in class org.overlord.bam.activity.model.Context
This method returns the value.
getVariables() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method returns the interval variables that can be used by scripts to cache information used between invocations.
getVersion() - Method in class org.overlord.bam.activity.model.bpm.ProcessStarted
This method gets the version.
getVersion(String) - Method in class org.overlord.bam.epn.AbstractEPNManager.NetworkList
This method returns the network instance associated with the supplied version.
getVersion() - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
This method returns the network version.
getVersion() - Method in class org.overlord.bam.epn.jee.JMSChannel
This method returns the version.
getVersion() - Method in class org.overlord.bam.epn.Network
This method returns the version associated with the network.
getVersion() - Method in interface org.overlord.bam.epn.NetworkMBean
This method returns the version associated with the network.

H

handleEvents(String, String, String, String, NotificationType, EventList) - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource.EPNACSNotificationListener
This method notifies the listener when a situation occurs on the subject for the identified network/version/node concerning a list of events.
handleEvents(String, String, String, String, NotificationType, EventList) - Method in class org.overlord.bam.epn.ContextualNotificationListener
This method notifies the listener when a situation occurs on the subject for the identified network/version/node concerning a list of events.
handleEventsMessage(Message) - Method in interface org.overlord.bam.epn.jee.JEEEPNManager
This method handles an events message received via JMS.
handleEventsMessage(Message) - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
This method handles an events message received via JMS.
handleFault(Exchange) - Method in class org.switchyard.quickstarts.demos.orders.ExchangeInterceptor
 
handleFault(Exchange) - Method in class org.switchyard.quickstarts.demos.orders.PolicyEnforcer
 
handleMessage(Exchange) - Method in class org.switchyard.quickstarts.demos.orders.ExchangeInterceptor
 
handleMessage(Exchange) - Method in class org.switchyard.quickstarts.demos.orders.PolicyEnforcer
 
handleNotificationsMessage(Message) - Method in interface org.overlord.bam.epn.jee.JEEEPNManager
This method handles a notification message received via JMS.
handleNotificationsMessage(Message) - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
This method handles a notification message received via JMS.
hashCode() - Method in class org.overlord.bam.activity.model.Context
hashCode() - Method in class org.overlord.bam.analytics.service.OperationDefinition
hashCode() - Method in class org.overlord.bam.analytics.service.RequestFaultDefinition
hashCode() - Method in class org.overlord.bam.analytics.service.ServiceDefinition
hashCode() - Method in class org.overlord.bam.service.dependency.InvocationLink
hashCode() - Method in class org.overlord.bam.service.dependency.UsageLink
HEIGHT - Static variable in interface org.overlord.bam.service.dependency.layout.ServiceGraphLayout
This property defines the height.

I

InfinispanCacheManager - Class in org.overlord.bam.epn.service.infinispan
This class represents the MVEL implementation of the Event Processor.
InfinispanCacheManager() - Constructor for class org.overlord.bam.epn.service.infinispan.InfinispanCacheManager
 
init() - Method in class org.overlord.bam.acs.loader.jee.JEEACSLoader
This method initializes the ACS loader.
init() - Method in class org.overlord.bam.active.collection.AbstractActiveChangeListener
This method initializes the active change listener.
init() - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method initializes the Active Collection Manager.
init() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method initializes the active collection source.
init() - Method in class org.overlord.bam.active.collection.embedded.EmbeddedActiveCollectionManager
This method initializes the Active Collection Manager.
init() - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method initializes the active collection source.
init() - Method in class org.overlord.bam.active.collection.jee.ACManagement
The initialize method.
init() - Method in class org.overlord.bam.active.collection.jee.JEEActiveCollectionManager
This method initializes the Active Collection Manager.
init() - Method in class org.overlord.bam.activity.collector.activity.server.ActivityServerLogger
This method initializes the Activity Server Logger.
init() - Method in interface org.overlord.bam.activity.collector.ActivityUnitLogger
This method initializes the activity logger.
init() - Method in class org.overlord.bam.activity.collector.BatchedActivityUnitLogger
This method initializes the activity logger.
init() - Method in class org.overlord.bam.activity.collector.jee.jmx.CollectorManagement
The initialize method.
init() - Method in class org.overlord.bam.activity.server.epn.EPNActivityNotifier
This method initializes the Activity Server to EPN bridge.
init() - Method in class org.overlord.bam.activity.server.jms.client.JMSActivityServer
This method initializes the JMS activity server client.
init() - Method in class org.overlord.bam.activity.store.jpa.JPAActivityStore
This method initializes the activity store.
init() - Method in class org.overlord.bam.collector.jbossas7.JBossAS7CollectorContext
This method initializes the collector context.
init() - Method in class org.overlord.bam.epn.cep.CEPEventProcessor
This method initializes the event processor.
init() - Method in class org.overlord.bam.epn.EventProcessor
This method initializes the event processor.
init() - Method in class org.overlord.bam.epn.jee.EPNEventsServer
The initialize method.
init() - Method in class org.overlord.bam.epn.jee.EPNNotificationServer
The initialize method.
init() - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
The initialize method.
init() - Method in class org.overlord.bam.epn.jee.jmx.EPNManagement
The initialize method.
init() - Method in class org.overlord.bam.epn.loader.jee.JEEEPNLoader
This method initializes the EPN loader.
init() - Method in class org.overlord.bam.epn.mvel.MVELEventProcessor
This method initializes the event processor.
init() - Method in class org.overlord.bam.epn.mvel.MVELPredicate
This method initializes the predicate.
init(EPNContainer) - Method in class org.overlord.bam.epn.Network
This method initializes the network.
init() - Method in class org.overlord.bam.epn.Node
This method initializes the node.
init() - Method in class org.overlord.bam.epn.Predicate
This method initializes the predicate.
init() - Method in class org.overlord.bam.epn.service.EPNService
This method initializes the service.
init() - Method in class org.overlord.bam.epn.service.infinispan.InfinispanCacheManager
This method initializes the service.
init() - Method in class org.overlord.bam.samples.jbossas.activityclient.ActivityClient
The initialization method.
init() - Method in class org.overlord.bam.service.dependency.svg.MVELColorSelector
This method initializes the color selector.
init() - Method in class org.switchyard.quickstarts.demos.orders.ExchangeInterceptor
 
init() - Method in class org.switchyard.quickstarts.demos.orders.PolicyEnforcer
 
INITIAL_NODE - Static variable in class org.overlord.bam.service.dependency.ServiceNode
This boolean property indicates whether the service node is an initial node in the graph.
insert(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollection
This method adds the supplied object to the active collection.
insert(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method adds the supplied object to the active collection.
insert(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveList
This method adds the supplied object to the active collection.
insert(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveMap
This method adds the supplied object to the active collection.
inserted(Object, Object) - Method in interface org.overlord.bam.active.collection.ActiveChangeListener
This method notifies the listener that an object has been inserted.
inserted(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollection.ActiveCollectionAdapter
This method notifies the listener that an object has been inserted.
inserted(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollection
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.
inserted(Object, Object) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method notifies the listener that an object has been inserted.
InventoryService - Interface in org.switchyard.quickstarts.demos.orders
 
InventoryServiceBean - Class in org.switchyard.quickstarts.demos.orders
 
InventoryServiceBean() - Constructor for class org.switchyard.quickstarts.demos.orders.InventoryServiceBean
 
InvocationDefinition - Class in org.overlord.bam.analytics.service
This class represents the invocation details associated with a called service.
InvocationDefinition() - Constructor for class org.overlord.bam.analytics.service.InvocationDefinition
Default constructor.
InvocationDefinition(InvocationDefinition) - Constructor for class org.overlord.bam.analytics.service.InvocationDefinition
Copy constructor.
InvocationLink - Class in org.overlord.bam.service.dependency
This class represents the invocation link between a source and target service operation.
InvocationLink() - Constructor for class org.overlord.bam.service.dependency.InvocationLink
This is the default constructor.
InvocationLink(OperationNode, OperationNode) - Constructor for class org.overlord.bam.service.dependency.InvocationLink
This constructor sets the source and target operation nodes.
InvocationMetric - Class in org.overlord.bam.analytics.service
This class represents invocation metric information, defining the number of invocations, avg/min/max response times, and percentage change values for each.
InvocationMetric() - Constructor for class org.overlord.bam.analytics.service.InvocationMetric
The default constructor.
InvocationMetric(InvocationMetric) - Constructor for class org.overlord.bam.analytics.service.InvocationMetric
The copy constructor.
InvocationMetric(List<InvocationMetric>) - Constructor for class org.overlord.bam.analytics.service.InvocationMetric
This constructor initializes the invocation metric as an aggregation of a supplied list of metrics.
isAccepted() - Method in class org.switchyard.quickstarts.demos.orders.OrderAck
 
isEmpty() - Method in class org.overlord.bam.active.collection.ActiveList
isEmpty() - Method in class org.overlord.bam.active.collection.ActiveMap
isFormatSupported(QuerySpec) - Static method in class org.overlord.bam.activity.store.mem.MemActivityStore
This method determines whether the query format is supported by the activity store.
isGenerateText(double) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method determines whether to generate the text.
isGenerateToolTips(double) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method determines whether to generate the tool tips.
isNewerVersion(String, String) - Static method in class org.overlord.bam.epn.util.NetworkUtil
This method determines whether the second version is newer than the first.
isNotificationChannel() - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
This method determines whether this channel is used for notifications.
isNotificationChannel() - Method in class org.overlord.bam.epn.jee.JMSChannel
This method determines whether this channel is a notification channel.
isRelevant(String, String, String, String, NotificationType) - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method determines whether the notification is relevant for this active collection source.
isRequest() - Method in class org.overlord.bam.activity.model.soa.RequestReceived
This method determines whether the RPC activity is a request.
isRequest() - Method in class org.overlord.bam.activity.model.soa.RequestSent
This method determines whether the RPC activity is a request.
isRequest() - Method in class org.overlord.bam.activity.model.soa.ResponseReceived
This method determines whether the RPC activity is a request.
isRequest() - Method in class org.overlord.bam.activity.model.soa.ResponseSent
This method determines whether the RPC activity is a request.
isRequest() - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method determines whether the RPC activity is a request.
isScopeActive() - Method in class org.overlord.bam.activity.collector.AbstractActivityCollector
This method determines whether a scope is already active.
isScopeActive() - Method in interface org.overlord.bam.activity.collector.ActivityCollector
This method determines whether a scope is already active.
isServiceProvider() - Method in class org.overlord.bam.activity.model.soa.RequestReceived
This method determines whether the RPC activity is associated with the service provider.
isServiceProvider() - Method in class org.overlord.bam.activity.model.soa.RequestSent
This method determines whether the RPC activity is associated with the service provider.
isServiceProvider() - Method in class org.overlord.bam.activity.model.soa.ResponseReceived
This method determines whether the RPC activity is associated with the service provider.
isServiceProvider() - Method in class org.overlord.bam.activity.model.soa.ResponseSent
This method determines whether the RPC activity is associated with the service provider.
isServiceProvider() - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method determines whether the RPC activity is associated with the service provider.
Item - Class in org.switchyard.quickstarts.demos.orders
 
Item() - Constructor for class org.switchyard.quickstarts.demos.orders.Item
 
ItemNotFoundException - Exception in org.switchyard.quickstarts.demos.orders
 
ItemNotFoundException(String) - Constructor for exception org.switchyard.quickstarts.demos.orders.ItemNotFoundException
 
iterator() - Method in class org.overlord.bam.active.collection.ActiveList
iterator() - Method in class org.overlord.bam.active.collection.ActiveMap
iterator() - Method in class org.overlord.bam.epn.EventList

J

JBossAS7CollectorContext - Class in org.overlord.bam.collector.jbossas7
This class provides context information regarding the JBossAS7 environment for the activity collector.
JBossAS7CollectorContext() - Constructor for class org.overlord.bam.collector.jbossas7.JBossAS7CollectorContext
 
JEEACSLoader - Class in org.overlord.bam.acs.loader.jee
This class provides the capability to load an Active Collection Source from a defined file.
JEEACSLoader() - Constructor for class org.overlord.bam.acs.loader.jee.JEEACSLoader
The constructor.
JEEActiveCollectionManager - Class in org.overlord.bam.active.collection.jee
This class provides the JEE implementation of the ActiveCollectionManager interface.
JEEActiveCollectionManager() - Constructor for class org.overlord.bam.active.collection.jee.JEEActiveCollectionManager
 
JEEActivityCollector - Class in org.overlord.bam.activity.collector.jee
This class provides a JEE implementation of the activity collector interface.
JEEActivityCollector() - Constructor for class org.overlord.bam.activity.collector.jee.JEEActivityCollector
 
JEEEPNLoader - Class in org.overlord.bam.epn.loader.jee
This class provides the capability to load an EPN Network from a defined file.
JEEEPNLoader() - Constructor for class org.overlord.bam.epn.loader.jee.JEEEPNLoader
The constructor.
JEEEPNManager - Interface in org.overlord.bam.epn.jee
This interface provides the JMS extension to the EPN Manager.
JEEEPNManagerImpl - Class in org.overlord.bam.epn.jee
This class provides the JMS implementation of the EPN Manager.
JEEEPNManagerImpl() - Constructor for class org.overlord.bam.epn.jee.JEEEPNManagerImpl
 
JEEEPNManagerImpl.JMSEPNContainer - Class in org.overlord.bam.epn.jee
This class provides the JMS implementation of the EPN container.
JEEEPNManagerImpl.JMSEPNContainer() - Constructor for class org.overlord.bam.epn.jee.JEEEPNManagerImpl.JMSEPNContainer
 
JMSActivityServer - Class in org.overlord.bam.activity.server.jms.client
This class provides the JMS client implementation of the activity server.
JMSActivityServer() - Constructor for class org.overlord.bam.activity.server.jms.client.JMSActivityServer
 
JMSChannel - Class in org.overlord.bam.epn.jee
This class represents a JMS implementation of the event destination for sending a list of events.
JMSChannel(Session, MessageProducer, Network, String, String) - Constructor for class org.overlord.bam.epn.jee.JMSChannel
This is the constructor for the JMS channel.
JMSChannel(Session, MessageProducer, Network, String, boolean) - Constructor for class org.overlord.bam.epn.jee.JMSChannel
This is the constructor for the JMS channel.
JMXNotifier - Class in org.overlord.bam.active.collection.jmx
This class provides an active change listener for reporting changes as JMX notifications.
JMXNotifier() - Constructor for class org.overlord.bam.active.collection.jmx.JMXNotifier
 
JMXNotifier.NotificationDetails - Class in org.overlord.bam.active.collection.jmx
This class provides a container for the listener details.
JMXNotifier.NotificationDetails(NotificationListener, NotificationFilter, Object) - Constructor for class org.overlord.bam.active.collection.jmx.JMXNotifier.NotificationDetails
This is the constructor.
JMXNotifierMBean - Interface in org.overlord.bam.active.collection.jmx
This interface defines the attributes and operations to expose via a management interface for the JMX notifier.
JPAActivityStore - Class in org.overlord.bam.activity.store.jpa
This class provides the JPA implementation of the Activity Store.
JPAActivityStore() - Constructor for class org.overlord.bam.activity.store.jpa.JPAActivityStore
This is the default constructor for the JPA activity store.

K

keySet() - Method in class org.overlord.bam.active.collection.ActiveMap

L

lastAccessed() - Method in class org.overlord.bam.epn.Network
This method returns the timestamp the network was last accessed.
lastAccessed(long) - Method in class org.overlord.bam.epn.Network
This method sets the timestamp the network was last accessed.
layout(ServiceGraph) - Method in interface org.overlord.bam.service.dependency.layout.ServiceGraphLayout
This method establishes the layout of the nodes and links within the supplied service graph.
layout(ServiceGraph) - Method in class org.overlord.bam.service.dependency.layout.ServiceGraphLayoutImpl
This method establishes the layout of the nodes and links within the supplied service graph.
LayoutFactory - Class in org.overlord.bam.service.dependency.layout
This class provides a factory for the layout algorithms.
layoutService(ServiceGraph, ServiceNode, int, int) - Method in class org.overlord.bam.service.dependency.layout.ServiceGraphLayoutImpl
This method performs the layout of the supplied service node.
linkOperationNodes(ServiceGraph, ServiceNode, OperationNode, List<InvocationDefinition>) - Static method in class org.overlord.bam.service.dependency.ServiceDependencyBuilder
This method links the source operation node with the invoked operation nodes.
loadTemplate(String) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method returns the named template file.
loadTransactions(String) - Method in class org.overlord.bam.samples.jbossas.activityclient.ActivityClient
This method loads the information from the transaction properties file.
lock(String, Object) - Method in class org.overlord.bam.epn.service.CacheManager
This method locks the item, associated with the supplied key, in the named cache.
lock(String, Object) - Method in class org.overlord.bam.epn.service.EmbeddedCacheManager
This method locks the item, associated with the supplied key, in the named cache.
lock(String, Object) - Method in class org.overlord.bam.epn.service.infinispan.InfinispanCacheManager
This method locks the item, associated with the supplied key, in the named cache.
log(ActivityUnit) - Method in interface org.overlord.bam.activity.collector.ActivityUnitLogger
This method records the supplied activity event.
log(ActivityUnit) - Method in class org.overlord.bam.activity.collector.BatchedActivityUnitLogger
This method records the supplied activity event.
logDebug(String) - Method in interface org.overlord.bam.epn.EPNContext
This method logs debug information.
logError(String) - Method in interface org.overlord.bam.epn.EPNContext
This method logs an error.
logInfo(String) - Method in interface org.overlord.bam.epn.EPNContext
This method logs information.
LogisticsService - Interface in org.switchyard.quickstarts.demos.orders
 
LogisticsServiceBean - Class in org.switchyard.quickstarts.demos.orders
 
LogisticsServiceBean() - Constructor for class org.switchyard.quickstarts.demos.orders.LogisticsServiceBean
 
lookupItem(String) - Method in interface org.switchyard.quickstarts.demos.orders.InventoryService
 
lookupItem(String) - Method in class org.switchyard.quickstarts.demos.orders.InventoryServiceBean
 

M

main(String[]) - Static method in class org.overlord.bam.samples.jbossas.activityclient.ActivityClient
The main method.
maintainEntry(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method is invoked to handle the supplied entry details.
makePayment(Payment) - Method in interface org.switchyard.quickstarts.demos.orders.OrderService
 
makePayment(Payment) - Method in class org.switchyard.quickstarts.demos.orders.OrderServiceBean
 
MemActivityStore - Class in org.overlord.bam.activity.store.mem
This class provides the in-memory implementation of the Activity Store.
MemActivityStore() - Constructor for class org.overlord.bam.activity.store.mem.MemActivityStore
 
MEPDefinition - Class in org.overlord.bam.analytics.service
This class represents an abstract response within a service operation.
MEPDefinition() - Constructor for class org.overlord.bam.analytics.service.MEPDefinition
Default constructor.
MEPDefinition(MEPDefinition) - Constructor for class org.overlord.bam.analytics.service.MEPDefinition
Copy constructor.
merge(InvocationDefinition) - Method in class org.overlord.bam.analytics.service.InvocationDefinition
This method merges the supplied invocation definition.
merge(InvocationMetric) - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method merges the supplied invocation metric information.
merge(MEPDefinition) - Method in class org.overlord.bam.analytics.service.MEPDefinition
This method merges the information from the supplied MEP definition.
merge(OperationDefinition) - Method in class org.overlord.bam.analytics.service.OperationDefinition
This method merges the supplied operation definition with this.
merge(ServiceDefinition) - Method in class org.overlord.bam.analytics.service.ServiceDefinition
This method merges the supplied definition with this service definition.
mergeSnapshots(List<Map<String, ServiceDefinition>>) - Static method in class org.overlord.bam.analytics.service.util.ServiceDefinitionUtil
This method merges the supplied service definition snapshots.
MessageExchange - Class in org.overlord.bam.activity.model.mom
This activity type represents a message exchange.
MessageExchange() - Constructor for class org.overlord.bam.activity.model.mom.MessageExchange
The default constructor.
MessageExchange(MessageExchange) - Constructor for class org.overlord.bam.activity.model.mom.MessageExchange
The copy constructor.
MessageReceived - Class in org.overlord.bam.activity.model.mom
This activity type represents a received message.
MessageReceived() - Constructor for class org.overlord.bam.activity.model.mom.MessageReceived
The default constructor.
MessageReceived(MessageReceived) - Constructor for class org.overlord.bam.activity.model.mom.MessageReceived
The copy constructor.
MessageSent - Class in org.overlord.bam.activity.model.mom
This activity type represents a sent message.
MessageSent() - Constructor for class org.overlord.bam.activity.model.mom.MessageSent
The default constructor.
MessageSent(MessageSent) - Constructor for class org.overlord.bam.activity.model.mom.MessageSent
The copy constructor.
MVEL - Class in org.overlord.bam.active.collection.predicate
This class provides an MVEL implementation of the predicate interface.
MVEL() - Constructor for class org.overlord.bam.active.collection.predicate.MVEL
This is the default constructor for the MVEL predicate.
MVEL(String) - Constructor for class org.overlord.bam.active.collection.predicate.MVEL
This constructor initializes the expression for the MVEL predicate.
MVELColorSelector - Class in org.overlord.bam.service.dependency.svg
This class provides a MVEL based implementation of the color selector algorithm.
MVELColorSelector() - Constructor for class org.overlord.bam.service.dependency.svg.MVELColorSelector
 
MVELEventProcessor - Class in org.overlord.bam.epn.mvel
This class represents the MVEL implementation of the Event Processor.
MVELEventProcessor() - Constructor for class org.overlord.bam.epn.mvel.MVELEventProcessor
 
MVELPredicate - Class in org.overlord.bam.epn.mvel
This class represents the MVEL implementation of the Event Processor.
MVELPredicate() - Constructor for class org.overlord.bam.epn.mvel.MVELPredicate
 

N

Network - Class in org.overlord.bam.epn
This class represents an Event Processor Network.
Network() - Constructor for class org.overlord.bam.epn.Network
The default constructor.
NetworkListener - Interface in org.overlord.bam.epn
This interface represents a listener that is informed of situations regarding networks.
NetworkMBean - Interface in org.overlord.bam.epn
This interface exposes the attributes and operations to be managed for a Network.
NetworkUtil - Class in org.overlord.bam.epn.util
This class provides utility functions for the EPN model.
Node - Class in org.overlord.bam.epn
This class represents a node in the Event Processor Network.
Node() - Constructor for class org.overlord.bam.epn.Node
The default constructor for the event processor node.
Notification - Class in org.overlord.bam.epn
This class represents a notification used to define a subject and type.
Notification() - Constructor for class org.overlord.bam.epn.Notification
The default constructor for the notification.
NotificationListener - Interface in org.overlord.bam.epn
This interface represents a listener interested in notifications from an Event Processor Network notification subject.
NotificationType - Enum in org.overlord.bam.epn
This enumeration represents the types of node notification that may occur.
notify(List<ActivityUnit>) - Method in interface org.overlord.bam.activity.server.ActivityNotifier
This method notifies when a list of activity events have been reported.
notify(List<ActivityUnit>) - Method in class org.overlord.bam.activity.server.epn.EPNActivityNotifier
This method notifies when a list of activity events have been reported.
notify(String, String, String, String, NotificationType, EventList) - Method in class org.overlord.bam.epn.ContextualNotificationListener
This method notifies the listener when a situation occurs on the identified network/version/node concerning a list of events.
notify(String, String, String, String, NotificationType, EventList) - Method in interface org.overlord.bam.epn.NotificationListener
This method notifies the listener when events occurs on the identified subject, providing the source network/version/node.
notifyListeners(String, String, String, String, NotificationType, EventList) - Method in class org.overlord.bam.epn.AbstractEPNManager
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.
notifyListeners(String, String, String, String, NotificationType, EventList) - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
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.

O

objectToJSONString(Object) - Static method in class org.overlord.bam.activity.util.ActivityUtil
This method serializes an object into a JSON string representation.
onMessage(Message) - Method in class org.overlord.bam.epn.jee.EPNEventsServer
onMessage(Message) - Method in class org.overlord.bam.epn.jee.EPNNotificationServer
OPERATION_HEIGHT - Static variable in class org.overlord.bam.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the height of an operation node.
OPERATION_WIDTH - Static variable in class org.overlord.bam.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the width of an operation node.
OperationDefinition - Class in org.overlord.bam.analytics.service
This class represents an operation within a service type's interface.
OperationDefinition() - Constructor for class org.overlord.bam.analytics.service.OperationDefinition
Default constructor.
OperationDefinition(OperationDefinition) - Constructor for class org.overlord.bam.analytics.service.OperationDefinition
Copy constructor.
OperationNode - Class in org.overlord.bam.service.dependency
This class represents a node in the graph/tree associated with a service operation.
OperationNode() - Constructor for class org.overlord.bam.service.dependency.OperationNode
The default constructor.
Order - Class in org.switchyard.quickstarts.demos.orders
 
Order() - Constructor for class org.switchyard.quickstarts.demos.orders.Order
 
OrderAck - Class in org.switchyard.quickstarts.demos.orders
 
OrderAck() - Constructor for class org.switchyard.quickstarts.demos.orders.OrderAck
 
OrderService - Interface in org.switchyard.quickstarts.demos.orders
 
OrderServiceBean - Class in org.switchyard.quickstarts.demos.orders
 
OrderServiceBean() - Constructor for class org.switchyard.quickstarts.demos.orders.OrderServiceBean
 
org.overlord.bam.acs.loader.jee - package org.overlord.bam.acs.loader.jee
 
org.overlord.bam.active.collection - package org.overlord.bam.active.collection
 
org.overlord.bam.active.collection.embedded - package org.overlord.bam.active.collection.embedded
 
org.overlord.bam.active.collection.epn - package org.overlord.bam.active.collection.epn
 
org.overlord.bam.active.collection.jee - package org.overlord.bam.active.collection.jee
 
org.overlord.bam.active.collection.jmx - package org.overlord.bam.active.collection.jmx
 
org.overlord.bam.active.collection.predicate - package org.overlord.bam.active.collection.predicate
 
org.overlord.bam.active.collection.rest - package org.overlord.bam.active.collection.rest
 
org.overlord.bam.active.collection.util - package org.overlord.bam.active.collection.util
 
org.overlord.bam.activity.collector - package org.overlord.bam.activity.collector
 
org.overlord.bam.activity.collector.activity.server - package org.overlord.bam.activity.collector.activity.server
 
org.overlord.bam.activity.collector.embedded - package org.overlord.bam.activity.collector.embedded
 
org.overlord.bam.activity.collector.jee - package org.overlord.bam.activity.collector.jee
 
org.overlord.bam.activity.collector.jee.jmx - package org.overlord.bam.activity.collector.jee.jmx
 
org.overlord.bam.activity.model - package org.overlord.bam.activity.model
 
org.overlord.bam.activity.model.bpm - package org.overlord.bam.activity.model.bpm
 
org.overlord.bam.activity.model.mom - package org.overlord.bam.activity.model.mom
 
org.overlord.bam.activity.model.soa - package org.overlord.bam.activity.model.soa
 
org.overlord.bam.activity.server - package org.overlord.bam.activity.server
 
org.overlord.bam.activity.server.epn - package org.overlord.bam.activity.server.epn
 
org.overlord.bam.activity.server.impl - package org.overlord.bam.activity.server.impl
 
org.overlord.bam.activity.server.jms.client - package org.overlord.bam.activity.server.jms.client
 
org.overlord.bam.activity.server.rest - package org.overlord.bam.activity.server.rest
 
org.overlord.bam.activity.server.rest.client - package org.overlord.bam.activity.server.rest.client
 
org.overlord.bam.activity.store.jpa - package org.overlord.bam.activity.store.jpa
 
org.overlord.bam.activity.store.mem - package org.overlord.bam.activity.store.mem
 
org.overlord.bam.activity.util - package org.overlord.bam.activity.util
 
org.overlord.bam.analytics - package org.overlord.bam.analytics
 
org.overlord.bam.analytics.principal - package org.overlord.bam.analytics.principal
 
org.overlord.bam.analytics.service - package org.overlord.bam.analytics.service
 
org.overlord.bam.analytics.service.util - package org.overlord.bam.analytics.service.util
 
org.overlord.bam.collector.jbossas7 - package org.overlord.bam.collector.jbossas7
 
org.overlord.bam.content.epn - package org.overlord.bam.content.epn
 
org.overlord.bam.epn - package org.overlord.bam.epn
 
org.overlord.bam.epn.cep - package org.overlord.bam.epn.cep
 
org.overlord.bam.epn.embedded - package org.overlord.bam.epn.embedded
 
org.overlord.bam.epn.jee - package org.overlord.bam.epn.jee
 
org.overlord.bam.epn.jee.jmx - package org.overlord.bam.epn.jee.jmx
 
org.overlord.bam.epn.loader.jee - package org.overlord.bam.epn.loader.jee
 
org.overlord.bam.epn.mvel - package org.overlord.bam.epn.mvel
 
org.overlord.bam.epn.service - package org.overlord.bam.epn.service
 
org.overlord.bam.epn.service.infinispan - package org.overlord.bam.epn.service.infinispan
 
org.overlord.bam.epn.util - package org.overlord.bam.epn.util
 
org.overlord.bam.samples.jbossas.activityclient - package org.overlord.bam.samples.jbossas.activityclient
 
org.overlord.bam.samples.jbossas.slamonitor.monitor - package org.overlord.bam.samples.jbossas.slamonitor.monitor
 
org.overlord.bam.service.dependency - package org.overlord.bam.service.dependency
 
org.overlord.bam.service.dependency.layout - package org.overlord.bam.service.dependency.layout
 
org.overlord.bam.service.dependency.rest - package org.overlord.bam.service.dependency.rest
 
org.overlord.bam.service.dependency.svg - package org.overlord.bam.service.dependency.svg
 
org.switchyard.quickstarts.demos.orders - package org.switchyard.quickstarts.demos.orders
 
Origin - Class in org.overlord.bam.activity.model
This class represents information about the origin of the activity events reported.
Origin() - Constructor for class org.overlord.bam.activity.model.Origin
The default constructor.
Origin(Origin) - Constructor for class org.overlord.bam.activity.model.Origin
The copy constructor.
overview(int) - Method in class org.overlord.bam.service.dependency.rest.RESTServiceDependencyServer
This method handles queries.

P

Payment - Class in org.switchyard.quickstarts.demos.orders
 
Payment() - Constructor for class org.switchyard.quickstarts.demos.orders.Payment
 
PolicyEnforcer - Class in org.switchyard.quickstarts.demos.orders
 
PolicyEnforcer() - Constructor for class org.switchyard.quickstarts.demos.orders.PolicyEnforcer
 
postProcessEvents(EventList) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method resets the events, to enable them to be used in the context of another classloader.
Predicate - Class in org.overlord.bam.active.collection.predicate
This interface is used to determine whether a changed item in a parent active collection is relevant to a child collection.
Predicate() - Constructor for class org.overlord.bam.active.collection.predicate.Predicate
 
Predicate - Class in org.overlord.bam.epn
This class represents the predicate applied to an event being processed.
Predicate() - Constructor for class org.overlord.bam.epn.Predicate
 
preInit(ActiveCollectionSource) - Method in class org.overlord.bam.active.collection.AbstractACSLoader
This method pre-initializes the Active Collection Source before it is registered with the manager.
preInit() - Method in class org.overlord.bam.active.collection.AbstractActiveChangeListener
This method pre-initializes the active change listener in situations where it needs to be initialized before registration with the collection.
preInit() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method pre-initializes the active collection source in situations where it needs to be initialized before registration with the manager.
preInit() - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method pre-initializes the active collection source in situations where it needs to be initialized before registration with the manager.
preInit() - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method pre-initializes the active change listener in situations where it needs to be initialized before registration with the collection.
preInit(Network) - Method in class org.overlord.bam.epn.AbstractEPNLoader
This method pre-initializes the network before it is registered with the container.
preInit() - Method in class org.overlord.bam.epn.Network
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.
preProcess(ActivityType, int) - Method in class org.overlord.bam.samples.jbossas.activityclient.ActivityClient
This method pre-processes the supplied activity type.
preProcessEvents(EventList, Network) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method deserializes the events in the context of the supplied network.
preProcessEvents(EventList, ClassLoader) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method deserializes the events in the context of the supplied classloader.
PrincipalChangeNotification - Class in org.overlord.bam.analytics.principal
This class represents a change notification related to a principal.
PrincipalChangeNotification() - Constructor for class org.overlord.bam.analytics.principal.PrincipalChangeNotification
 
PrincipalChangeNotification.Type - Enum in org.overlord.bam.analytics.principal
This enumeration type represents the severity of the situation.
process(String, Serializable, int) - Method in class org.overlord.bam.content.epn.ServiceDefinitionProcessor
This method processes the supplied event, and optionally returns a transformed representation to be forwarded to other processors.
process(String, Serializable, int) - Method in class org.overlord.bam.content.epn.ServiceResponseTimeProcessor
This method processes the supplied event, and optionally returns a transformed representation to be forwarded to other processors.
process(String, Serializable, int) - Method in class org.overlord.bam.content.epn.SOAActivityTypeEventSplitter
This method processes the supplied event, and optionally returns a transformed representation to be forwarded to other processors.
process(Network, Node, String, EventList, int) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method dispatches a set of events directly to the supplied node.
process(String, Serializable, int) - Method in class org.overlord.bam.epn.cep.CEPEventProcessor
This method processes the supplied event, and optionally returns a transformed representation to be forwarded to other processors.
process(String, Serializable, int) - Method in class org.overlord.bam.epn.EventProcessor
This method processes the supplied event, and optionally returns a transformed representation to be forwarded to other processors.
process(String, Serializable, int) - Method in class org.overlord.bam.epn.mvel.MVELEventProcessor
This method processes the supplied event, and optionally returns a transformed representation to be forwarded to other processors.
process(EPNContainer, String, EventList, int) - Method in class org.overlord.bam.epn.Node
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.
processActivityUnit(ActivityUnit) - Method in class org.overlord.bam.activity.server.impl.ActivityServerImpl
This method processes the activity unit to establish consistent context and id information across the activity unit and contained activity types.
ProcessCompleted - Class in org.overlord.bam.activity.model.bpm
This activity type represents a process completed event.
ProcessCompleted() - Constructor for class org.overlord.bam.activity.model.bpm.ProcessCompleted
The default constructor.
ProcessCompleted(ProcessCompleted) - Constructor for class org.overlord.bam.activity.model.bpm.ProcessCompleted
The copy constructor.
ProcessCompleted.Status - Enum in org.overlord.bam.activity.model.bpm
The status of the process upon completion.
processExternalInvocation(Map<String, ServiceDefinition>, MEPDefinition, RequestSent, ResponseReceived) - Static method in class org.overlord.bam.analytics.service.util.ServiceDefinitionUtil
This method processes the external invocation and associates the details with the supplied MEP definition.
processMEP(List<ResponseTime>, ServiceDefinition, OperationDefinition, MEPDefinition) - Method in class org.overlord.bam.content.epn.ServiceResponseTimeProcessor
This method processes the MEP definition to extract the response time information.
processNotification(String, String, String, String, NotificationType, EventList) - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method processes the notification to update the active collection accordingly.
processOperation(List<ResponseTime>, ServiceDefinition, OperationDefinition) - Method in class org.overlord.bam.content.epn.ServiceResponseTimeProcessor
This method processes the operation definition to extract the response time information.
processServiceInvoked(Map<String, ServiceDefinition>, RequestReceived, ResponseSent) - Static method in class org.overlord.bam.analytics.service.util.ServiceDefinitionUtil
This method processes the service invocation.
ProcessStarted - Class in org.overlord.bam.activity.model.bpm
This activity type represents a process started event.
ProcessStarted() - Constructor for class org.overlord.bam.activity.model.bpm.ProcessStarted
The default constructor.
ProcessStarted(ProcessStarted) - Constructor for class org.overlord.bam.activity.model.bpm.ProcessStarted
The copy constructor.
properties() - Method in class org.overlord.bam.activity.model.ActivityUnit
This method gets all the properties associated with the activity unit and its contained activity types.
publish(String, List<? extends Serializable>) - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager
This method publishes the supplied events to be processed by any network subscribed to the nominated subject.
publish(String, EventList) - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager
This method publishes the event list to the specific subject.
publish(String, List<? extends Serializable>) - Method in interface org.overlord.bam.epn.EPNManager
This method publishes the supplied events to be processed by any network subscribed to the nominated subject.
publish(String, List<? extends Serializable>) - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
This method publishes the supplied events to be processed by any network subscribed to the nominated subject.
publishAggregateEvents() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method publishes any aggregated events to the associated active collection.
put(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveMap
putAll(Map<? extends Object, ? extends Object>) - Method in class org.overlord.bam.active.collection.ActiveMap

Q

query(QuerySpec) - Method in class org.overlord.bam.active.collection.ActiveCollection
This method queries the active collection, using the supplied spec.
query(QuerySpec) - Method in class org.overlord.bam.active.collection.ActiveList
This method queries the active collection, using the supplied spec.
query(QuerySpec) - Method in class org.overlord.bam.active.collection.ActiveMap
This method queries the active collection, using the supplied spec.
query(String) - Method in class org.overlord.bam.active.collection.rest.RESTActiveCollectionServer
This method handles queries.
query(QuerySpec) - Method in interface org.overlord.bam.activity.server.ActivityServer
This method retrieves a set of activity events associated with the supplied query.
query(QuerySpec) - Method in interface org.overlord.bam.activity.server.ActivityStore
This method queries the persistent store for activity events that satisfy the supplied query.
query(QuerySpec) - Method in class org.overlord.bam.activity.server.impl.ActivityServerImpl
This method retrieves a set of activity events associated with the supplied query.
query(QuerySpec) - Method in class org.overlord.bam.activity.server.jms.client.JMSActivityServer
This method retrieves a set of activity events associated with the supplied query.
query(QuerySpec) - Method in class org.overlord.bam.activity.server.rest.client.RESTActivityServer
This method retrieves a set of activity events associated with the supplied query.
query(String) - Method in class org.overlord.bam.activity.server.rest.RESTActivityServer
This method handles queries for activity events.
query(QuerySpec) - Method in class org.overlord.bam.activity.store.jpa.JPAActivityStore
This method queries the persistent store for activity events that satisfy the supplied query.
query(String) - Method in class org.overlord.bam.activity.store.jpa.JPAActivityStore
This method performs the query associated with the supplied query expression, returning the results as a list of activity types.
query(QuerySpec) - Method in class org.overlord.bam.activity.store.mem.MemActivityStore
This method queries the persistent store for activity events that satisfy the supplied query.
QuerySpec - Class in org.overlord.bam.active.collection
This class defines the query specification that can be used to define the active collection that is required.
QuerySpec() - Constructor for class org.overlord.bam.active.collection.QuerySpec
The default constructor.
QuerySpec - Class in org.overlord.bam.activity.server
This class represents a query specification.
QuerySpec() - Constructor for class org.overlord.bam.activity.server.QuerySpec
This is the default constructor.
QuerySpec.Style - Enum in org.overlord.bam.active.collection
This enumerated type defines the style used for returning the results.
QuerySpec.Truncate - Enum in org.overlord.bam.active.collection
This enumerated type defines where truncation should occur if the collection size is greater than the maximum number of items specified.

R

readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.ActivityType
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.ActivityTypeId
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.ActivityUnit
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.bpm.BPMActivityType
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.bpm.ProcessCompleted
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.bpm.ProcessStarted
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.Context
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.mom.MessageExchange
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.mom.MessageReceived
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.mom.MessageSent
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.Origin
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.soa.RequestReceived
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.soa.RequestSent
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.soa.ResponseReceived
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.soa.ResponseSent
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
readExternal(ObjectInput) - Method in class org.overlord.bam.activity.server.QuerySpec
readExternal(ObjectInput) - Method in class org.overlord.bam.analytics.principal.PrincipalChangeNotification
readExternal(ObjectInput) - Method in class org.overlord.bam.analytics.service.InvocationDefinition
readExternal(ObjectInput) - Method in class org.overlord.bam.analytics.service.InvocationMetric
readExternal(ObjectInput) - Method in class org.overlord.bam.analytics.service.MEPDefinition
readExternal(ObjectInput) - Method in class org.overlord.bam.analytics.service.OperationDefinition
readExternal(ObjectInput) - Method in class org.overlord.bam.analytics.service.RequestFaultDefinition
readExternal(ObjectInput) - Method in class org.overlord.bam.analytics.service.RequestResponseDefinition
readExternal(ObjectInput) - Method in class org.overlord.bam.analytics.service.ResponseTime
readExternal(ObjectInput) - Method in class org.overlord.bam.analytics.service.ServiceDefinition
readExternal(ObjectInput) - Method in class org.overlord.bam.analytics.Situation
Receipt - Class in org.switchyard.quickstarts.demos.orders
 
Receipt() - Constructor for class org.switchyard.quickstarts.demos.orders.Receipt
 
record(ActivityType) - Method in class org.overlord.bam.activity.collector.AbstractActivityCollector
This method records the supplied activity type.
record(ActivityType) - Method in interface org.overlord.bam.activity.collector.ActivityCollector
This method records the supplied activity type.
register(ActiveCollectionSource) - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method registers the active collection source with the manager.
register(ActiveCollectionSource) - Method in interface org.overlord.bam.active.collection.ActiveCollectionManager
This method registers the active collection source with the manager.
register(Network) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method registers a network.
register(Network) - Method in interface org.overlord.bam.epn.EPNManager
This method registers a network.
registered(ActiveCollection) - Method in interface org.overlord.bam.active.collection.ActiveCollectionListener
This method notifies the listener that an active collection has been registered.
registered(ActiveCollection) - Method in class org.overlord.bam.active.collection.jee.ACManagement
This method notifies the listener that an active collection has been registered.
registered(Network) - Method in class org.overlord.bam.epn.jee.jmx.EPNManagement
This method indicates that a network has been registered.
registered(Network) - Method in interface org.overlord.bam.epn.NetworkListener
This method indicates that a network has been registered.
registerEntryPoints(Network) - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager
This method registers the network's entry point against its list of subscription subjects.
registerSubjects(Network) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method registers the supplied network against the subjects it is interested in.
remove(String) - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method explicitly removes the named derived active collection making it unavailable to other clients.
remove(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollection
This method removes the supplied object from the active collection.
remove(String) - Method in interface org.overlord.bam.active.collection.ActiveCollectionManager
This method explicitly removes the named derived active collection making it unavailable to other clients.
remove(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method removes the supplied object from the active collection.
remove(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveList
This method removes the supplied object from the active collection.
remove(Object) - Method in class org.overlord.bam.active.collection.ActiveList
remove(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveMap
This method removes the supplied object from the active collection.
remove(Object) - Method in class org.overlord.bam.active.collection.ActiveMap
remove(ActivityUnit) - Method in class org.overlord.bam.activity.store.jpa.JPAActivityStore
This method removes the supplied activity unit.
remove(Network) - Method in class org.overlord.bam.epn.AbstractEPNManager.NetworkList
This method removes an instance of the Network from the list.
removeActiveChangeListener(ActiveChangeListener) - Method in class org.overlord.bam.active.collection.ActiveCollection
This method removes an Active Change Listener.
removeActiveCollectionListener(ActiveCollectionListener) - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method unregisters an active collection listener.
removeActiveCollectionListener(ActiveCollectionListener) - Method in interface org.overlord.bam.active.collection.ActiveCollectionManager
This method unregisters an active collection listener.
removeAll(Collection<?>) - Method in class org.overlord.bam.active.collection.ActiveList
removed(Object, Object) - Method in interface org.overlord.bam.active.collection.ActiveChangeListener
This method notifies the listener that an object has been inserted.
removed(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollection.ActiveCollectionAdapter
This method notifies the listener that an object has been inserted.
removed(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollection
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.
removed(Object, Object) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method notifies the listener that an object has been inserted.
removeNetworkListener(NetworkListener) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method unregisters a network listener.
removeNetworkListener(NetworkListener) - Method in interface org.overlord.bam.epn.EPNManager
This method unregisters a network listener.
removeNotificationListener(NotificationListener) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
removeNotificationListener(String, NotificationListener) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method unregisters a node listener for the specified network.
removeNotificationListener(String, NotificationListener) - Method in interface org.overlord.bam.epn.EPNManager
This method unregisters a node listener for the specified network.
RequestFaultDefinition - Class in org.overlord.bam.analytics.service
This class represents a request/fault MEP associated with a service operation.
RequestFaultDefinition() - Constructor for class org.overlord.bam.analytics.service.RequestFaultDefinition
Default constructor.
RequestFaultDefinition(RequestFaultDefinition) - Constructor for class org.overlord.bam.analytics.service.RequestFaultDefinition
Copy constructor.
RequestReceived - Class in org.overlord.bam.activity.model.soa
This activity type represents a received request.
RequestReceived() - Constructor for class org.overlord.bam.activity.model.soa.RequestReceived
The default constructor.
RequestReceived(RequestReceived) - Constructor for class org.overlord.bam.activity.model.soa.RequestReceived
The copy constructor.
RequestResponseDefinition - Class in org.overlord.bam.analytics.service
This class represents a normal request/response MEP associated with a service operation.
RequestResponseDefinition() - Constructor for class org.overlord.bam.analytics.service.RequestResponseDefinition
Default constructor.
RequestResponseDefinition(RequestResponseDefinition) - Constructor for class org.overlord.bam.analytics.service.RequestResponseDefinition
Copy constructor.
RequestSent - Class in org.overlord.bam.activity.model.soa
This activity type represents a sent request.
RequestSent() - Constructor for class org.overlord.bam.activity.model.soa.RequestSent
The default constructor.
RequestSent(RequestSent) - Constructor for class org.overlord.bam.activity.model.soa.RequestSent
The copy constructor.
requiresLayout(ServiceNode) - Method in class org.overlord.bam.service.dependency.layout.ServiceGraphLayoutImpl
This method determines whether the supplied service node requires layout.
reset() - Method in class org.overlord.bam.activity.collector.BatchedActivityUnitLogger
This method resets the counters and timers.
reset() - Method in class org.overlord.bam.epn.EventList
This method resets the contents so they are no longer available until resolved under another classloader.
resolve(ClassLoader) - Method in class org.overlord.bam.epn.EventList
This method resolves the contained list.
ResponseReceived - Class in org.overlord.bam.activity.model.soa
This activity type represents a received request.
ResponseReceived() - Constructor for class org.overlord.bam.activity.model.soa.ResponseReceived
The default constructor.
ResponseReceived(ResponseReceived) - Constructor for class org.overlord.bam.activity.model.soa.ResponseReceived
The copy constructor.
ResponseSent - Class in org.overlord.bam.activity.model.soa
This activity type represents a sent request.
ResponseSent() - Constructor for class org.overlord.bam.activity.model.soa.ResponseSent
The default constructor.
ResponseSent(ResponseSent) - Constructor for class org.overlord.bam.activity.model.soa.ResponseSent
The copy constructor.
ResponseTime - Class in org.overlord.bam.analytics.service
This class represents response time information associated with the invocation of a service.
ResponseTime() - Constructor for class org.overlord.bam.analytics.service.ResponseTime
Default constructor.
ResponseTime(ResponseTime) - Constructor for class org.overlord.bam.analytics.service.ResponseTime
Copy constructor.
RESTActiveCollectionServer - Class in org.overlord.bam.active.collection.rest
This class represents the RESTful interface to the active collection server.
RESTActiveCollectionServer() - Constructor for class org.overlord.bam.active.collection.rest.RESTActiveCollectionServer
This is the default constructor.
RESTActiveCollectionServerApplication - Class in org.overlord.bam.active.collection.rest
This class represents the REST application for the active collection manager.
RESTActiveCollectionServerApplication() - Constructor for class org.overlord.bam.active.collection.rest.RESTActiveCollectionServerApplication
This is the default constructor.
RESTActivityServer - Class in org.overlord.bam.activity.server.rest.client
This class provides the REST client implementation of the activity server.
RESTActivityServer() - Constructor for class org.overlord.bam.activity.server.rest.client.RESTActivityServer
 
RESTActivityServer - Class in org.overlord.bam.activity.server.rest
This class represents the RESTful interface to the activity server.
RESTActivityServer() - Constructor for class org.overlord.bam.activity.server.rest.RESTActivityServer
This is the default constructor.
RESTActivityServerApplication - Class in org.overlord.bam.activity.server.rest
This class represents the REST application for the activity server.
RESTActivityServerApplication() - Constructor for class org.overlord.bam.activity.server.rest.RESTActivityServerApplication
This is the default constructor.
RESTServiceDependencyServer - Class in org.overlord.bam.service.dependency.rest
This class represents the RESTful interface to the service dependency server.
RESTServiceDependencyServer() - Constructor for class org.overlord.bam.service.dependency.rest.RESTServiceDependencyServer
This is the default constructor.
RESTServiceDependencyServerApplication - Class in org.overlord.bam.service.dependency.rest
This class represents the REST application for the service dependency service.
RESTServiceDependencyServerApplication() - Constructor for class org.overlord.bam.service.dependency.rest.RESTServiceDependencyServerApplication
This is the default constructor.
retainAll(Collection<?>) - Method in class org.overlord.bam.active.collection.ActiveList
retry(String, String, String, String, EventList, int) - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl
This method handles retrying the supplied set of events, if the number of retries left is greater than 0.
RPCActivityType - Class in org.overlord.bam.activity.model.soa
This activity type represents a RPC activity.
RPCActivityType() - Constructor for class org.overlord.bam.activity.model.soa.RPCActivityType
The default constructor.
RPCActivityType(RPCActivityType) - Constructor for class org.overlord.bam.activity.model.soa.RPCActivityType
The copy constructor.
run() - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager.HouseKeeper
run() - Method in class org.overlord.bam.active.collection.ActiveCollectionSource.Aggregator
run() - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EPNTask

S

saveDocument(Document, OutputStream) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method saves the supplied document to the output stream.
scheduleTxns(int) - Method in class org.overlord.bam.samples.jbossas.activityclient.ActivityClient
This method performs a random series of business transactions.
send(EventList) - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
send(EventList, int) - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedChannel
send(EventList, List<Channel>) - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager.EmbeddedEPNContainer
This method sends the supplied events to the supplied list of channels.
send(EventList, List<Channel>) - Method in interface org.overlord.bam.epn.EPNContainer
This method sends the supplied events to the supplied list of channels.
send(EventList, List<Channel>) - Method in class org.overlord.bam.epn.jee.JEEEPNManagerImpl.JMSEPNContainer
This method sends the supplied events to the supplied list of channels.
send(EventList) - Method in class org.overlord.bam.epn.jee.JMSChannel
send(EventList, int) - Method in class org.overlord.bam.epn.jee.JMSChannel
send(String) - Method in class org.overlord.bam.samples.jbossas.activityclient.ActivityClient
This method sends the contents of the named transaction to the activity server.
sendMessage() - Method in class org.overlord.bam.activity.collector.activity.server.ActivityServerLogger
This method sends the message.
sendMessage() - Method in class org.overlord.bam.activity.collector.BatchedActivityUnitLogger
This method sends the message.
serialize(Network) - Static method in class org.overlord.bam.epn.util.NetworkUtil
This method serializes an Event Processor Network into a JSON representation.
serializeACS(List<ActiveCollectionSource>) - Static method in class org.overlord.bam.active.collection.util.ActiveCollectionUtil
This method serializes a list of Active Collection Sources into a JSON representation.
serializeActivityTypeList(List<ActivityType>) - Static method in class org.overlord.bam.activity.util.ActivityUtil
This method serializes an ActivityType event list into a JSON representation.
serializeActivityUnit(ActivityUnit) - Static method in class org.overlord.bam.activity.util.ActivityUtil
This method serializes an Activity event into a JSON representation.
serializeActivityUnitList(List<ActivityUnit>) - Static method in class org.overlord.bam.activity.util.ActivityUtil
This method serializes an ActivityUnit list into a JSON representation.
serializeQuerySpec(QuerySpec) - Static method in class org.overlord.bam.active.collection.util.ActiveCollectionUtil
This method serializes a query specification into a JSON representation.
serializeQuerySpec(QuerySpec) - Static method in class org.overlord.bam.activity.util.ActivityUtil
This method serializes a Query Spec into a JSON representation.
serializeServiceDefinition(ServiceDefinition) - Static method in class org.overlord.bam.analytics.service.util.ServiceDefinitionUtil
This method serializes a Service Definition into a JSON representation.
SERVICE_BORDER_PADDING - Static variable in class org.overlord.bam.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the padding gap around the service inside.
SERVICE_HEADER_PADDING - Static variable in class org.overlord.bam.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the padding for the service node header.
SERVICE_HORIZONTAL_PADDING - Static variable in class org.overlord.bam.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the horizontal padding between service nodes.
SERVICE_INITIAL_HORIZONTAL_PADDING - Static variable in class org.overlord.bam.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the initial horizontal padding for the root service nodes.
SERVICE_VERTICAL_PADDING - Static variable in class org.overlord.bam.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the vertical padding between service nodes.
SERVICE_WIDTH - Static variable in class org.overlord.bam.service.dependency.layout.ServiceGraphLayoutImpl
This definition represents the width of a service node.
ServiceDefinition - Class in org.overlord.bam.analytics.service
This class represents the service contract details associated with a service type.
ServiceDefinition() - Constructor for class org.overlord.bam.analytics.service.ServiceDefinition
Default constructor.
ServiceDefinition(ServiceDefinition) - Constructor for class org.overlord.bam.analytics.service.ServiceDefinition
Copy constructor.
ServiceDefinitionProcessor - Class in org.overlord.bam.content.epn
This class provides an implementation of the EventProcessor interface, used to derive service definitions from the stream of activity units.
ServiceDefinitionProcessor() - Constructor for class org.overlord.bam.content.epn.ServiceDefinitionProcessor
 
ServiceDefinitionUtil - Class in org.overlord.bam.analytics.service.util
This class provides utility functions related to the service definition.
ServiceDependencyBuilder - Class in org.overlord.bam.service.dependency
This class builds a service view representing the dependency between a list of service definitions.
ServiceGraph - Class in org.overlord.bam.service.dependency
This class represents the service graph.
ServiceGraph() - Constructor for class org.overlord.bam.service.dependency.ServiceGraph
The default constructor.
ServiceGraphLayout - Interface in org.overlord.bam.service.dependency.layout
This interface represents the service graph layout algorithm.
ServiceGraphLayoutImpl - Class in org.overlord.bam.service.dependency.layout
This class represents the default service graph layout algorithm implementation.
ServiceGraphLayoutImpl() - Constructor for class org.overlord.bam.service.dependency.layout.ServiceGraphLayoutImpl
 
ServiceNode - Class in org.overlord.bam.service.dependency
This class represents a node in the service graph.
ServiceNode() - Constructor for class org.overlord.bam.service.dependency.ServiceNode
The default constructor.
ServiceResponseTimeProcessor - Class in org.overlord.bam.content.epn
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.
ServiceResponseTimeProcessor() - Constructor for class org.overlord.bam.content.epn.ServiceResponseTimeProcessor
 
ServiceTree - Class in org.overlord.bam.service.dependency
This class represents the service call tree.
ServiceTree() - Constructor for class org.overlord.bam.service.dependency.ServiceTree
The default constructor.
setAccepted(boolean) - Method in class org.switchyard.quickstarts.demos.orders.OrderAck
 
setActiveChangeListeners(List<AbstractActiveChangeListener>) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method returns the list of active change listeners to be automatically registered against the active collection associated with this source..
setActiveCollection(ActiveCollection) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the Active Collection associated with the source.
setActivityCollectionManager(ActiveCollectionManager) - Method in class org.overlord.bam.active.collection.rest.RESTActiveCollectionServer
This method sets the activity server.
setActivityCollectionManager(ActiveCollectionManager) - Method in class org.overlord.bam.service.dependency.rest.RESTServiceDependencyServer
This method sets the activity server.
setActivityServer(ActivityServer) - Method in class org.overlord.bam.activity.collector.activity.server.ActivityServerLogger
This method sets the activity server.
setActivityServer(ActivityServer) - Method in class org.overlord.bam.activity.server.rest.RESTActivityServer
This method sets the activity server.
setActivityStore(ActivityStore) - Method in class org.overlord.bam.activity.server.impl.ActivityServerImpl
This method sets the activity store.
setActivityTypes(List<ActivityType>) - Method in class org.overlord.bam.activity.model.ActivityUnit
This method sets the activity types.
setActivityUnitLogger(ActivityUnitLogger) - Method in class org.overlord.bam.activity.collector.AbstractActivityCollector
This method sets the activity logger.
setActivityUnitLogger(ActivityUnitLogger) - Method in interface org.overlord.bam.activity.collector.ActivityCollector
This method sets the activity unit logger.
setAggregationDuration(long) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the aggregation duration.
setAggregationScript(String) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the aggregation script.
setAmount(double) - Method in class org.switchyard.quickstarts.demos.orders.Payment
 
setAmount(double) - Method in class org.switchyard.quickstarts.demos.orders.Receipt
 
setAverage(long) - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method sets the average duration.
setAverage(long) - Method in class org.overlord.bam.analytics.service.ResponseTime
This method sets the average.
setAverageChange(int) - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method sets the average duration change (if applicable).
setCollection(String) - Method in class org.overlord.bam.active.collection.QuerySpec
This method sets the name of the collection.
setCollectorContext(CollectorContext) - Method in class org.overlord.bam.activity.collector.AbstractActivityCollector
This method sets the collector context.
setCollectorContext(CollectorContext) - Method in interface org.overlord.bam.activity.collector.ActivityCollector
This method sets the collector context.
setColorSelector(ColorSelector) - Method in class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
This method sets the color selector.
setContainer(String) - Method in class org.overlord.bam.epn.service.infinispan.InfinispanCacheManager
This method sets the container resource.
setContent(String) - Method in class org.overlord.bam.activity.model.mom.MessageExchange
This method sets the content.
setContent(String) - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method sets the content.
setContext(List<Context>) - Method in class org.overlord.bam.activity.model.ActivityType
This method sets the context.
setCopyOnRead(boolean) - Method in class org.overlord.bam.active.collection.ActiveList
This method sets the copy on read flag.
setCount(int) - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method sets the count.
setCountChange(int) - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method sets the count change (if applicable).
setCustomer(String) - Method in class org.switchyard.quickstarts.demos.orders.Order
 
setCustomer(String) - Method in class org.switchyard.quickstarts.demos.orders.OrderAck
 
setCustomer(String) - Method in class org.switchyard.quickstarts.demos.orders.Payment
 
setCustomer(String) - Method in class org.switchyard.quickstarts.demos.orders.Receipt
 
setDescription(String) - Method in class org.overlord.bam.analytics.Situation
This method sets the situation description.
setDescription(String) - Method in class org.overlord.bam.service.dependency.ServiceGraph
This method sets the description.
setDescriptionScript(String) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method sets the description script for the JMX MBean.
setDestination(String) - Method in class org.overlord.bam.activity.model.mom.MessageExchange
This method sets the destination.
setDestinationSubjects(List<String>) - Method in class org.overlord.bam.epn.Node
This method sets the list of destination subjects.
setEntityManagerName(String) - Method in class org.overlord.bam.activity.store.jpa.JPAActivityStore
This method sets the entity manager name.
setEPNManager(EPNManager) - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method sets the EPN manager.
setEventProcessor(EventProcessor) - Method in class org.overlord.bam.epn.Node
This method sets the event processor.
setExpression(String) - Method in class org.overlord.bam.active.collection.predicate.MVEL
This method sets the expression.
setExpression(String) - Method in class org.overlord.bam.activity.server.QuerySpec
This method sets the expression.
setExpression(String) - Method in class org.overlord.bam.epn.mvel.MVELPredicate
This method sets the expression.
setFault(String) - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method sets the fault.
setFault(String) - Method in class org.overlord.bam.analytics.service.InvocationDefinition
This method sets the optional fault.
setFault(String) - Method in class org.overlord.bam.analytics.service.RequestFaultDefinition
This method sets the optional fault.
setFault(String) - Method in class org.overlord.bam.analytics.service.ResponseTime
This method sets the optional fault.
setFormat(String) - Method in class org.overlord.bam.activity.server.QuerySpec
This method sets the format.
setFromTimestamp(long) - Method in class org.overlord.bam.activity.server.QuerySpec
This method sets the 'from' timestamp.
setGroupBy(String) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the 'group by' expression.
setHighWaterMark(int) - Method in class org.overlord.bam.active.collection.ActiveCollection
This method sets the high water mark, used to indicate when a warning should be issued.
setHighWaterMark(int) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the high water mark, used to indicate when a warning should be issued.
setHighWaterMarkWarningIssued(boolean) - Method in class org.overlord.bam.active.collection.ActiveCollection
This method sets whether the high water mark warning has been issued.
setHost(String) - Method in class org.overlord.bam.activity.model.Origin
This method sets the host.
setHouseKeepingInterval(long) - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method sets the house keeping interval.
setHouseKeepingInterval(long) - Method in interface org.overlord.bam.active.collection.ActiveCollectionManager
This method sets the house keeping interval.
setHouseKeepingInterval(long) - Method in class org.overlord.bam.active.collection.jee.ACManagement
This method sets the house keeping interval.
setHouseKeepingInterval(long) - Method in interface org.overlord.bam.active.collection.jee.ACManagementMBean
This method sets the house keeping interval.
setId(String) - Method in class org.overlord.bam.activity.model.ActivityUnit
This method sets the activity id.
setInsertType(String) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method sets the insert type for the JMX MBean.
setInsertTypeScript(String) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method sets the insert type script for the JMX MBean.
setInstanceId(String) - Method in class org.overlord.bam.activity.model.bpm.BPMActivityType
This method sets the instance id.
setInvocations(List<InvocationDefinition>) - Method in class org.overlord.bam.analytics.service.MEPDefinition
This method sets the list of invocations associated with the operation.
setItemExpiration(long) - Method in class org.overlord.bam.active.collection.ActiveCollection
This method sets the item expiration duration.
setItemExpiration(long) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the item expiration duration.
setItemId(String) - Method in class org.switchyard.quickstarts.demos.orders.Item
 
setItemId(String) - Method in class org.switchyard.quickstarts.demos.orders.Order
 
setKey(Object) - Method in class org.overlord.bam.active.collection.ActiveMap.Entry
This method sets the key.
setLastAccessed(Network, long) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method sets the last accessed timestamp on the supplied network.
setMaintenanceScript(String) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the maintenance script.
setMax(long) - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method sets the maximum duration.
setMax(long) - Method in class org.overlord.bam.analytics.service.ResponseTime
This method sets the maximum duration.
setMaxChange(int) - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method sets the maximum duration change (if applicable).
setMaxItems(int) - Method in class org.overlord.bam.active.collection.ActiveCollection
This method sets the maximum number of items that will be in the active collection.
setMaxItems(int) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the maximum number of items that will be in the active collection.
setMaxItems(int) - Method in class org.overlord.bam.active.collection.QuerySpec
This method sets the maximum number of items that should be included in the query result, or 0 if unrestricted.
setMaxRetries(int) - Method in class org.overlord.bam.epn.Node
This method sets the maximum number of retries for processing an event.
setMaxTimeInterval(long) - Method in class org.overlord.bam.activity.collector.BatchedActivityUnitLogger
This method sets the maximum time interval that should be logged within a single batch.
setMaxTimeInterval(long) - Method in interface org.overlord.bam.activity.collector.BatchedActivityUnitLoggerMBean
This method sets the maximum time interval that should be logged within a single batch.
setMaxUnitCount(int) - Method in class org.overlord.bam.activity.collector.BatchedActivityUnitLogger
This method sets the maximum number of activity units that should be logged within a single batch.
setMaxUnitCount(int) - Method in interface org.overlord.bam.activity.collector.BatchedActivityUnitLoggerMBean
This method sets the maximum number of messages that should be logged within a single batch.
setMessageId(String) - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method sets the message id associated with the activity.
setMessageType(String) - Method in class org.overlord.bam.activity.model.mom.MessageExchange
This method sets the message type.
setMessageType(String) - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method sets the message type.
setMetrics(InvocationMetric) - Method in class org.overlord.bam.analytics.service.InvocationDefinition
This method sets the invocation metric information.
setMetrics(InvocationMetric) - Method in class org.overlord.bam.analytics.service.MEPDefinition
This method sets the invocation metric information.
setMin(long) - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method sets the minimum duration.
setMin(long) - Method in class org.overlord.bam.analytics.service.ResponseTime
This method sets the minimum duration.
setMinChange(int) - Method in class org.overlord.bam.analytics.service.InvocationMetric
This method sets the minimum duration change (if applicable).
setName(String) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the name of the active collection that this source represents.
setName(String) - Method in class org.overlord.bam.analytics.service.OperationDefinition
This method sets the operation name.
setName(String) - Method in class org.overlord.bam.epn.Network
This method sets the name of the network.
setName(String) - Method in class org.overlord.bam.epn.Node
This method sets the node name.
setName(String) - Method in class org.switchyard.quickstarts.demos.orders.Item
 
setNetwork(String) - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method sets the network name.
setNode(String) - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method sets the node name.
setNode(String) - Method in class org.overlord.bam.activity.model.Origin
This method sets the name of the node.
setNodeName(String) - Method in class org.overlord.bam.epn.Subscription
This method sets the node name.
setNodes(List<Node>) - Method in class org.overlord.bam.epn.Network
This method sets the event processor nodes.
setNotificationEnabled(List<Notification>) - Method in class org.overlord.bam.epn.Node
This method sets the list of notifications.
setNotifyType(NotificationType) - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method sets the notification type.
setObjectName(String) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method sets the object name for the JMX MBean.
setOperation(String) - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method sets the operation.
setOperation(String) - Method in class org.overlord.bam.analytics.service.InvocationDefinition
This method sets the operation.
setOperation(String) - Method in class org.overlord.bam.analytics.service.ResponseTime
This method sets the operation.
setOperation(OperationDefinition) - Method in class org.overlord.bam.service.dependency.OperationNode
This method sets the operation.
setOperations(List<OperationDefinition>) - Method in class org.overlord.bam.analytics.service.ServiceDefinition
This method sets the list of operations associated with the service.
setOrderId(String) - Method in class org.switchyard.quickstarts.demos.orders.DeliveryAck
 
setOrderId(String) - Method in class org.switchyard.quickstarts.demos.orders.Order
 
setOrderId(String) - Method in class org.switchyard.quickstarts.demos.orders.OrderAck
 
setOrigin(Origin) - Method in class org.overlord.bam.activity.model.ActivityUnit
This method sets the origin.
setParent(String) - Method in class org.overlord.bam.active.collection.QuerySpec
This method sets the name of the parent collection.
setPort(String) - Method in class org.overlord.bam.activity.model.Origin
This method sets the port.
setPredicate(Predicate) - Method in class org.overlord.bam.active.collection.QuerySpec
This method sets the optional predicate.
setPredicate(Predicate) - Method in class org.overlord.bam.epn.Node
This method sets the optional predicate that can be used to filter the source events that should be processed.
setPrincipal(String) - Method in class org.overlord.bam.activity.model.Origin
This method sets the principal.
setPrincipal(String) - Method in class org.overlord.bam.analytics.principal.PrincipalChangeNotification
This method sets the principal.
setProcessType(String) - Method in class org.overlord.bam.activity.model.bpm.ProcessStarted
This method sets the process type.
setProperties(Map<String, Object>) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the properties.
setProperties(Map<String, String>) - Method in class org.overlord.bam.activity.model.ActivityType
This method sets the properties.
setProperty(String, Serializable) - Method in class org.overlord.bam.analytics.principal.PrincipalChangeNotification
This method sets the property value associated with the supplied name.
setQuantity(int) - Method in class org.switchyard.quickstarts.demos.orders.Item
 
setQuantity(int) - Method in class org.switchyard.quickstarts.demos.orders.Order
 
setRemoveType(String) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method sets the remove type for the JMX MBean.
setRemoveTypeScript(String) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method sets the remove type script for the JMX MBean.
setReplyToId(String) - Method in class org.overlord.bam.activity.model.soa.ResponseReceived
This method sets the 'reply to' message id.
setReplyToId(String) - Method in class org.overlord.bam.activity.model.soa.ResponseSent
This method sets the 'reply to' message id.
setRequestFaults(List<RequestFaultDefinition>) - Method in class org.overlord.bam.analytics.service.OperationDefinition
This method sets the list of faults associated with the operation.
setRequestResponse(RequestResponseDefinition) - Method in class org.overlord.bam.analytics.service.OperationDefinition
This method sets the normal response details.
setRetryInterval(long) - Method in class org.overlord.bam.epn.Node
This method sets the retry interval.
setRootNode(ServiceNode) - Method in class org.overlord.bam.service.dependency.ServiceTree
This method sets the root node.
setRuleName(String) - Method in class org.overlord.bam.epn.cep.CEPEventProcessor
This method sets the rule name.
setScheduledInterval(long) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the scheduled interval.
setScheduledScript(String) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the scheduled script.
setScript(String) - Method in class org.overlord.bam.epn.mvel.MVELEventProcessor
This method sets the script.
setScript(String) - Method in class org.overlord.bam.epn.mvel.MVELPredicate
This method sets the script.
setScriptLocation(String) - Method in class org.overlord.bam.service.dependency.svg.MVELColorSelector
This method sets the script location.
setServerURL(String) - Method in class org.overlord.bam.activity.server.rest.client.RESTActivityServer
This method sets the URL of the Activity Server.
setService(ServiceDefinition) - Method in class org.overlord.bam.service.dependency.OperationNode
This method sets the service definition.
setService(ServiceDefinition) - Method in class org.overlord.bam.service.dependency.ServiceNode
This method sets the service definition.
setServices(Map<String, EPNService>) - Method in class org.overlord.bam.epn.EventProcessor
This method sets the map of names to services.
setServiceType(String) - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
This method sets the service type.
setServiceType(String) - Method in class org.overlord.bam.analytics.service.InvocationDefinition
This method sets the service type.
setServiceType(String) - Method in class org.overlord.bam.analytics.service.ResponseTime
This method sets the service type.
setServiceType(String) - Method in class org.overlord.bam.analytics.service.ServiceDefinition
This method sets the service type.
setSeverity(Situation.Severity) - Method in class org.overlord.bam.analytics.Situation
This method sets the severity value.
setSource(OperationNode) - Method in class org.overlord.bam.service.dependency.InvocationLink
This method sets the source operation node.
setSource(ServiceNode) - Method in class org.overlord.bam.service.dependency.UsageLink
This method sets the source service node.
setSourceNodes(List<String>) - Method in class org.overlord.bam.epn.Node
This method sets the list of sources.
setStatus(ProcessCompleted.Status) - Method in class org.overlord.bam.activity.model.bpm.ProcessCompleted
This method sets the status.
setStatus(String) - Method in class org.switchyard.quickstarts.demos.orders.OrderAck
 
setStyle(QuerySpec.Style) - Method in class org.overlord.bam.active.collection.QuerySpec
This method sets the style that should be used for returning the result.
setSubject(String) - Method in class org.overlord.bam.active.collection.epn.EPNActiveCollectionSource
This method sets the subject.
setSubject(String) - Method in class org.overlord.bam.analytics.Situation
This method sets the subject.
setSubject(String) - Method in class org.overlord.bam.epn.Notification
This method sets the subject.
setSubject(String) - Method in class org.overlord.bam.epn.Subscription
This method sets the subject.
setSubscriptions(List<Subscription>) - Method in class org.overlord.bam.epn.Network
This method sets the list of subscriptions that the network will subscribe to for events.
setTarget(OperationNode) - Method in class org.overlord.bam.service.dependency.InvocationLink
This method sets the target operation node.
setTarget(ServiceNode) - Method in class org.overlord.bam.service.dependency.UsageLink
This method sets the target service node.
setThread(String) - Method in class org.overlord.bam.activity.model.Origin
This method sets the thread.
setTimestamp(long) - Method in class org.overlord.bam.activity.model.ActivityType
This method sets the timestamp.
setTimestamp(long) - Method in class org.overlord.bam.analytics.service.ResponseTime
This method sets the timestamp.
setTimestamp(long) - Method in class org.overlord.bam.analytics.Situation
This method sets the timestamp.
setTotal(double) - Method in class org.switchyard.quickstarts.demos.orders.OrderAck
 
setToTimestamp(long) - Method in class org.overlord.bam.activity.server.QuerySpec
This method sets the 'to' timestamp.
setTruncate(QuerySpec.Truncate) - Method in class org.overlord.bam.active.collection.QuerySpec
This method sets which part of the collection should be truncated if the collection contains more items than can be returned in the query result.
setType(ActiveCollectionType) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method sets the active collection type.
setType(Context.Type) - Method in class org.overlord.bam.activity.model.Context
This method sets the type.
setType(PrincipalChangeNotification.Type) - Method in class org.overlord.bam.analytics.principal.PrincipalChangeNotification
This method sets the change type.
setType(String) - Method in class org.overlord.bam.analytics.Situation
This method sets the situation type.
setType(NotificationType) - Method in class org.overlord.bam.epn.Notification
This method sets the type.
setUnitId(String) - Method in class org.overlord.bam.activity.model.ActivityType
This method sets the activity unit id.
setUnitId(String) - Method in class org.overlord.bam.activity.model.ActivityTypeId
This method sets the activity unit id.
setUnitIndex(int) - Method in class org.overlord.bam.activity.model.ActivityType
This method sets the index of the activity type within the activity unit.
setUnitIndex(int) - Method in class org.overlord.bam.activity.model.ActivityTypeId
This method sets the index of the activity type within the activity unit.
setUnitPrice(double) - Method in class org.switchyard.quickstarts.demos.orders.Item
 
setUpdateType(String) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method sets the update type for the JMX MBean.
setUpdateTypeScript(String) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method sets the update type script for the JMX MBean.
setUsePrePostEventListProcessing(boolean) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method sets whether to use pre/post event list processing.
setValue(Object) - Method in class org.overlord.bam.active.collection.ActiveMap.Entry
This method sets the value.
setValue(String) - Method in class org.overlord.bam.activity.model.Context
This method sets the value.
setVersion(String) - Method in class org.overlord.bam.activity.model.bpm.ProcessStarted
This method sets the version.
setVersion(String) - Method in class org.overlord.bam.epn.Network
This method sets the version associated with the network.
Situation - Class in org.overlord.bam.analytics
This class represents the occurrence of an SLA violation.
Situation() - Constructor for class org.overlord.bam.analytics.Situation
 
Situation.Severity - Enum in org.overlord.bam.analytics
This enumeration type represents the severity of the situation.
size() - Method in class org.overlord.bam.active.collection.ActiveList
size() - Method in class org.overlord.bam.active.collection.ActiveMap
size() - Method in class org.overlord.bam.epn.AbstractEPNManager.NetworkList
This method returns the number of networks in the list.
size() - Method in class org.overlord.bam.epn.EventList
This method returns the number of events.
SLAMonitor - Class in org.overlord.bam.samples.jbossas.slamonitor.monitor
This is the custom event monitor that receives node notifications from the EPN, and makes the events available via a REST API.
SLAMonitor() - Constructor for class org.overlord.bam.samples.jbossas.slamonitor.monitor.SLAMonitor
This is the default constructor.
SLAMonitorApplication - Class in org.overlord.bam.samples.jbossas.slamonitor.monitor
This class represents the REST application for the SLA monitor.
SLAMonitorApplication() - Constructor for class org.overlord.bam.samples.jbossas.slamonitor.monitor.SLAMonitorApplication
This is the default constructor.
SOAActivityTypeEventSplitter - Class in org.overlord.bam.content.epn
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.
SOAActivityTypeEventSplitter() - Constructor for class org.overlord.bam.content.epn.SOAActivityTypeEventSplitter
 
startScope() - Method in class org.overlord.bam.activity.collector.AbstractActivityCollector
This method can be used to create an application controlled scope.
startScope(ActivityUnit) - Method in class org.overlord.bam.activity.collector.AbstractActivityCollector
This method starts the scope associated with the supplied activity unit.
startScope() - Method in interface org.overlord.bam.activity.collector.ActivityCollector
This method can be used to create an application controlled scope.
store(List<ActivityUnit>) - Method in interface org.overlord.bam.activity.server.ActivityServer
This method stores the supplied activity events.
store(List<ActivityUnit>) - Method in interface org.overlord.bam.activity.server.ActivityStore
This method stores the list of activity events.
store(List<ActivityUnit>) - Method in class org.overlord.bam.activity.server.impl.ActivityServerImpl
This method stores the supplied activity events.
store(List<ActivityUnit>) - Method in class org.overlord.bam.activity.server.jms.client.JMSActivityServer
This method stores the supplied activity events.
store(List<ActivityUnit>) - Method in class org.overlord.bam.activity.server.rest.client.RESTActivityServer
This method stores the supplied activity events.
store(String) - Method in class org.overlord.bam.activity.server.rest.RESTActivityServer
This method stores the supplied list of activity events.
store(List<ActivityUnit>) - Method in class org.overlord.bam.activity.store.jpa.JPAActivityStore
This method stores the list of activity events.
store(List<ActivityUnit>) - Method in class org.overlord.bam.activity.store.mem.MemActivityStore
This method stores the list of activity events.
subjects() - Method in class org.overlord.bam.epn.Network
This method returns the set of subjects that this network subscribes to.
submitOrder(Order) - Method in interface org.switchyard.quickstarts.demos.orders.OrderService
 
submitOrder(Order) - Method in class org.switchyard.quickstarts.demos.orders.OrderServiceBean
 
Subscription - Class in org.overlord.bam.epn
This class represents a subscription used to define a route for events from a subject to a node.
Subscription() - Constructor for class org.overlord.bam.epn.Subscription
The default constructor for the subscription.
SVGServiceGraphGenerator - Class in org.overlord.bam.service.dependency.svg
This class generates a SVG representation of a service graph.
SVGServiceGraphGenerator() - Constructor for class org.overlord.bam.service.dependency.svg.SVGServiceGraphGenerator
The default constructor.

T

toArray() - Method in class org.overlord.bam.active.collection.ActiveList
toArray(T[]) - Method in class org.overlord.bam.active.collection.ActiveList
toString() - Method in class org.overlord.bam.active.collection.predicate.MVEL
toString() - Method in class org.overlord.bam.active.collection.QuerySpec
toString() - Method in class org.overlord.bam.activity.model.ActivityUnit
toString() - Method in class org.overlord.bam.activity.model.Context
toString() - Method in class org.overlord.bam.activity.model.soa.ResponseReceived
toString() - Method in class org.overlord.bam.activity.model.soa.ResponseSent
toString() - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
toString() - Method in class org.overlord.bam.activity.server.QuerySpec
toString() - Method in class org.overlord.bam.analytics.service.InvocationMetric
toString() - Method in class org.overlord.bam.analytics.service.ResponseTime
toString() - Method in class org.overlord.bam.analytics.service.ServiceDefinition
toString() - Method in class org.overlord.bam.analytics.Situation
toString() - Method in class org.overlord.bam.epn.EventList
toString() - Method in class org.switchyard.quickstarts.demos.orders.DeliveryAck
 
toString() - Method in class org.switchyard.quickstarts.demos.orders.OrderAck
 
Transformers - Class in org.switchyard.quickstarts.demos.orders
 
Transformers() - Constructor for class org.switchyard.quickstarts.demos.orders.Transformers
 
transformOrder(Element) - Method in class org.switchyard.quickstarts.demos.orders.Transformers
Transform from a DOM element to an Order instance.
transformOrderAck(OrderAck) - Method in class org.switchyard.quickstarts.demos.orders.Transformers
Transform from an OrderAck to an Element.
transformPayment(Element) - Method in class org.switchyard.quickstarts.demos.orders.Transformers
Transform from a DOM element to a Payment instance.
transformReceipt(Receipt) - Method in class org.switchyard.quickstarts.demos.orders.Transformers
Transform from a Receipt to an Element.

U

unregister(ActiveCollectionSource) - Method in class org.overlord.bam.active.collection.AbstractActiveCollectionManager
This method unregisters the active collection source from the manager.
unregister(ActiveCollectionSource) - Method in interface org.overlord.bam.active.collection.ActiveCollectionManager
This method unregisters the active collection source from the manager.
unregister(String, String) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method unregisters a network, associated with the supplied name and version.
unregister(String, String) - Method in interface org.overlord.bam.epn.EPNManager
This method unregisters a network, associated with the supplied name and version.
unregistered(ActiveCollection) - Method in interface org.overlord.bam.active.collection.ActiveCollectionListener
This method notifies the listener that an active collection has been unregistered.
unregistered(ActiveCollection) - Method in class org.overlord.bam.active.collection.jee.ACManagement
This method notifies the listener that an active collection has been unregistered.
unregistered(Network) - Method in class org.overlord.bam.epn.jee.jmx.EPNManagement
This method indicates that a network has been unregistered.
unregistered(Network) - Method in interface org.overlord.bam.epn.NetworkListener
This method indicates that a network has been unregistered.
unregisterEntryPoints(Network) - Method in class org.overlord.bam.epn.embedded.EmbeddedEPNManager
This method unregisters the entry points associated with the supplied network.
unregisterSubjects(Network) - Method in class org.overlord.bam.epn.AbstractEPNManager
This method unregisters the supplied network from the subjects it is interested in.
update(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollection
This method updates the supplied value within the active collection, based on the supplied key.
update(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollectionSource
This method updates the supplied value within the active collection, based on the supplied key.
update(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveList
This method updates the supplied value within the active collection, based on the supplied key.
update(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveMap
This method updates the supplied value within the active collection, based on the supplied key.
updated(Object, Object) - Method in interface org.overlord.bam.active.collection.ActiveChangeListener
This method notifies the listener that an object has been inserted.
updated(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollection.ActiveCollectionAdapter
This method notifies the listener that an object has been inserted.
updated(Object, Object) - Method in class org.overlord.bam.active.collection.ActiveCollection
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.
updated(Object, Object) - Method in class org.overlord.bam.active.collection.jmx.JMXNotifier
This method notifies the listener that an object has been inserted.
URI - Static variable in interface org.overlord.bam.epn.EPNManager
The URI for the EPNManager registered in JNDI.
UsageLink - Class in org.overlord.bam.service.dependency
This class represents the usage link between two service nodes.
UsageLink() - Constructor for class org.overlord.bam.service.dependency.UsageLink
This is the default constructor.
UsageLink(ServiceNode, ServiceNode) - Constructor for class org.overlord.bam.service.dependency.UsageLink
This constructor sets the source and target service nodes.

V

valueOf(String) - Static method in enum org.overlord.bam.active.collection.ActiveCollectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.bam.active.collection.QuerySpec.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.bam.active.collection.QuerySpec.Truncate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.bam.activity.model.bpm.ProcessCompleted.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.bam.activity.model.Context.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.bam.analytics.principal.PrincipalChangeNotification.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.bam.analytics.Situation.Severity
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.overlord.bam.epn.NotificationType
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.overlord.bam.active.collection.ActiveCollectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.overlord.bam.active.collection.ActiveMap
values() - Static method in enum org.overlord.bam.active.collection.QuerySpec.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.bam.active.collection.QuerySpec.Truncate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.bam.activity.model.bpm.ProcessCompleted.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.bam.activity.model.Context.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.bam.analytics.principal.PrincipalChangeNotification.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.bam.analytics.Situation.Severity
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.overlord.bam.epn.NotificationType
Returns an array containing the constants of this enum type, in the order they are declared.

W

WIDTH - Static variable in interface org.overlord.bam.service.dependency.layout.ServiceGraphLayout
This property defines the width.
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.ActivityType
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.ActivityTypeId
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.ActivityUnit
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.bpm.BPMActivityType
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.bpm.ProcessCompleted
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.bpm.ProcessStarted
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.Context
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.mom.MessageExchange
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.mom.MessageReceived
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.mom.MessageSent
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.Origin
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.soa.RequestReceived
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.soa.RequestSent
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.soa.ResponseReceived
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.soa.ResponseSent
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.model.soa.RPCActivityType
writeExternal(ObjectOutput) - Method in class org.overlord.bam.activity.server.QuerySpec
writeExternal(ObjectOutput) - Method in class org.overlord.bam.analytics.principal.PrincipalChangeNotification
writeExternal(ObjectOutput) - Method in class org.overlord.bam.analytics.service.InvocationDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.bam.analytics.service.InvocationMetric
writeExternal(ObjectOutput) - Method in class org.overlord.bam.analytics.service.MEPDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.bam.analytics.service.OperationDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.bam.analytics.service.RequestFaultDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.bam.analytics.service.RequestResponseDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.bam.analytics.service.ResponseTime
writeExternal(ObjectOutput) - Method in class org.overlord.bam.analytics.service.ServiceDefinition
writeExternal(ObjectOutput) - Method in class org.overlord.bam.analytics.Situation

X

X_POSITION - Static variable in interface org.overlord.bam.service.dependency.layout.ServiceGraphLayout
This property defines the X position.

Y

Y_POSITION - Static variable in interface org.overlord.bam.service.dependency.layout.ServiceGraphLayout
This property defines the Y position.

A B C D E F G H I J K L M N O P Q R S T U V W X Y
Overlord BAM 1.0.0.20121105-M2

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.