Package org.jboss.jca.as.tracer
Class Interaction
java.lang.Object
org.jboss.jca.as.tracer.Interaction
An interaction
-
Constructor Summary
ConstructorsConstructorDescriptionInteraction(long thread, long startTime, long endTime, List<TraceEvent> events, TraceEventStatus status) Constructor -
Method Summary
Modifier and TypeMethodDescriptionGet connection listenerlongGet end timeGet eventsGet managed connection poolgetPool()Get poollongGet start timeGet statuslongGet thread idGet transaction
-
Constructor Details
-
Interaction
public Interaction(long thread, long startTime, long endTime, List<TraceEvent> events, TraceEventStatus status) Constructor- Parameters:
thread- The thread idstartTime- The start timeendTime- The end timeevents- The eventsstatus- The status
-
-
Method Details
-
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
Get events- Returns:
- The value
-
getStatus
Get status- Returns:
- The value
-
getPool
Get pool- Returns:
- The value
-
getManagedConnectionPool
Get managed connection pool- Returns:
- The value
-
getConnectionListener
Get connection listener- Returns:
- The value
-
getTransaction
Get transaction- Returns:
- The value
-