GigaSpaces XAP 9.7.2 API

Uses of Interface
com.gigaspaces.events.DataEventSession

Packages that use DataEventSession
com.gigaspaces.events Provides GigaSpaces events related interfaces. 
org.openspaces.core Top level core package holding main OpenSpaces API for Space (GigaSpace) and Map (GigaMap) and the ability to create it. 
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()
          Deprecated. creates a new DataEventSession using the default configuration.
 DataEventSession EventSessionFactory.newDataEventSession(EventSessionConfig config)
          Deprecated. 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)
          Deprecated. creates a new DataEventSession using the specified space and default configuration.
static DataEventSession EventSessionFactory.newDataSession(IJSpace space, EventSessionConfig config)
          Deprecated. 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.core
 

Methods in org.openspaces.core that return DataEventSession
 DataEventSession DefaultGigaSpace.newDataEventSession()
           
 DataEventSession GigaSpace.newDataEventSession()
          Creates a new DataEventSession with the default configuration.
 DataEventSession DefaultGigaSpace.newDataEventSession(EventSessionConfig config)
           
 DataEventSession GigaSpace.newDataEventSession(EventSessionConfig config)
          Creates a new DataEventSession with the specified configuration.
 

Uses of DataEventSession in org.openspaces.events.notify
 

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


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.