/*
* Now add the registrar for this specific coordinator to the
* mapper.
*/
_coordManager.enlistSynchronization(new CleanupSynchronization(
_coordManager.identifier().toString(), _theRegistrar));
_theRegistrar.associate();
return coordinationContext;