Method method = tm.getMethod();
//
// If this method is a IHookable, invoke its run() method
//
IConfigurable configurableInstance =
IConfigurable.class.isAssignableFrom(tm.getMethod().getDeclaringClass()) ?
(IConfigurable) targetInstance : m_configuration.getConfigurable();
if (configurableInstance != null) {
//
// If this method is a IConfigurable, invoke its run() method