Uses of Class
com.sun.enterprise.universal.process.KillTimeoutException
Packages that use KillTimeoutException
-
Uses of KillTimeoutException in com.sun.enterprise.universal.process
Methods in com.sun.enterprise.universal.process that throw KillTimeoutExceptionModifier and TypeMethodDescriptionstatic voidKill the process with the given Process ID and wait until it's gone - that means that the watchedPidFile is deleted OR the process is not resolved as alive by theProcessHandle.isAlive()OR we cannot retrieve the command line of the process viaProcessHandle.Info.commandLine().