Interface TraceBookmark

All Superinterfaces:
Bookmark, Comparable<Bookmark>
All Known Implementing Classes:
DBTraceBookmark

public interface TraceBookmark extends Bookmark
  • Method Details

    • getTrace

      Trace getTrace()
    • getThread

      TraceThread getThread()
      If this bookmark is in a register space, identifies the containing thread
      Returns:
      the thread, or null if this bookmark is not in register space
    • setLifespan

      void setLifespan(Lifespan lifespan)
    • getLifespan

      Lifespan getLifespan()
    • getType

      Description copied from interface: Bookmark
      Returns bookmark type object.
      Specified by:
      getType in interface Bookmark
    • delete

      void delete()