Class AdminWebService.ThreadBlock
java.lang.Object
ubic.gemma.rest.AdminWebService.ThreadBlock
- Enclosing class:
AdminWebService
- Author:
- phase 3 admin-panel wiring
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
liveCount
public int liveCount -
daemonCount
public int daemonCount -
peakCount
public int peakCount
-
-
Constructor Details
-
ThreadBlock
public ThreadBlock() -
ThreadBlock
public ThreadBlock(int liveCount, int daemonCount, int peakCount)
-