* Gets bean instances used in the tests.
* @throws Exception if there is a problem with the bean initialization.
*/
@BeforeMethod
public void startUp() throws Exception {
ItfAccessTimerService bean = getBeanRemoteInstance(SFSBBMTAccessTimerInterceptor00.class,
ItfAccessTimerService.class);
super.setTimerBean(bean);
}