{
// There is a suspension request for the next transaction control, serve it.
LogUtil.trace(getClass(), "Suspending token (transaction suspend). [{0}]", context);
engine.changeTokenState(context, LifecycleState.SUSPENDED, LifecycleRequest.NONE);
contextService.saveContext(context);
engine.commit();
}
}
if (context.getCurrentSocket() == oldCurrentSocket)