
public class Interaction extends Object
| Constructor and Description |
|---|
Interaction(long thread,
long startTime,
long endTime,
List<org.jboss.jca.core.tracer.TraceEvent> events,
TraceEventStatus status)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionListener()
Get connection listener
|
long |
getEndTime()
Get end time
|
List<org.jboss.jca.core.tracer.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<org.jboss.jca.core.tracer.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<org.jboss.jca.core.tracer.TraceEvent> getEvents()
public TraceEventStatus getStatus()
public String getPool()
public String getManagedConnectionPool()
public String getConnectionListener()
public String getTransaction()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)