Interface ModClusterStatus.Context
-
- Enclosing interface:
- ModClusterStatus
public static interface ModClusterStatus.Context
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddisable()voidenable()StringgetName()intgetRequests()booleanisEnabled()booleanisStopped()voidstop()
-
-
-
Method Detail
-
getName
String getName()
-
isEnabled
boolean isEnabled()
-
isStopped
boolean isStopped()
-
getRequests
int getRequests()
-
enable
void enable()
-
disable
void disable()
-
stop
void stop()
-
-