*/
private static void sendInvocationFullEvent(Component component, String className,
int invocationNum, Invocation addInvocation, Invocation removedInvocation)
{
CommonEvent event = new InvocationFullEvent();
event.addParam(EventConstants.PARAM_INVOCATION, String.valueOf(invocationNum));
event.addParam(EventConstants.PARAM_INVOCATION_CLASS, className);
boolean containsEvent = eventRepository__.containsEvent(event);
if (containsEvent == false)
{
if (addInvocation != null)