com.hazelcast.core
Interface ManagedContext


public interface ManagedContext

Container managed context, such as Spring or Guice etc.


Method Summary
 Object initialize(Object obj)
          Initialize the given object instance.
 

Method Detail

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 © 2008-2012 Hazelcast, Inc. All Rights Reserved.