//Calling the ClusterManager probably to replicate the updated state of the context.
if (clusterManager != null) {
ContextManager contextManager = clusterManager.getContextManager();
if (contextManager!=null && contextManager.isContextClusterable (this))
contextManager.updateState(this);
}
//Other logic needed for flushing the contexts
}