Package de.hybris.platform.core.suspend
Interface RunningThread
-
public interface RunningThread
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCategory()java.lang.Iterable<RunningThread>getChildThreads()java.lang.StringgetStatusInfo()longgetThreadId()java.lang.StringgetThreadName()booleanisSuspendable()
-
-
-
Method Detail
-
getThreadId
long getThreadId()
-
getThreadName
java.lang.String getThreadName()
-
getCategory
java.lang.String getCategory()
-
isSuspendable
boolean isSuspendable()
-
getStatusInfo
java.lang.String getStatusInfo()
-
getChildThreads
java.lang.Iterable<RunningThread> getChildThreads()
-
-