public class Interaction extends Object
| Constructor and Description |
|---|
Interaction(long thread,
long startTime,
long endTime,
List<TraceEvent> events,
TraceEventStatus status)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionListener()
Get connection listener
|
long |
getEndTime()
Get end time
|
List<TraceEvent> |
getEvents()
Get events
|
String |
getManagedConnectionPool()
Get managed connection pool
|
String |
getPool()
Get pool
|
long |
getStartTime()
Get start time
|
TraceEventStatus |
getStatus()
Get status
|
long |
getThread()
Get thread id
|
String |
getTransaction()
Get transaction
|
public Interaction(long thread,
long startTime,
long endTime,
List<TraceEvent> events,
TraceEventStatus status)
thread - The thread idstartTime - The start timeendTime - The end timeevents - The eventsstatus - The statuspublic long getThread()
public long getStartTime()
public long getEndTime()
public List<TraceEvent> getEvents()
public TraceEventStatus getStatus()
public String getPool()
public String getManagedConnectionPool()
public String getConnectionListener()
public String getTransaction()
Copyright © 2021 JBoss by Red Hat. All rights reserved.