Uses of Interface
org.openspaces.pu.container.ProcessingUnitContainerContextAware
Packages that use ProcessingUnitContainerContextAware
Package
Description
A package including based classes and support classes for different OpenSpaces event containers.
A notify event container allowing to use GigaSpace support for notifications.
A polling event container generating events by performing polling receive operations.
-
Uses of ProcessingUnitContainerContextAware in org.openspaces.archive
Classes in org.openspaces.archive that implement ProcessingUnitContainerContextAwareModifier and TypeClassDescriptionclassTakes objects specified in the template into the archive handler defined byArchivePollingContainer.setArchiveHandler(ArchiveOperationHandler)This container can be used to take (remove) objects from the Space and persist them into an external service. -
Uses of ProcessingUnitContainerContextAware in org.openspaces.events
Classes in org.openspaces.events that implement ProcessingUnitContainerContextAwareModifier and TypeClassDescriptionclassA simple based class forSpaceDataEventListenerbased containers. -
Uses of ProcessingUnitContainerContextAware in org.openspaces.events.asyncpolling
Classes in org.openspaces.events.asyncpolling that implement ProcessingUnitContainerContextAwareModifier and TypeClassDescriptionclassAsync polling event container uses the space async operation capabilities (such asGigaSpace.asyncTake(Object)in order to simulate events (optionally transactional). -
Uses of ProcessingUnitContainerContextAware in org.openspaces.events.notify
Classes in org.openspaces.events.notify that implement ProcessingUnitContainerContextAwareModifier and TypeClassDescriptionclassA simple notification based container allowing to register aSpaceDataEventListenerthat will be triggered by notifications. -
Uses of ProcessingUnitContainerContextAware in org.openspaces.events.polling
Classes in org.openspaces.events.polling that implement ProcessingUnitContainerContextAwareModifier and TypeClassDescriptionclassEvent listener container variant that uses plain Space take API, specifically a loop ofGigaSpace.take(Object, long)calls that also allow for transactional reception of messages.