GigaSpaces XAP 9.5 API

Uses of Interface
org.openspaces.core.space.filter.FilterProviderFactory

Packages that use FilterProviderFactory
org.openspaces.core.space This package is responsible for simplifying the creation of IJSpace implementation. 
org.openspaces.core.space.filter A package allowing to simplify the injection of an actual ISpaceFilter instance during Space creation. 
 

Uses of FilterProviderFactory in org.openspaces.core.space
 

Methods in org.openspaces.core.space with parameters of type FilterProviderFactory
 UrlSpaceConfigurer UrlSpaceConfigurer.addFilterProvider(FilterProviderFactory filterProviderFactory)
           
 void UrlSpaceFactoryBean.setFilterProviders(FilterProviderFactory[] filterProviders)
          Inject a list of filter provider factories providing the ability to inject actual Space filters.
 

Uses of FilterProviderFactory in org.openspaces.core.space.filter
 

Classes in org.openspaces.core.space.filter that implement FilterProviderFactory
 class AbstractFilterProviderAdapterFactoryBean
          A base class for filter adapters that delegate the invocation of filter operation and lifecycle methods to another class.
 class AbstractFilterProviderFactoryBean
          A base factory for FilterProvider allowing to construct a filter provider that can be used to provide pre initialized ISpaceFilter implementation including its different aspects to an embedded space.
 class AnnotationFilterFactoryBean
          A FilterProvider factory that accepts a Pojo filter with annotation markers as to which filter operation to listen to.
 class MethodFilterFactoryBean
          A FilterProvider factory that accepts a Pojo filter with different operation callbacks that are marked using this factory.
 class SpaceFilterProviderFactory
          A FilterProvider factory that accepts a concrete ISpaceFilter implementation in addition to all the operation codes it will listen to.
 


GigaSpaces XAP 9.5 API

Copyright © GigaSpaces.