Esempio n. 1
0
 public void launchAllPersisted() {
   for (MessageInput input : getAllPersisted()) {
     launchPersisted(input);
   }
 }