|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.openspaces.core | |
---|---|
org.openspaces.admin.space | Support for managing of Space(s) through the Admin API. |
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.core.config | Support classes for Spring namespace based configuration of OpenSpaces core. |
org.openspaces.core.context | Allowing to inject configured GigaSpace instances within Spring application context using annotations. |
org.openspaces.core.executor | |
org.openspaces.core.executor.juc | |
org.openspaces.core.space.mode | A package exposing Space mode (primary/backup) events through Spring application event support. |
org.openspaces.core.space.support | |
org.openspaces.esb.mule.eventcontainer | |
org.openspaces.esb.mule.queue | |
org.openspaces.esb.mule.seda | |
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.asyncpolling.receive | |
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.events.polling.receive | An abstraction on top of the actual receive operation performed by the polling event container. |
org.openspaces.events.polling.trigger | An abstraction on top of the trigger operation performed before the initiation of transactional receive operation. |
org.openspaces.events.support | |
org.openspaces.hibernate.cache | An implementation of Hibernate second level cache using GigaSpaces. |
org.openspaces.jdbc.datasource | Implementations of Jdbc DataSource interface using GigaSpaces support for Jdbc based on an actual IJSpace or GigaSpace implementation. |
org.openspaces.jms | Holds simple factory beans to create GigaSpaces implementations of JMS ConnectionFactory and XAConnectionFactory. |
org.openspaces.remoting | A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting integrations. |
org.openspaces.remoting.scripting |
Classes in org.openspaces.core used by org.openspaces.admin.space | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.core | |
---|---|
ExecutorBuilder
The executor builder allows to combine all the different types of executing tasks into a single execution (of course, the execution itself, of all the tasks, is asynchronous). |
|
GigaMap
Provides a simpler interface on top of IMap and
Cache implementation. |
|
GigaMapConfigurer
A simple programmatic configurer for GigaMap instance wrapping
the GigaMapFactoryBean . |
|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
|
GigaSpaceConfigurer
A simple programmatic configurer for GigaSpace instance wrapping
the GigaSpaceFactoryBean . |
|
InvalidFifoOperationException
A base class for invalid fifo operations exceptions. |
|
IteratorBuilder
A utility builder class for GSIterator . |
|
TransactionDataAccessException
An exception occurred during a space operation that has to do with transactional semantics. |
Classes in org.openspaces.core used by org.openspaces.core.config | |
---|---|
GigaMapFactoryBean
|
|
GigaSpaceFactoryBean
A factory bean creating GigaSpace implementation. |
Classes in org.openspaces.core used by org.openspaces.core.context | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.core.executor | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.core.executor.juc | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.core.space.mode | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.core.space.support | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.esb.mule.eventcontainer | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.esb.mule.queue | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.esb.mule.seda | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.events | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.events.adapter | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.events.asyncpolling | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.events.asyncpolling.receive | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.events.notify | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.events.polling | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.events.polling.receive | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.events.polling.trigger | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.events.support | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.hibernate.cache | |
---|---|
GigaMap
Provides a simpler interface on top of IMap and
Cache implementation. |
Classes in org.openspaces.core used by org.openspaces.jdbc.datasource | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.jms | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.remoting | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
Classes in org.openspaces.core used by org.openspaces.remoting.scripting | |
---|---|
GigaSpace
Provides a simpler interface of both JavaSpace and GigaSpaces IJSpace extension
utilizing GigaSpaces extended and simplified programming model. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |