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

/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/
H A DAssocWithThreadResourceHandle.java81 public void setThreadId( long threadId ) {
82 threadId_ = threadId;
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/monitor/probes/
H A DThreadPoolProbeProvider.java74 @ProbeParam("threadId") long threadId) {}
81 @ProbeParam("threadId") long threadId) {}
95 @ProbeParam("threadId") long threadId) {}
102 @ProbeParam("threadId") long threadId) {}
71 threadAllocatedEvent( @robeParam�) String monitoringId, @ProbeParam(�) String threadPoolName, @ProbeParam(�) long threadId) argument
78 threadReleasedEvent( @robeParam�) String monitoringId, @ProbeParam(�) String threadPoolName, @ProbeParam(�) long threadId) argument
92 threadDispatchedFromPoolEvent( @robeParam�) String monitoringId, @ProbeParam(�) String threadPoolName, @ProbeParam(�) long threadId) argument
99 threadReturnedToPoolEvent( @robeParam�) String monitoringId, @ProbeParam(�) String threadPoolName, @ProbeParam(�) long threadId) argument
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/monitor/stats/
H A DThreadPoolStatsProvider.java148 @ProbeParam("threadId") long threadId) {
159 @ProbeParam("threadId") long threadId) {
170 @ProbeParam("threadId") long threadId) {
181 @ProbeParam("threadId") long threadId) {
145 threadAllocatedEvent( @robeParam�) String monitoringId, @ProbeParam(�) String threadPoolName, @ProbeParam(�) long threadId) argument
156 threadReleasedEvent( @robeParam�) String monitoringId, @ProbeParam(�) String threadPoolName, @ProbeParam(�) long threadId) argument
167 threadDispatchedFromPoolEvent( @robeParam�) String monitoringId, @ProbeParam(�) String threadPoolName, @ProbeParam(�) long threadId) argument
178 threadReturnedToPoolEvent( @robeParam�) String monitoringId, @ProbeParam(�) String threadPoolName, @ProbeParam(�) long threadId) argument
H A DThreadPoolStatsProviderGlobal.java85 @ProbeParam("threadId") long threadId) {
94 @ProbeParam("threadId") long threadId) {
103 @ProbeParam("threadId") long threadId) {
112 @ProbeParam("threadId") long threadId) {
82 threadAllocatedEvent( @robeParam�) String monitoringId, @ProbeParam(�) String threadPoolName, @ProbeParam(�) long threadId) argument
91 threadReleasedEvent( @robeParam�) String monitoringId, @ProbeParam(�) String threadPoolName, @ProbeParam(�) long threadId) argument
100 threadDispatchedFromPoolEvent( @robeParam�) String monitoringId, @ProbeParam(�) String threadPoolName, @ProbeParam(�) long threadId) argument
109 threadReturnedToPoolEvent( @robeParam�) String monitoringId, @ProbeParam(�) String threadPoolName, @ProbeParam(�) long threadId) argument
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/
H A DEjbThreadPoolExecutor.java83 private AtomicInteger threadId = new AtomicInteger(0); field in class:EjbThreadPoolExecutor.ThreadFactoryImpl
91 Thread th = new Thread(r, threadPoolName + threadId.incrementAndGet());
/glassfish-3.1.2/admin/monitor/src/main/java/org/glassfish/admin/monitor/jvm/
H A DJVMThreadInfoStatsProvider.java86 private CountStatisticImpl threadId = new CountStatisticImpl( field in class:JVMThreadInfoStatsProvider
167 threadId.setCount(threadInfo.getThreadId());
168 return threadId;

Completed in 1151 milliseconds