Package com.j_spaces.core.client

Provides GigaSpaces client interface services

See:
          Description

Interface Summary
IMetaDataEntry This interface extends net.jini.core.entry.Entry implements and provide optimistic locking and UID capabilities.
INotifyDelegator This is just a tag interface for the space to recognize the stub of the NotifyDelegator.
INotifyDelegatorFilter This interface represents notify filter logic.
IReplicatable This is a tag interface for the partial replication mechanism.
ObjectFormat Each Object in the space represents one of the applicable supported formats.
Query<T> The Query Interface is the base interface for the SQLQuery and the RegExQuery classes.
 

Class Summary
BasicTypeInfo This class provides Entry Class information.
ClientUIDHandler This Class enables the client to create entry UIDs by rendering a free-string , and to extract the free-string from a UID.
ContinousQuery<T> Extends the SQLQuery interface to allow continuous query.
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.
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.
LocalTransactionManager A Local Transaction Manager acts as a Transaction Manager for transactions that span a single space instance.
LookupFinder LookupFinder is a generalized concept of the SpaceFinder utility.
MetaDataEntry This class implements entry and provide optimistic locking and UID capabilities.
MulticastNotifyDelegator Deprecated. Use EventSessionFactory instead.
NotifyDelegator Deprecated. Use EventSessionFactory instead.
NotifyDelegatorMultiplexer Deprecated. Use EventSessionFactory instead.
NotifyModifiers The Modifier class provides static methods and constants to decode notify types modifiers.
ReadModifiers The ReadModifiers class provides static methods and constants to decode Read type modifiers.
ReadTakeModifiers Deprecated. use ReadModifiers instead
RegExQuery<T> Deprecated. - use SQLQuery with 'rlike'
SpaceFinder This utility class provides accessing to Container proxy (IJSpaceContainer) or Space proxy (IJSpace).
SpaceURL SpaceFinder context.
SQLQuery<T> The SQLQuery class is used to query the space using the SQL syntax.
TemplateMatchCodes This class provides constants to be used when performing Query using templates.
TokenQuery TokenQuery provides a simple mechanism which allows notifications of several different notify templates, each with a different token field, to be triggered for a single space operation.
TransactionInfo Transaction information.
TransactionInfo.Types The Transactions types.
UpdateModifiers The Modifier class provides static methods and constants to decode update types modifiers.
XAResourceImpl An instance of this class represents a XAResource implementation
 

Exception Summary
CacheException Exception class that is thrown when any kind of Cache related exception happens.
CacheTimeoutException This Exception thrown when the entry is locked under another transaction and operation timeout expired.
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,readIfExist or takeIfExist operations are rejected.
EntryVersionConflictException This exception is thrown when update/take operation is rejected as a result of optimistic locking version conflict.
FinderException A FinderException is thrown if an attempt to find space or container fails.
OperationTimeoutException OperationTimeoutException is thrown when a space operation timeouts after waiting for a transactional proper matching entry.
 

Package com.j_spaces.core.client Description

Provides GigaSpaces client interface services