Пример #1
0
 @Override
 public void refresh() throws BeansException, IllegalStateException {
   try {
     super.refresh();
   } finally {
   }
 }
Пример #2
0
 @Override
 protected void onRefresh() throws BeansException {
   super.onRefresh();
   ApplicationInformation ai = getApplicationInformation();
   if (ai != null) ai.onRefresh(this);
 }