commons-long各种工具包xxxUtils-ThreadUtils线程工具类

commons-long各种工具包xxxUtils-ThreadUtils线程工具类


1、findThreadById

下面方法分别是:1、从系统所有线程中根据id寻找指定线程 2、从指定线程组中根据id寻找指定线程,给定了线程组名字和线程id 3、从指定线程组中寻找指定线程


public static Thread findThreadById(long threadId) 

public static Thread findThreadById(long threadId, String threadGroupName) 

public static Thread findThreadById(long threadId, ThreadGroup threadGroup)

2、findThreadGroups和findThreadGroupsByName

public static Collection<ThreadGroup> findThreadGroups(ThreadGroup group, boolean recurse, ThreadUtils.ThreadGroupPredicate predicate) 

public static Collection<ThreadGroup> findThreadGroups(ThreadUtils.ThreadGroupPredicate predicate)

public static Collection<ThreadGroup> findThreadGroupsByName(String threadGroupName)

通常使用findThreadGroupsByName,根据名称寻找线程组

3、findThreadsByName

public static Collection<Thread> findThreadsByName(String threadName, ThreadGroup threadGroup) 

public static Collection<Thread> findThreadsByName(String threadName, String threadGroupName) 

public static Collection<Thread> findThreadsByName(String threadName) 

根据名称从指定线程组中寻找线程

4、获取所有系列

public static Collection<ThreadGroup> getAllThreadGroups()
public static Collection<Thread> getAllThreads()
public static ThreadGroup getSystemThreadGroup()
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值