| 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BeanLevelProperties | |
|---|---|
| org.openspaces.admin.pu | Support for managing of Processing Unit(s) through the Admin API. | 
| 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.mode | A package exposing Space mode (primary/backup) events through Spring application event support. | 
| org.openspaces.interop | |
| org.openspaces.jee.sessions.jetty | |
| 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.context | |
| org.openspaces.pu.container.jee.jetty | |
| org.openspaces.pu.container.servicegrid | A Service Grid based processing unit container. | 
| 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. | 
| org.openspaces.security | |
| Uses of BeanLevelProperties in org.openspaces.admin.pu | 
|---|
| Methods in org.openspaces.admin.pu that return BeanLevelProperties | |
|---|---|
 BeanLevelProperties | 
ProcessingUnit.getBeanLevelProperties()
Return the deploy time properties of the processing unit.  | 
 BeanLevelProperties | 
ProcessingUnitInstance.getProperties()
Return the properties the processing unit was deployed with.  | 
| 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)
 | 
|
BeanLevelPropertyPlaceholderConfigurer(BeanLevelProperties beanLevelProperties,
                                       ClusterInfo clusterInfo)
 | 
|
| 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.interop | 
|---|
| Methods in org.openspaces.interop with parameters of type BeanLevelProperties | |
|---|---|
 void | 
DotnetProcessingUnitContainerProvider.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)
 | 
 void | 
DotnetProcessingUnitBean.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)
 | 
| Constructors in org.openspaces.interop with parameters of type BeanLevelProperties | |
|---|---|
DotnetProcessingUnitContainer(ClusterInfo clusterInfo,
                              BeanLevelProperties beanLevelProperties)
 | 
|
| Uses of BeanLevelProperties in org.openspaces.jee.sessions.jetty | 
|---|
| Methods in org.openspaces.jee.sessions.jetty that return BeanLevelProperties | |
|---|---|
 BeanLevelProperties | 
GigaSessionManager.getBeanLevelProperties()
 | 
| Methods in org.openspaces.jee.sessions.jetty with parameters of type BeanLevelProperties | |
|---|---|
 void | 
GigaSessionManager.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)
 | 
| 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.jee.context | 
|---|
| Methods in org.openspaces.pu.container.jee.context with parameters of type BeanLevelProperties | |
|---|---|
static void | 
BootstrapWebApplicationContextListener.prepareForBoot(File warPath,
               ClusterInfo clusterInfo,
               BeanLevelProperties beanLevelProperties)
Changes the web.xml to include the bootstrap context listener and the request statistics filter  | 
| Uses of BeanLevelProperties in org.openspaces.pu.container.jee.jetty | 
|---|
| Methods in org.openspaces.pu.container.jee.jetty that return BeanLevelProperties | |
|---|---|
static BeanLevelProperties | 
JettyJeeProcessingUnitContainerProvider.getCurrentBeanLevelProperties()
 | 
| Methods in org.openspaces.pu.container.jee.jetty with parameters of type BeanLevelProperties | |
|---|---|
 void | 
JettyJeeProcessingUnitContainerProvider.setBeanLevelProperties(BeanLevelProperties beanLevelProperties)
Sets the BeanLevelProperties that will be used to
 configure this processing unit. | 
| Uses of BeanLevelProperties in org.openspaces.pu.container.servicegrid | 
|---|
| Methods in org.openspaces.pu.container.servicegrid that return BeanLevelProperties | |
|---|---|
 BeanLevelProperties | 
PUDetails.getBeanLevelProperties()
 | 
| Constructors in org.openspaces.pu.container.servicegrid with parameters of type BeanLevelProperties | |
|---|---|
PUDetails(ServiceID gscServiceID,
          ClusterInfo clusterInfo,
          BeanLevelProperties beanLevelProperties,
          Object[] details)
 | 
|
| 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(BeanLevelProperties beanLevelProperties,
      CommandLineParser.Parameter[] params)
 | 
static BeanLevelProperties | 
BeanLevelPropertiesParser.parse(CommandLineParser.Parameter[] params)
 | 
| Methods in org.openspaces.pu.container.support with parameters of type BeanLevelProperties | |
|---|---|
static BeanLevelProperties | 
BeanLevelPropertiesParser.parse(BeanLevelProperties beanLevelProperties,
      CommandLineParser.Parameter[] params)
 | 
static void | 
BeanLevelPropertiesUtils.resolvePlaceholders(BeanLevelProperties beanLevelProperties,
                    File input)
 | 
static String | 
BeanLevelPropertiesUtils.resolvePlaceholders(String text,
                    BeanLevelProperties beanLevelProperties)
 | 
| Uses of BeanLevelProperties in org.openspaces.security | 
|---|
| Methods in org.openspaces.security with parameters of type BeanLevelProperties | |
|---|---|
static boolean | 
AdminFilterHelper.acceptProcessingUnit(AdminFilter adminFilter,
                     BeanLevelProperties beanLevelProperties)
 | 
  | 
GigaSpaces XAP 9.5 API | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||