* aspects to the supplied RcvCoManager instance and register it with
* the transaction service.
*/
public static void register(RcvCoManager theManager)
{
RecoveryCreator theCreator = new GenericRecoveryCreator(theManager);
RecoveryCreator.setCreator(theCreator);
}