|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ServiceDetailsProvider | |
---|---|
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.transaction.manager | Jini and Local transaction managers using Spring abstraction for transaction managers (PlatformTransactionManager). |
org.openspaces.esb.mule.pu | |
org.openspaces.events | A package including based classes and support classes for different OpenSpaces event containers. |
org.openspaces.events.asyncpolling | |
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.support | |
org.openspaces.interop | |
org.openspaces.pu.container.jee | |
org.openspaces.pu.container.jee.glassfish | |
org.openspaces.pu.container.jee.jetty | |
org.openspaces.remoting | A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting integrations. |
Uses of ServiceDetailsProvider in org.openspaces.core.space |
---|
Classes in org.openspaces.core.space that implement ServiceDetailsProvider | |
---|---|
class |
AbstractSpaceFactoryBean
Base class for most space factory beans responsible for creating/finding IJSpace
implementation. |
class |
DirectSpaceFactoryBean
A direct space factory bean, initialized with an existing IJSpace and provides it as the
space. |
class |
UrlSpaceFactoryBean
A space factory bean that creates a space ( IJSpace ) based on a url. |
Uses of ServiceDetailsProvider in org.openspaces.core.space.cache |
---|
Classes in org.openspaces.core.space.cache that implement ServiceDetailsProvider | |
---|---|
class |
AbstractLocalCacheSpaceFactoryBean
Base class for different Local cache space proxies that work with a master IJSpace . |
class |
LocalCacheSpaceFactoryBean
In some cases, the memory capacity of an individual application is not capable of holding all the information in the local application memory. |
class |
LocalViewSpaceFactoryBean
The space local view proxy maintains a subset of the master space's data, allowing the client to read distributed data without any remote operations. |
Uses of ServiceDetailsProvider in org.openspaces.core.transaction.manager |
---|
Classes in org.openspaces.core.transaction.manager that implement ServiceDetailsProvider | |
---|---|
class |
AbstractJiniTransactionManager
Base class for Jini implementation of Springs PlatformTransactionManager . |
class |
DirectJiniTransactionManager
Springs transaction manager ( PlatformTransactionManager
using directly injected Jini TransactionManager . |
class |
DistributedJiniTransactionManager
A transaction manager that starts an embedded distributed mahalo transaction manager. |
class |
LocalJiniTransactionManager
Spring transaction manager ( PlatformTransactionManager
using GigaSpaces LocalJiniTransactionManager . |
class |
LookupJiniTransactionManager
Springs transaction manager ( PlatformTransactionManager
using Jini in order to lookup the transaction manager based on a name (can have null
value). |
Uses of ServiceDetailsProvider in org.openspaces.esb.mule.pu |
---|
Classes in org.openspaces.esb.mule.pu that implement ServiceDetailsProvider | |
---|---|
class |
OpenSpacesMuleContextLoader
OpenSpacesMuleContextLoader used for loading Mule configuration that refrenced from PU configuration
file. |
Uses of ServiceDetailsProvider in org.openspaces.events |
---|
Classes in org.openspaces.events that implement ServiceDetailsProvider | |
---|---|
class |
AbstractEventListenerContainer
A simple based class for SpaceDataEventListener based containers. |
class |
AbstractSpaceListeningContainer
Common base class for all containers which need to implement listening based on Space events. |
class |
AbstractTemplateEventListenerContainer
A simple base class that provides support methods for Template based event listeners. |
class |
AbstractTransactionalEventListenerContainer
|
Uses of ServiceDetailsProvider in org.openspaces.events.asyncpolling |
---|
Classes in org.openspaces.events.asyncpolling that implement ServiceDetailsProvider | |
---|---|
class |
SimpleAsyncPollingEventListenerContainer
Async polling event container uses the space async operation capabilities (such as GigaSpace.asyncTake(Object) in order to simulate events
(optionally transactional). |
Uses of ServiceDetailsProvider in org.openspaces.events.notify |
---|
Classes in org.openspaces.events.notify that implement ServiceDetailsProvider | |
---|---|
class |
AbstractNotifyEventListenerContainer
Base class for notifications based containers allowing to register listener that will be triggered by the space if notifications occur. |
class |
SimpleNotifyEventListenerContainer
A simple notification based container allowing to register a SpaceDataEventListener that will be triggered by notifications. |
Uses of ServiceDetailsProvider in org.openspaces.events.polling |
---|
Classes in org.openspaces.events.polling that implement ServiceDetailsProvider | |
---|---|
class |
AbstractPollingEventListenerContainer
Base class for listener container implementations which are based on polling. |
class |
SimplePollingEventListenerContainer
Event listener container variant that uses plain Space take API, specifically a loop of GigaSpace.take(Object,long) calls that also allow for transactional
reception of messages. |
Uses of ServiceDetailsProvider in org.openspaces.events.support |
---|
Classes in org.openspaces.events.support that implement ServiceDetailsProvider | |
---|---|
class |
EventContainersBus
Holds dynamically generated event containers. |
Uses of ServiceDetailsProvider in org.openspaces.interop |
---|
Classes in org.openspaces.interop that implement ServiceDetailsProvider | |
---|---|
class |
DotnetProcessingUnitBean
Dotnet processing unit bean, used as an adapter that will delegate the life cycle method invocation to the .Net processing unit implementation of the .Net GigaSpaces.Core.IProcessingUnit interface |
class |
DotnetProcessingUnitContainer
|
Uses of ServiceDetailsProvider in org.openspaces.pu.container.jee |
---|
Subinterfaces of ServiceDetailsProvider in org.openspaces.pu.container.jee | |
---|---|
interface |
JeeProcessingUnitContainer
An extension to the ApplicationContextProcessingUnitContainer
that can handle JEE processing units. |
Uses of ServiceDetailsProvider in org.openspaces.pu.container.jee.glassfish |
---|
Classes in org.openspaces.pu.container.jee.glassfish that implement ServiceDetailsProvider | |
---|---|
class |
GlassfishProcessingUnitContainer
|
Uses of ServiceDetailsProvider in org.openspaces.pu.container.jee.jetty |
---|
Classes in org.openspaces.pu.container.jee.jetty that implement ServiceDetailsProvider | |
---|---|
class |
JettyProcessingUnitContainer
The actual contianer simply holding the jetty web application context, the application context, and the JettyHolder . |
Uses of ServiceDetailsProvider in org.openspaces.remoting |
---|
Classes in org.openspaces.remoting that implement ServiceDetailsProvider | |
---|---|
class |
SpaceRemotingServiceExporter
Exports a list of services (beans) as remote services with the Space as the transport layer. |
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |