Class DirectSpaceFactoryBean

java.lang.Object
org.openspaces.core.space.AbstractSpaceFactoryBean
org.openspaces.core.space.DirectSpaceFactoryBean
All Implemented Interfaces:
InternalDumpProcessor, EventListener, MemberAliveIndicator, ServiceDetailsProvider, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.FactoryBean, org.springframework.beans.factory.InitializingBean, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener

public class DirectSpaceFactoryBean extends AbstractSpaceFactoryBean
A direct space factory bean, initialized with an existing IJSpace and provides it as the space.

Though mostly not relevant for xml based configuration, this might be relevant when using programmatic configuration.

Author:
kimchy
See Also:
  • Constructor Details

    • DirectSpaceFactoryBean

      public DirectSpaceFactoryBean(IJSpace space)
      Constucts a new direct space factory using the provided space.
      Parameters:
      space - The space to use
  • Method Details