@Init public void init() { speed = 1; }
@Init public void init(String message) { speed = 1; }
@Init public void init(Collection<?> messages) { speed = 1; }
@Init public void create(final String name) { }
@Init public void method() { }
@Init public void colorInit() { }
@Init public void ejbCreate(final String s) { assertEquals(s, attribute()); }
@Init public void beanCreate(final String name) throws CreateException { calls.add(Call.EjbCreate); this.name = name; }
/** * This method corresponds to the FriendlyPersonEjbHome.create() method * and the FriendlyPersonEjbLocalHome.create() * <p/> * If you do not have an EJBHome or EJBLocalHome interface, this method * can be deleted. */ @Init public void create() { }