GigaSpaces XAP 8.0 API

Uses of Class
com.gigaspaces.events.EventSessionConfig

Packages that use EventSessionConfig
com.gigaspaces.client.iterator Provides classes to configure GSIterator. 
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 EventSessionConfig in com.gigaspaces.client.iterator
 

Methods in com.gigaspaces.client.iterator that return EventSessionConfig
 EventSessionConfig GSIteratorConfig.getEventSessionConfig()
          Gets the iterator's event session configuration.
 

Methods in com.gigaspaces.client.iterator with parameters of type EventSessionConfig
 GSIteratorConfig GSIteratorConfig.setEventSessionConfig(EventSessionConfig value)
          Sets the iterator's event session configuration.
 

Uses of EventSessionConfig in com.gigaspaces.events
 

Methods in com.gigaspaces.events that return EventSessionConfig
 EventSessionConfig EventSession.getSessionConfig()
          Retrieves the bounded configuration object.
 

Methods in com.gigaspaces.events with parameters of type EventSessionConfig
 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, EventSessionConfig config)
          creates a new DataEventSession using the specified space and configuration.
 

Uses of EventSessionConfig in org.openspaces.core
 

Methods in org.openspaces.core with parameters of type EventSessionConfig
 IteratorBuilder IteratorBuilder.eventSessionConfig(EventSessionConfig eventSessionConfig)
          The event session configuration to be used when subscribing for notifications.
 

Uses of EventSessionConfig in org.openspaces.events.notify
 

Methods in org.openspaces.events.notify that return EventSessionConfig
protected  EventSessionConfig AbstractNotifyEventListenerContainer.createEventSessionConfig()
          Creates a new EventSessionConfig based on the different parameters this container accepts.
 EventSessionConfig CannotCreateNotifySessionException.getConfig()
           
 

Constructors in org.openspaces.events.notify with parameters of type EventSessionConfig
CannotCreateNotifySessionException(String message, EventSessionConfig config)
           
CannotCreateNotifySessionException(String message, EventSessionConfig config, Throwable cause)
           
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.