Public Member Functions | |
CompositeData[] | getAllThreadsInfo () |
int | getAllThreadsCount () |
CompositeData[] | getJacORBThreadsInfo () |
CompositeData[] | getJacORBThreadsInfo (Thread.State state) |
int | getJacORBThreadsCount () |
CompositeData[] | getAcsContainerThreadsInfo () |
CompositeData[] | getAcsContainerThreadsInfo (Thread.State state) |
int | getAcsContainerThreadsCount () |
CompositeData[] | getThreadsInfo (String className, Thread.State state) |
int | getThreadsCount (String className, Thread.State state) |
All the methods returning CompositeData arrays actually return java.lang.management.ThreadInfo objects transformed into CompositeData
ones. Since ThreadInfo
is not serializable, then CompositeData
type must be used to get the information. When calling these methods, therefore, the CompositeData
type should be transformed into ThreadInfo
ones using the java.lang.management.ThreadInfo#from(javax.management.openmbean.CompositeData) method.
|
Returns the total count of ACS-related threads, for all thread states
Implemented in alma::acs::monitoring::RemoteThreads.
|
|
Returns all the ACS related threads' information for a given thread state.
|
|
Returns all the JacORB related threads' information
Implemented in alma::acs::monitoring::RemoteThreads.
|
|
Returns the total number of threads, for all states
Implemented in alma::acs::monitoring::RemoteThreads.
|
|
Returns a dump of all the threads of the JVM.
Implemented in alma::acs::monitoring::RemoteThreads.
|
|
Returns the total count of JacORB-related threads, for all thread states
Implemented in alma::acs::monitoring::RemoteThreads.
|
|
Returns all the JacORB related threads' information for a given thread state.
|
|
Returns all the JacORB related threads' information
Implemented in alma::acs::monitoring::RemoteThreads.
|
|
Returns the count of all the threads that are currently placed on the class given by
|
|
Returns all the threads that are currently placed on the class given by
|