* @param args
* @throws Exception
*/
public static void main(String[] args) throws Exception {
StanowyService stanowyService = (StanowyService) BusinessUtil.findBusiness("StanowyService");
stanowyService.komunikat();
stanowyService = (StanowyService) BusinessUtil.findBusiness("StanowyService");
stanowyService.komunikat();
Thread.sleep(600000);
stanowyService.komunikat();