m_regManager = null;
if ( genericManagerImpl instanceof RegistrationManager )
{
m_regManager = (RegistrationManager) genericManagerImpl;
m_resourceReaper = new ResourceReaper( m_regManager );
m_resourceReaper.startReaping( ); // see shutdown for the location where this is stopped
}
else
{
throw new InstantiationException( "The RegistrationManager " + managerClassToCreate