Interface DBTraceManager

All Superinterfaces:
ErrorHandler
All Known Implementing Classes:
AbstractDBTracePropertyMap, AbstractDBTracePropertyMap.DBTraceIntPropertyMap, AbstractDBTracePropertyMap.DBTraceLongPropertyMap, AbstractDBTracePropertyMap.DBTraceSaveablePropertyMap, AbstractDBTracePropertyMap.DBTraceStringPropertyMap, AbstractDBTracePropertyMap.DBTraceVoidPropertyMap, AbstractDBTraceSpaceBasedManager, DBTraceAddressPropertyManager, DBTraceAddressSnapRangePropertyMap, DBTraceBookmarkManager, DBTraceBreakpointManager, DBTraceCodeManager, DBTraceCommentAdapter, DBTraceDataSettingsAdapter, DBTraceDataTypeManager, DBTraceEquateManager, DBTraceMemoryManager, DBTraceModuleManager, DBTraceObjectManager, DBTraceOverlaySpaceAdapter, DBTracePlatformManager, DBTraceReferenceManager, DBTraceRegisterContextManager, DBTraceStackManager, DBTraceStaticMappingManager, DBTraceSymbolManager, DBTraceThreadManager, DBTraceTimeManager

public interface DBTraceManager extends ErrorHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    invalidateCache(boolean all)
    Invalidate this manager's caches

    Methods inherited from interface db.util.ErrorHandler

    dbError
  • Method Details

    • invalidateCache

      void invalidateCache(boolean all)
      Invalidate this manager's caches
      Parameters:
      all - probably nothing. Check out implementations of ManagerDB.invalidateCache(boolean).