com.hazelcast.core
Interface ManagedContext
- All Known Implementing Classes: 
- SpringManagedContext
- public interface ManagedContext 
Container managed context, such as Spring, Guice and etc.
 
initialize
Object initialize(Object obj)
- Initialize the given object instance.
 This is intended for repopulating select fields and methods for deserialized instances.
 It is also possible to proxy the object, e.g. with AOP proxies.
 
- 
- Parameters:
- obj- Object to initialize
- Returns:
- the initialized object to use
 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.