Class Interaction


  • public class Interaction
    extends Object
    An interaction
    • Constructor Detail

      • Interaction

        public Interaction​(long thread,
                           long startTime,
                           long endTime,
                           List<TraceEvent> events,
                           TraceEventStatus status)
        Constructor
        Parameters:
        thread - The thread id
        startTime - The start time
        endTime - The end time
        events - The events
        status - The status
    • Method Detail

      • getThread

        public long getThread()
        Get thread id
        Returns:
        The value
      • getStartTime

        public long getStartTime()
        Get start time
        Returns:
        The value
      • getEndTime

        public long getEndTime()
        Get end time
        Returns:
        The value
      • getEvents

        public List<TraceEvent> getEvents()
        Get events
        Returns:
        The value
      • getPool

        public String getPool()
        Get pool
        Returns:
        The value
      • getManagedConnectionPool

        public String getManagedConnectionPool()
        Get managed connection pool
        Returns:
        The value
      • getConnectionListener

        public String getConnectionListener()
        Get connection listener
        Returns:
        The value
      • getTransaction

        public String getTransaction()
        Get transaction
        Returns:
        The value