Uses of Class
com.sun.enterprise.universal.process.KillNotPossibleException
Packages that use KillNotPossibleException
-
Uses of KillNotPossibleException in com.sun.enterprise.universal.process
Methods in com.sun.enterprise.universal.process that throw KillNotPossibleExceptionModifier 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().