Searched refs:threadInfo (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/admin/monitor/jvm/
H A DJVMThreadInfoStatsProvider.java65 private ThreadInfo threadInfo; field in class:JVMThreadInfoStatsProvider
103 this.threadInfo = info;
109 blockedCount.setCount(threadInfo.getBlockedCount());
116 blockedTime.setCount(threadInfo.getBlockedTime());
123 String name = threadInfo.getLockName();
135 lockOwnerId.setCount(threadInfo.getLockOwnerId());
142 String name = threadInfo.getLockOwnerName();
154 StackTraceElement[] elements = threadInfo.getStackTrace();
167 threadId.setCount(threadInfo.getThreadId());
174 threadName.setCurrent(threadInfo
[all...]

Completed in 8 milliseconds