| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LogEntry | |
|---|---|
| com.jalios.jstore | Contains JStore core classes. | 
| Uses of LogEntry in com.jalios.jstore | 
|---|
| Subclasses of LogEntry in com.jalios.jstore | |
|---|---|
|  class | InnerLogEntryThis class represents a inner Store operation. | 
|  class | StorableLogEntryThis abstract class represents a Store operation on a Storable object. | 
| Methods in com.jalios.jstore that return LogEntry | |
|---|---|
|  LogEntry | LogManagerSyncHandler.getGreatestCommonLogEntry() | 
|  LogEntry | SyncManager.getLastSync() | 
| Methods in com.jalios.jstore that return types with arguments of type LogEntry | |
|---|---|
|  ArrayList<LogEntry> | LoadReport.getClassErrorList()Get the value of classErrorList. | 
|  ArrayList<LogEntry> | LoadReport.getCreateErrorList()Get the value of createErrorList. | 
|  ArrayList<LogEntry> | LoadReport.getJavaErrorList()Get the value of javaErrorList. | 
|  ArrayList<LogEntry> | LoadReport.getMutationErrorList()Get the value of mutationErrorList. | 
|  ArrayList<LogEntry> | LoadReport.getStampErrorList()Get the value of stampErrorList. | 
| Methods in com.jalios.jstore with parameters of type LogEntry | |
|---|---|
|  void | LoadReport.addClassError(LogEntry entry)Add a class error | 
|  void | LoadReport.addCreateError(LogEntry entry)Add a create error | 
|  void | LoadReport.addJavaError(LogEntry entry)Add a java error | 
|  void | LoadReport.addMutationError(LogEntry entry)Add a mutation error | 
|  void | LoadReport.addStampError(LogEntry entry)Add a stamp error | 
|  int | StampTable.compareLogEntry(LogEntry logEntry)Compares the given stamp of the logEntry with the ones in the table. | 
|  int | LogEntry.compareTo(LogEntry logEntry) | 
|  void | LogManagerHandler.handleLogEntryException(LogEntry logEntry)This method is called when an exception is caught while processing a logEntry | 
|  void | LogManagerLoadHandler.handleLogEntryException(LogEntry logEntry)This method is called when an exception is caught while processing the entry | 
|  void | LogManagerDeltaHandler.processAnyLogEntry(LogEntry logEntry) | 
|  void | Store.processLogEntry(LogEntry logEntry) | 
|  void | Store.replaceSuffix(TreeSet<StorableLogEntry> newSuffix,
              LogEntry startLogEntry,
              boolean includeStart) | 
|  void | LogManager.replaceSuffix(TreeSet<StorableLogEntry> newSuffix,
              LogEntry startLogEntry,
              boolean includeStart,
              boolean useIndex)Replace the existing suffix of the store (starting at startLogEntry) with a new one represented by newSuffix. | 
| Method parameters in com.jalios.jstore with type arguments of type LogEntry | |
|---|---|
|  void | Store.appendAndProcessSuffix(List<? extends LogEntry> logEntryList)Appends the given LogEntries in the store.xml file and process each of them. | 
| Constructors in com.jalios.jstore with parameters of type LogEntry | |
|---|---|
| LogEntry(LogEntry entry)Creates a new LogEntry by cloning | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||