*/
private ComponentInvocation preInvoke() {
InvocationManager im = Switch.getSwitch().getInvocationManager();
ComponentInvocation dummy =
new ComponentInvocation(ComponentInvocation.SERVICE_STARTUP);
im.preInvoke(dummy);
return dummy;
}
/**
* See the comment on preInvoke.