GigaSpaces XAP 9.7.2 API

Uses of Package
com.j_spaces.core

Packages that use com.j_spaces.core
com.gigaspaces.client Deprecated: use org.openspaces.core instead. 
com.gigaspaces.events Provides GigaSpaces events related interfaces. 
com.gigaspaces.events.batching   
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.cluster Provides GigaSpaces cluster plug-in interfaces 
com.j_spaces.core.filters Provides GigaSpaces filter plug-in interfaces. 
com.j_spaces.core.filters.entry Provides GigaSpaces filter 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.cluster Cluster information holder objects and abstraction allowing for custom beans to be injected with it (if set). 
org.openspaces.core.map A package including factory beans to create GigaSpaces IMap or JCache Cache based on an IJSpace instance. 
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.space.filter A package allowing to simplify the injection of an actual ISpaceFilter instance during Space creation. 
org.openspaces.core.space.mode A package exposing Space mode (primary/backup) events through Spring application event support. 
org.openspaces.core.transaction A package exposing the ability to get a GigaSpaces/Jini current transaction (integrating with Spring transaction management). 
org.openspaces.core.transaction.manager Jini and Local transaction managers using Spring abstraction for transaction managers (PlatformTransactionManager). 
org.openspaces.core.util A package including utility classes for OpenSpaces core. 
org.openspaces.jdbc.datasource Implementations of Jdbc DataSource interface using GigaSpaces support for Jdbc based on an actual IJSpace or GigaSpace implementation. 
org.openspaces.jee.sessions.jetty   
org.openspaces.jpa Holds OpenSpaces JPA implementations. 
org.openspaces.jpa.openjpa Holds OpenSpaces OpenJPA extensions. 
org.openspaces.pu.container.servicegrid A Service Grid based processing unit container. 
 

Classes in com.j_spaces.core used by com.gigaspaces.client
LeaseContext
          LeaseContext is a return-value encapsulation of a write operation.
 

Classes in com.j_spaces.core used by com.gigaspaces.events
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by com.gigaspaces.events.batching
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by com.j_spaces.core
CreateException
          A CreateException is thrown if an attempt to create a new space fails.
DestroyedFailedException
          A DestroyedFailedException is thrown if an attempt to destroy an existing space fails.
DetailedUnusableEntryException
          A DetailedUnusableEntryException is thrown when class version compatibility error, the space server contains an older version of class.
DropClassException
          Thrown when drop class operation failed.
FifoOperationException
          Parent exception class of all Fifo Exceptions.
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
IJSpaceContainer
          Deprecated. Since 8.0 - This interface is reserved for internal usage only.
NoSuchNameException
          A NoSuchNameException is thrown when a lookup of an object by name is performed and the name is not found.
SpaceContext
          The SpaceContext class defines context info passed from the proxy to the space.
 

Classes in com.j_spaces.core used by com.j_spaces.core.admin
DropClassException
          Thrown when drop class operation failed.
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
SpaceContext
          The SpaceContext class defines context info passed from the proxy to the space.
SpaceCopyStatus
          Contains all information about space copy operation.
 

Classes in com.j_spaces.core used by com.j_spaces.core.client
DetailedUnusableEntryException
          A DetailedUnusableEntryException is thrown when class version compatibility error, the space server contains an older version of class.
IGSEntry
          This class represents an Entry in a GigaSpace.
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by com.j_spaces.core.cluster
IGSEntry
          This class represents an Entry in a GigaSpace.
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by com.j_spaces.core.filters
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
SpaceContext
          The SpaceContext class defines context info passed from the proxy to the space.
 

Classes in com.j_spaces.core used by com.j_spaces.core.filters.entry
IGSEntry
          This class represents an Entry in a GigaSpace.
 

Classes in com.j_spaces.core used by com.j_spaces.map
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.core
EntrySerializationException
          This RuntimeException thrown when failed to serialize or deserialize Entry field.
FifoOperationException
          Parent exception class of all Fifo Exceptions.
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
InvalidFifoClassException
          Deprecated. This exception is no longer thrown.
InvalidFifoTemplateException
          This exception is thrown if read or take operations executed in FIFO mode, but the template class FIFO mode already been set to non FIFO.
LeaseContext
          LeaseContext is a return-value encapsulation of a write operation.
MemoryShortageException
          This Exception indicates that the space server process reached the predefined percentage usage ratio.
 

Classes in com.j_spaces.core used by org.openspaces.core.cluster
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.core.map
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.core.space
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.core.space.cache
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.core.space.filter
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
SpaceContext
          The SpaceContext class defines context info passed from the proxy to the space.
 

Classes in com.j_spaces.core used by org.openspaces.core.space.mode
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.core.transaction
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.core.transaction.manager
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.core.util
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.jdbc.datasource
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.jee.sessions.jetty
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.jpa
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.jpa.openjpa
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 

Classes in com.j_spaces.core used by org.openspaces.pu.container.servicegrid
IJSpace
          Notice: Since 7.0 this API is internal and subject to changes in future versions - Use GigaSpace instead.
 


GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.