Thread.currentThread().setContextClassLoader(obj.getClass().getClassLoader());
warmUpDriver.setState(obj, LifecycleState.WARMING_UP);
LifecycleMethods lifecycleMethods = dagManager.getLifecycleMethods(node.getKey());
Collection<Method> methods = (lifecycleMethods != null) ? lifecycleMethods.methodsFor(WarmUp.class) : null;
LifecycleState newState = LifecycleState.ACTIVE;
try
{
if ( methods != null )