Class SpringManagedContext

java.lang.Object
com.hazelcast.spring.context.SpringManagedContext
All Implemented Interfaces:
ManagedContext, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware

public class SpringManagedContext extends Object implements ManagedContext, org.springframework.context.ApplicationContextAware
ManagedContext implementation for Hazelcast.
  • Constructor Details

    • SpringManagedContext

      public SpringManagedContext()
    • SpringManagedContext

      public SpringManagedContext(org.springframework.context.ApplicationContext applicationContext)
  • Method Details

    • initialize

      public Object initialize(Object obj)
      Specified by:
      initialize in interface ManagedContext
    • setApplicationContext

      public void setApplicationContext(org.springframework.context.ApplicationContext applicationContext) throws org.springframework.beans.BeansException
      Specified by:
      setApplicationContext in interface org.springframework.context.ApplicationContextAware
      Throws:
      org.springframework.beans.BeansException