com.hazelcast.instance
Class HazelcastManagedContext
java.lang.Object
com.hazelcast.instance.HazelcastManagedContext
- All Implemented Interfaces:
- ManagedContext
public final class HazelcastManagedContext
- extends Object
- implements ManagedContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HazelcastManagedContext
public HazelcastManagedContext(HazelcastInstanceImpl instance,
ManagedContext externalContext)
initialize
public Object initialize(Object obj)
- Description copied from interface:
ManagedContext
- 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.
- Specified by:
initialize
in interface ManagedContext
- Parameters:
obj
- Object to initialize
- Returns:
- the initialized object to use
Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.