Package de.hybris.platform.core.suspend
Interface RunningThread
public interface RunningThread
-
Method Summary
Modifier and TypeMethodDescriptionlongboolean
-
Method Details
-
getThreadId
long getThreadId() -
getThreadName
String getThreadName() -
getCategory
String getCategory() -
isSuspendable
boolean isSuspendable() -
getStatusInfo
String getStatusInfo() -
getChildThreads
Iterable<RunningThread> getChildThreads()
-