| 
GigaSpaces XAP 9.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AbstractSpaceListeningContainer | |
|---|---|
| org.openspaces.archive | |
| 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. | 
| Uses of AbstractSpaceListeningContainer in org.openspaces.archive | 
|---|
| Subclasses of AbstractSpaceListeningContainer in org.openspaces.archive | |
|---|---|
 class | 
ArchivePollingContainer
Takes objects specified in the template into the archive handler defined by ArchivePollingContainer.setArchiveHandler(ArchiveOperationHandler)
 This container can be used to take (remove) objects from the Space and persist them into an external service. | 
| Uses of AbstractSpaceListeningContainer in org.openspaces.events | 
|---|
| Subclasses of AbstractSpaceListeningContainer in org.openspaces.events | |
|---|---|
 class | 
AbstractEventListenerContainer
A simple based class for SpaceDataEventListener based containers. | 
 class | 
AbstractTemplateEventListenerContainer
A simple base class that provides support methods for Template based event listeners.  | 
 class | 
AbstractTransactionalEventListenerContainer
 | 
| Uses of AbstractSpaceListeningContainer in org.openspaces.events.asyncpolling | 
|---|
| Subclasses of AbstractSpaceListeningContainer in org.openspaces.events.asyncpolling | |
|---|---|
 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 AbstractSpaceListeningContainer in org.openspaces.events.notify | 
|---|
| Subclasses of AbstractSpaceListeningContainer in org.openspaces.events.notify | |
|---|---|
 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 AbstractSpaceListeningContainer in org.openspaces.events.polling | 
|---|
| Subclasses of AbstractSpaceListeningContainer in org.openspaces.events.polling | |
|---|---|
 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. | 
  | 
GigaSpaces XAP 9.1 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||