if (!behavior.canCallListenerInterface(component, method))
{
log.warn("behavior not enabled; ignore call. Behavior {} at component {}", behavior,
component);
throw new ListenerInvocationNotAllowedException(this, component, behavior,
"Behavior rejected interface invocation. ");
}
internalInvoke(component, behavior);
}