|
GigaSpaces XAP 7.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 according to the configuration object. |
DataEventSession |
EventSessionFactory.newDataEventSession(EventSessionConfig config,
net.jini.core.transaction.Transaction tx)
creates a new DataEventSession bounded to the specified transaction, according to the configuration object. |
static DataEventSession |
EventSessionFactory.newDataSession(IJSpace space,
net.jini.core.transaction.Transaction tx,
String schemaName)
creates a new DataEventSession bounded to the specified space, specified transaction and a predefined configuration schema name. |
| 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,
net.jini.core.event.RemoteEventListener listener)
Registers a listener using the provided DataEventSession and
based on different parameters set on this container. |
|
GigaSpaces XAP 7.0 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||