GigaSpaces XAP 9.0 API

Uses of Interface
org.openspaces.core.cluster.ClusterInfoAware

Packages that use ClusterInfoAware
org.openspaces.core.cluster Cluster information holder objects and abstraction allowing for custom beans to be injected with it (if set). 
org.openspaces.core.gateway   
org.openspaces.core.properties A package supporting advance properties based configuration (based on Spring Properties configuration support) and the ability to inject them externally to a Spring application context. 
org.openspaces.core.space This package is responsible for simplifying the creation of IJSpace implementation. 
org.openspaces.core.space.mode A package exposing Space mode (primary/backup) events through Spring application event support. 
org.openspaces.interop   
org.openspaces.pu.container.integrated An integrated (embedded) processing unit container allowing to integrate the execution of a Processing Unit within an application or executed within an IDE. 
org.openspaces.pu.container.jee   
org.openspaces.pu.container.jee.jetty   
org.openspaces.pu.container.spi Internal (SPI) level interfaces for processing unit containers. 
org.openspaces.pu.container.standalone A standalone processing unit container. 
org.openspaces.remoting A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting integrations. 
org.openspaces.remoting.scripting   
 

Uses of ClusterInfoAware in org.openspaces.core.cluster
 

Classes in org.openspaces.core.cluster that implement ClusterInfoAware
 class ClusterInfoPropertyPlaceholderConfigurer
          Provides the ClusterInfo parameters as injected properties that can be used within Spring application context.
 

Uses of ClusterInfoAware in org.openspaces.core.gateway
 

Classes in org.openspaces.core.gateway that implement ClusterInfoAware
 class AbstractGatewayComponentFactoryBean
          Base class for replication gateway components.
 class GatewayDelegatorFactoryBean
          A gateway delegator factory bean for creating a ReplicationConnectionDelegatorContainer.
 class GatewaySinkFactoryBean
          A sink factory bean for creating a LocalClusterReplicationSink which represents a gateway sink component.
 

Uses of ClusterInfoAware in org.openspaces.core.properties
 

Classes in org.openspaces.core.properties that implement ClusterInfoAware
 class BeanLevelPropertyPlaceholderConfigurer
          An extension on top of Spring PropertyPlaceholderConfigurer that works with BeanLevelProperties in order to inject bean level properties.
 

Uses of ClusterInfoAware in org.openspaces.core.space
 

Classes in org.openspaces.core.space that implement ClusterInfoAware
 class UrlSpaceFactoryBean
          A space factory bean that creates a space (IJSpace) based on a url.
 

Uses of ClusterInfoAware in org.openspaces.core.space.mode
 

Classes in org.openspaces.core.space.mode that implement ClusterInfoAware
 class RefreshSpaceModeContextLoader
          Extension to SpaceModeContextLoader allowing for the context loader to be refreshable and load new code.
 class SpaceModeContextLoader
          A Space mode based Spring context loader allows to load Spring application context if the Space is in PRIMARY mode.
 

Uses of ClusterInfoAware in org.openspaces.interop
 

Classes in org.openspaces.interop that implement ClusterInfoAware
 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 DotnetProcessingUnitContainerProvider
           
 

Uses of ClusterInfoAware in org.openspaces.pu.container.integrated
 

Classes in org.openspaces.pu.container.integrated that implement ClusterInfoAware
 class IntegratedProcessingUnitContainerProvider
          An IntegratedProcessingUnitContainer provider.
 

Uses of ClusterInfoAware in org.openspaces.pu.container.jee
 

Subinterfaces of ClusterInfoAware in org.openspaces.pu.container.jee
 interface JeeProcessingUnitContainerProvider
          An extension to the ApplicationContextProcessingUnitContainerProvider that can handle JEE processing units.
 

Classes in org.openspaces.pu.container.jee that implement ClusterInfoAware
 class SharedContextFactory
          A helper to construct web context path.
 

Uses of ClusterInfoAware in org.openspaces.pu.container.jee.jetty
 

Classes in org.openspaces.pu.container.jee.jetty that implement ClusterInfoAware
 class JettyJeeProcessingUnitContainerProvider
          An implementation of JeeProcessingUnitContainerProvider that can run web applications (war files) using Jetty.
 

Uses of ClusterInfoAware in org.openspaces.pu.container.spi
 

Subinterfaces of ClusterInfoAware in org.openspaces.pu.container.spi
 interface ApplicationContextProcessingUnitContainerProvider
           
 

Uses of ClusterInfoAware in org.openspaces.pu.container.standalone
 

Classes in org.openspaces.pu.container.standalone that implement ClusterInfoAware
 class StandaloneProcessingUnitContainerProvider
          A StandaloneProcessingUnitContainer provider.
 

Uses of ClusterInfoAware in org.openspaces.remoting
 

Classes in org.openspaces.remoting that implement ClusterInfoAware
 class ExecutorRemotingTask<T extends Serializable>
          A Task that can be used to simulate remote invocation with SpaceRemotingServiceExporter.
 class SpaceRemotingServiceExporter
          Exports a list of services (beans) as remote services with the Space as the transport layer.
 

Uses of ClusterInfoAware in org.openspaces.remoting.scripting
 

Classes in org.openspaces.remoting.scripting that implement ClusterInfoAware
 class DefaultScriptingExecutor
          A Default "server" side script executor.
 


GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.