Package | Description |
---|---|
psdi.server |
Modifier and Type | Method and Description |
---|---|
static PerformanceStats |
PerformanceStats.get(java.lang.Object trans)
Easy way to get the performance stat for the specified key (transaction name)
|
Modifier and Type | Method and Description |
---|---|
static void |
PerformanceStats.put(java.lang.String trans,
PerformanceStats ps)
Add a object to the collection of performance stats being collected
for this session.
|