|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceMonitorsProvider | |
---|---|
org.openspaces.esb.mule.pu | |
org.openspaces.events | A package including based classes and support classes for different OpenSpaces event containers. |
org.openspaces.events.asyncpolling | |
org.openspaces.events.notify | A notify event container allowing to use GigaSpace support for notifications. |
org.openspaces.events.polling | A polling event container generating events by performing polling receive operations. |
org.openspaces.events.support | |
org.openspaces.interop | |
org.openspaces.pu.container.jee.stats | |
org.openspaces.remoting | A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting integrations. |
Uses of ServiceMonitorsProvider in org.openspaces.esb.mule.pu |
---|
Classes in org.openspaces.esb.mule.pu that implement ServiceMonitorsProvider | |
---|---|
class |
OpenSpacesMuleContextLoader
OpenSpacesMuleContextLoader used for loading Mule configuration that refrenced from PU configuration
file. |
Uses of ServiceMonitorsProvider in org.openspaces.events |
---|
Classes in org.openspaces.events that implement ServiceMonitorsProvider | |
---|---|
class |
AbstractEventListenerContainer
A simple based class for SpaceDataEventListener based containers. |
class |
AbstractSpaceListeningContainer
Common base class for all containers which need to implement listening based on Space events. |
class |
AbstractTemplateEventListenerContainer
A simple base class that provides support methods for Template based event listeners. |
class |
AbstractTransactionalEventListenerContainer
|
Uses of ServiceMonitorsProvider in org.openspaces.events.asyncpolling |
---|
Classes in org.openspaces.events.asyncpolling that implement ServiceMonitorsProvider | |
---|---|
class |
SimpleAsyncPollingEventListenerContainer
Async polling event container uses the space async operation capabilities (such as GigaSpace.asyncTake(Object) in order to simulate events
(optionally transactional). |
Uses of ServiceMonitorsProvider in org.openspaces.events.notify |
---|
Classes in org.openspaces.events.notify that implement ServiceMonitorsProvider | |
---|---|
class |
AbstractNotifyEventListenerContainer
Base class for notifications based containers allowing to register listener that will be triggered by the space if notifications occur. |
class |
SimpleNotifyEventListenerContainer
A simple notification based container allowing to register a SpaceDataEventListener that will be triggered by notifications. |
Uses of ServiceMonitorsProvider in org.openspaces.events.polling |
---|
Classes in org.openspaces.events.polling that implement ServiceMonitorsProvider | |
---|---|
class |
AbstractPollingEventListenerContainer
Base class for listener container implementations which are based on polling. |
class |
SimplePollingEventListenerContainer
Event listener container variant that uses plain Space take API, specifically a loop of GigaSpace.take(Object,long) calls that also allow for transactional
reception of messages. |
Uses of ServiceMonitorsProvider in org.openspaces.events.support |
---|
Classes in org.openspaces.events.support that implement ServiceMonitorsProvider | |
---|---|
class |
EventContainersBus
Holds dynamically generated event containers. |
Uses of ServiceMonitorsProvider in org.openspaces.interop |
---|
Classes in org.openspaces.interop that implement ServiceMonitorsProvider | |
---|---|
class |
DotnetProcessingUnitBean
Dotnet processing unit bean, used as an adapter that will delegate the life cycle method invocation to the .Net processing unit implementation of the .Net GigaSpaces.Core.IProcessingUnit interface |
class |
DotnetProcessingUnitContainer
|
Uses of ServiceMonitorsProvider in org.openspaces.pu.container.jee.stats |
---|
Classes in org.openspaces.pu.container.jee.stats that implement ServiceMonitorsProvider | |
---|---|
class |
RequestStatisticsFilter
A simple statistics filter that counts the total processed and failed (i.e. resulted in an exception) requests, as well as the number of active requests. |
Uses of ServiceMonitorsProvider in org.openspaces.remoting |
---|
Classes in org.openspaces.remoting that implement ServiceMonitorsProvider | |
---|---|
class |
SpaceRemotingServiceExporter
Exports a list of services (beans) as remote services with the Space as the transport layer. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |