GigaSpaces XAP 7.0 API

Uses of Class
org.openspaces.events.AbstractTransactionalEventListenerContainer

Packages that use AbstractTransactionalEventListenerContainer
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 AbstractTransactionalEventListenerContainer in org.openspaces.events.asyncpolling
 

Subclasses of AbstractTransactionalEventListenerContainer 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 AbstractTransactionalEventListenerContainer in org.openspaces.events.notify
 

Subclasses of AbstractTransactionalEventListenerContainer 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 AbstractTransactionalEventListenerContainer in org.openspaces.events.polling
 

Subclasses of AbstractTransactionalEventListenerContainer 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 7.0 API

Copyright © GigaSpaces.