|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use com.j_spaces.core.client | |
---|---|
com.gigaspaces.client | Deprecated: use org.openspaces.core instead. |
com.gigaspaces.datasource | Provides GigaSpaces DataSource implementation. |
com.gigaspaces.datasource.hibernate | Deprecated: use org.openspaces.persistency.hibernate instead. |
com.gigaspaces.events | Provides GigaSpaces events related interfaces. |
com.j_spaces.core | Provides Space properties and security context services |
com.j_spaces.core.admin | Provides GigaSpaces administration services |
com.j_spaces.core.client | Provides GigaSpaces client interface services |
com.j_spaces.core.client.view | GigaSpace client view files. |
com.j_spaces.core.cluster | Provides GigaSpaces cluster plug-in interfaces |
com.j_spaces.map | Provides GigaSpaces MAP 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.space | This package is responsible for simplifying the creation of IJSpace implementation. |
org.openspaces.core.space.cache | A package allowing for simpler creation of Local Cache and Local View (expose an IJSpace) based on an actual IJSpace instance (usually created using the core.space package). |
org.openspaces.core.util | A package including utility classes for OpenSpaces core. |
org.openspaces.esb.mule.queue | |
org.openspaces.esb.mule.seda | |
org.openspaces.events.notify | A notify event container allowing to use GigaSpace support for notifications. |
org.openspaces.hibernate.cache | An implementation of Hibernate second level cache using GigaSpaces. |
org.openspaces.persistency.hibernate | An implementation of GigaSpaces external data source using Hibernate. |
org.openspaces.persistency.hibernate.iterator | A set of implementations of DataIterator using Hibernate. |
org.openspaces.persistency.patterns | Set of patterns that can be used to wrap different external data sources. |
org.openspaces.pu.container.servicegrid | A Service Grid based processing unit container. |
org.openspaces.remoting | A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting integrations. |
Classes in com.j_spaces.core.client used by com.gigaspaces.client | |
---|---|
SpaceURL
Deprecated. Use UrlSpaceConfigurer instead. |
Classes in com.j_spaces.core.client used by com.gigaspaces.datasource | |
---|---|
SQLQuery
The SQLQuery class is used to query the space using the SQL syntax. |
Classes in com.j_spaces.core.client used by com.gigaspaces.datasource.hibernate | |
---|---|
SQLQuery
The SQLQuery class is used to query the space using the SQL syntax. |
Classes in com.j_spaces.core.client used by com.gigaspaces.events | |
---|---|
INotifyDelegatorFilter
Deprecated. |
Classes in com.j_spaces.core.client used by com.j_spaces.core | |
---|---|
ExternalEntry
ExternalEntry is special kind of JavaSpace entry that allows users to fill in data using simple methods to form standard Jini entry without implementing the Entry Interface or define public attribute. |
|
SpaceURL
Deprecated. Use UrlSpaceConfigurer instead. |
Classes in com.j_spaces.core.client used by com.j_spaces.core.admin | |
---|---|
BasicTypeInfo
This class provides Entry Class information. |
Classes in com.j_spaces.core.client used by com.j_spaces.core.client | |
---|---|
CacheException
Exception class that is thrown when any kind of Cache related exception happens. |
|
EntryArrivedRemoteEvent
An EntryArrivedRemoteEvent is sent to a NotifyDelegator object when an entry that matches the delegator's template enters a GigaSpace. |
|
EntryInfo
This Object contains entry information like its UID and Version ID. |
|
ExternalEntry
ExternalEntry is special kind of JavaSpace entry that allows users to fill in data using simple methods to form standard Jini entry without implementing the Entry Interface or define public attribute. |
|
FinderException
A FinderException is thrown if an attempt to find space or container fails. |
|
IMetaDataEntry
Deprecated. Use SpaceClass instead. |
|
INotifyDelegatorFilter
Deprecated. |
|
LocalTransactionManager
A Local Transaction Manager acts as a Transaction Manager for transactions that span a single space instance. |
|
MulticastNotifyDelegator
Deprecated. Use EventSessionFactory instead. |
|
Query
The Query Interface is the base interface for the SQLQuery and the RegExQuery classes. |
|
SpaceFinder
Deprecated. Use UrlSpaceConfigurer instead. |
|
SpaceURL
Deprecated. Use UrlSpaceConfigurer instead. |
|
SQLQuery
The SQLQuery class is used to query the space using the SQL syntax. |
Classes in com.j_spaces.core.client used by com.j_spaces.core.client.view | |
---|---|
ContinousQuery
Extends the SQLQuery interface to allow continuous query. |
|
Query
The Query Interface is the base interface for the SQLQuery and the RegExQuery classes. |
|
SQLQuery
The SQLQuery class is used to query the space using the SQL syntax. |
Classes in com.j_spaces.core.client used by com.j_spaces.core.cluster | |
---|---|
SpaceURL
Deprecated. Use UrlSpaceConfigurer instead. |
Classes in com.j_spaces.core.client used by com.j_spaces.map | |
---|---|
ExternalEntry
ExternalEntry is special kind of JavaSpace entry that allows users to fill in data using simple methods to form standard Jini entry without implementing the Entry Interface or define public attribute. |
|
FinderException
A FinderException is thrown if an attempt to find space or container fails. |
|
SpaceFinder
Deprecated. Use UrlSpaceConfigurer instead. |
|
SpaceURL
Deprecated. Use UrlSpaceConfigurer instead. |
Classes in com.j_spaces.core.client used by org.openspaces.core | |
---|---|
EntryAlreadyInSpaceException
This exception is thrown when write operation is rejected when the entry (or another with same UID) is already in space. |
|
EntryNotInSpaceException
This exception is thrown when update operation is rejected. |
|
EntryVersionConflictException
This exception is thrown when update/take operation is rejected as a result of optimistic locking version conflict. |
|
GSIterator
Creates an iterator that can be used to exhaustively read through all of the visible matching entities in the space and any additional entities that match. |
|
OperationTimeoutException
OperationTimeoutException is thrown when a space operation
timeouts after waiting for a transactional proper matching entry. |
|
Query
The Query Interface is the base interface for the SQLQuery and the RegExQuery classes. |
Classes in com.j_spaces.core.client used by org.openspaces.core.config | |
---|---|
SQLQuery
The SQLQuery class is used to query the space using the SQL syntax. |
Classes in com.j_spaces.core.client used by org.openspaces.core.space | |
---|---|
SpaceURL
Deprecated. Use UrlSpaceConfigurer instead. |
Classes in com.j_spaces.core.client used by org.openspaces.core.space.cache | |
---|---|
SpaceURL
Deprecated. Use UrlSpaceConfigurer instead. |
Classes in com.j_spaces.core.client used by org.openspaces.core.util | |
---|---|
SpaceURL
Deprecated. Use UrlSpaceConfigurer instead. |
Classes in com.j_spaces.core.client used by org.openspaces.esb.mule.queue | |
---|---|
IMetaDataEntry
Deprecated. Use SpaceClass instead. |
|
MetaDataEntry
Deprecated. Use SpaceClass instead. |
Classes in com.j_spaces.core.client used by org.openspaces.esb.mule.seda | |
---|---|
IMetaDataEntry
Deprecated. Use SpaceClass instead. |
|
MetaDataEntry
Deprecated. Use SpaceClass instead. |
Classes in com.j_spaces.core.client used by org.openspaces.events.notify | |
---|---|
INotifyDelegatorFilter
Deprecated. |
Classes in com.j_spaces.core.client used by org.openspaces.hibernate.cache | |
---|---|
LocalTransactionManager
A Local Transaction Manager acts as a Transaction Manager for transactions that span a single space instance. |
Classes in com.j_spaces.core.client used by org.openspaces.persistency.hibernate | |
---|---|
SQLQuery
The SQLQuery class is used to query the space using the SQL syntax. |
Classes in com.j_spaces.core.client used by org.openspaces.persistency.hibernate.iterator | |
---|---|
SQLQuery
The SQLQuery class is used to query the space using the SQL syntax. |
Classes in com.j_spaces.core.client used by org.openspaces.persistency.patterns | |
---|---|
SQLQuery
The SQLQuery class is used to query the space using the SQL syntax. |
Classes in com.j_spaces.core.client used by org.openspaces.pu.container.servicegrid | |
---|---|
SpaceURL
Deprecated. Use UrlSpaceConfigurer instead. |
Classes in com.j_spaces.core.client used by org.openspaces.remoting | |
---|---|
IMetaDataEntry
Deprecated. Use SpaceClass instead. |
|
MetaDataEntry
Deprecated. Use SpaceClass instead. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |