Package de.hybris.platform.core.suspend
Interface SystemState
-
public interface SystemState
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<RunningThread>getRootThreads()SystemStatusgetStatus()
-
-
-
Method Detail
-
getStatus
SystemStatus getStatus()
-
getRootThreads
java.lang.Iterable<RunningThread> getRootThreads()
-
-