GigaSpaces XAP 10.0.1 API

Uses of Interface
org.openspaces.events.SpaceDataEventListener

Packages that use SpaceDataEventListener
org.openspaces.archive   
org.openspaces.events A package including based classes and support classes for different OpenSpaces event containers. 
org.openspaces.events.adapter A package including adapter implementation of SpaceDataEventListener allowing to use either annotation or method listing to listen for events generated by different 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.remoting A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting integrations. 
 

Uses of SpaceDataEventListener in org.openspaces.archive
 

Classes in org.openspaces.archive that implement SpaceDataEventListener
 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 SpaceDataEventListener in org.openspaces.events
 

Methods in org.openspaces.events that return SpaceDataEventListener
protected  SpaceDataEventListener AbstractEventListenerContainer.getEventListener()
           
 

Methods in org.openspaces.events with parameters of type SpaceDataEventListener
protected  void AbstractEventListenerContainer.executeListener(SpaceDataEventListener eventListener, Object eventData, TransactionStatus txStatus, Object source)
          Executes the given listener if the container is running (AbstractSpaceListeningContainer.isRunning().
protected  void AbstractEventListenerContainer.invokeListener(SpaceDataEventListener eventListener, Object eventData, TransactionStatus txStatus, Object source)
          Invokes the configured SpaceDataEventListener based on the provided data.
 void AbstractEventListenerContainer.setEventListener(SpaceDataEventListener eventListener)
          Sets the event listener implementation that will be used to delegate events to.
 

Uses of SpaceDataEventListener in org.openspaces.events.adapter
 

Classes in org.openspaces.events.adapter that implement SpaceDataEventListener
 class AbstractReflectionEventListenerAdapter
          Base class for reflection driven invocation of event listener methods.
 class AbstractResultEventListenerAdapter
          A base class event listener allowing for event listeners result handling by writing it back to the space.
 class AnnotationEventListenerAdapter
          An event listener adapter that uses SpaceDataEvent annotation in order to find event listener methods to delegate to.
 class MethodEventListenerAdapter
          The method event listener adapter allows to configure the method name (using MethodEventListenerAdapter.setMethodName(String) that the event will be delegated to.
 class TaskExecutorEventListenerAdapter
          An adapter that delegates the execution of a SpaceDataEventListener to Spring TaskExecutor implementation (usually to be executed in a different thread).
 

Methods in org.openspaces.events.adapter with parameters of type SpaceDataEventListener
 void TaskExecutorEventListenerAdapter.setDelegate(SpaceDataEventListener delegate)
          Sets the delegate that will invoked using the task executor.
 

Uses of SpaceDataEventListener in org.openspaces.events.asyncpolling
 

Methods in org.openspaces.events.asyncpolling with parameters of type SpaceDataEventListener
 SimpleAsyncPollingContainerConfigurer SimpleAsyncPollingContainerConfigurer.eventListener(SpaceDataEventListener eventListener)
           
 

Uses of SpaceDataEventListener in org.openspaces.events.notify
 

Subinterfaces of SpaceDataEventListener in org.openspaces.events.notify
 interface NotifyTypeProvider
          An extension of space event listener allowing the listener to control programmatically (without the user having to configure it within the notify container) which notifications this listener will be invoked on.
 

Methods in org.openspaces.events.notify with parameters of type SpaceDataEventListener
 SimpleNotifyContainerConfigurer SimpleNotifyContainerConfigurer.eventListener(SpaceDataEventListener eventListener)
           
 

Uses of SpaceDataEventListener in org.openspaces.events.polling
 

Methods in org.openspaces.events.polling with parameters of type SpaceDataEventListener
protected  boolean AbstractPollingEventListenerContainer.doReceiveAndExecute(SpaceDataEventListener eventListener, Object template, TransactionStatus status)
           
 SimplePollingContainerConfigurer SimplePollingContainerConfigurer.eventListener(SpaceDataEventListener eventListener)
           
protected  boolean AbstractPollingEventListenerContainer.receiveAndExecute(SpaceDataEventListener eventListener)
          Execute the listener for a message received from the given consumer, wrapping the entire operation in an external transaction if demanded.
 

Uses of SpaceDataEventListener in org.openspaces.remoting
 

Classes in org.openspaces.remoting that implement SpaceDataEventListener
 class SpaceRemotingServiceExporter
          Exports a list of services (beans) as remote services with the Space as the transport layer.
 


GigaSpaces XAP 10.0.1 API

Copyright © GigaSpaces.