接口 ProcessDestroyer
- 所有已知实现类:
ShutdownHookProcessDestroyer
public interface ProcessDestroyer
Description:
Title:首亨软件 - CRM、TSS、ERP等信息化管理软件
-
方法详细资料
-
add
Returnstrueif the specifiedProcesswas successfully added to the list of processes to be destroy.- 参数:
process- the process to add- 返回:
trueif the specifiedProcesswas successfully added
-
remove
Returnstrueif the specifiedProcesswas successfully removed from the list of processes to be destroy.- 参数:
process- the process to remove- 返回:
trueif the specifiedProcesswas successfully removed
-
size
int size()Returns the number of registered processes.- 返回:
- the number of register process
-