GigaSpaces XAP 8.0 API

Uses of Interface
com.gigaspaces.events.DataEventSession

Packages that use DataEventSession
com.gigaspaces.events Provides GigaSpaces events related interfaces. 
org.openspaces.events.notify A notify event container allowing to use GigaSpace support for notifications. 
 

Uses of DataEventSession in com.gigaspaces.events
 

Methods in com.gigaspaces.events that return DataEventSession
 DataEventSession EventSessionFactory.newDataEventSession()
          creates a new DataEventSession using the default configuration.
 DataEventSession EventSessionFactory.newDataEventSession(EventSessionConfig config)
          creates a new DataEventSession using the specified configuration.
 DataEventSession EventSessionFactory.newDataEventSession(EventSessionConfig config, Transaction tx)
          Deprecated. Since 8.0.4 - Event sessions with transactions are deprecated - use EventSessionFactory.newDataEventSession(EventSessionConfig) instead.
static DataEventSession EventSessionFactory.newDataSession(IJSpace space)
          creates a new DataEventSession using the specified space and default configuration.
static DataEventSession EventSessionFactory.newDataSession(IJSpace space, EventSessionConfig config)
          creates a new DataEventSession using the specified space and configuration.
static DataEventSession EventSessionFactory.newDataSession(IJSpace space, Transaction tx, String schemaName)
          Deprecated. Since 8.0.4 - Event sessions with transactions are deprecated - use EventSessionFactory.newDataSession(IJSpace, EventSessionConfig) instead.
 

Uses of DataEventSession in org.openspaces.events.notify
 

Methods in org.openspaces.events.notify that return DataEventSession
protected  DataEventSession AbstractNotifyEventListenerContainer.createDataEventSession(EventSessionFactory factory)
          Creates a new DataEventSession based on the provided factory.
 

Methods in org.openspaces.events.notify with parameters of type DataEventSession
protected  void AbstractNotifyEventListenerContainer.registerListener(DataEventSession dataEventSession, RemoteEventListener listener)
          Registers a listener using the provided DataEventSession and based on different parameters set on this container.
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.