Package plugins.Freetalk.MessageList

Examples of plugins.Freetalk.MessageList.MessageListFetchFailedMarker.storeWithoutCommit()


   
    // Now we simulate a retry of the message list fetch
   
    marker.setDateOfNextRetry(marker.getDate());
    marker.setAllowRetryNow(false); // Needed for clearExpiredFetchFailedMarkers to process the marker
    marker.storeWithoutCommit();
    Persistent.checkedCommit(db, this);
       
    mMessageManager.clearExpiredFetchFailedMarkers();
   
    q = db.query();
View Full Code Here


             
              final IdentityStatistics stats = getOrCreateIdentityStatistics(list.getAuthor());
              stats.onMessageListDeleted(list);
              stats.storeWithoutCommit();
             
              m.storeWithoutCommit(); // MessageList.deleteWithoutCommit deletes it.
            }
            catch(NoSuchMessageListException e) {
              // The marker was already processed.
            }
          } else
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.