GigaSpaces - Open Spaces

Uses of Class
org.openspaces.core.properties.BeanLevelProperties

Packages that use BeanLevelProperties
org.openspaces.core.properties A package supporting advance properties based configurion (based on Spring Properties configuration support) and the ability to inject them exteranlly to a Spring application context. 
org.openspaces.core.space.mode A package exposing Space mode (primary/backup) events through Spring application event support. 
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.standalone A standalone processing unit container. 
org.openspaces.pu.container.support Support classes for processing unit containers including command line parsers and Spring resource based application context. 
 

Uses of BeanLevelProperties in org.openspaces.core.properties
 

Methods in org.openspaces.core.properties with parameters of type BeanLevelProperties
 void BeanLevelPropertyPlaceholderConfigurer.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)
           
 void BeanLevelPropertiesAware.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)
          Sets the BeanLevelProperties.
 

Constructors in org.openspaces.core.properties with parameters of type BeanLevelProperties
BeanLevelPropertyBeanPostProcessor(BeanLevelProperties beanLevelProperties)
          Constructs a new bean level bean post processor based on the provided bean level properties.
BeanLevelPropertyPlaceholderConfigurer(BeanLevelProperties beanLevelProperties)
           
 

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

Methods in org.openspaces.core.space.mode with parameters of type BeanLevelProperties
 void SpaceModeContextLoader.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)
          Used to pass the BeanLevelProperties to the newly created application context.
 

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

Methods in org.openspaces.pu.container.integrated with parameters of type BeanLevelProperties
 void IntegratedProcessingUnitContainerProvider.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)
          Sets the BeanLevelProperties that will be used to configure this processing unit.
 

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

Methods in org.openspaces.pu.container.standalone with parameters of type BeanLevelProperties
 void StandaloneProcessingUnitContainerProvider.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)
          Sets the BeanLevelProperties that will be used to configure this processing unit.
 

Constructors in org.openspaces.pu.container.standalone with parameters of type BeanLevelProperties
StandaloneContainerRunnable(BeanLevelProperties beanLevelProperties, ClusterInfo clusterInfo, List<String> configLocations)
          Constructs a new standalone container runnable based on the provided configuration set parameters.
 

Uses of BeanLevelProperties in org.openspaces.pu.container.support
 

Methods in org.openspaces.pu.container.support that return BeanLevelProperties
static BeanLevelProperties BeanLevelPropertiesParser.parse(CommandLineParser.Parameter[] params)
           
 


GigaSpaces - Open Spaces

Copyright © GigaSpaces.