com.hazelcast.spring.context
Class SpringManagedContext

java.lang.Object
  extended by 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

Author:
mdogan 4/6/12

Constructor Summary
SpringManagedContext()
           
 
Method Summary
 Object initialize(Object obj)
           
 void setApplicationContext(org.springframework.context.ApplicationContext applicationContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpringManagedContext

public SpringManagedContext()
Method Detail

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


Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.