|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<IMythShutdownSettings.Props> org.jmythapi.database.IMythShutdownSettings.Props
public static enum IMythShutdownSettings.Props
Enum Constant Summary | |
---|---|
IDLE_TIMEOUT
Idle shutdown timeout (secs). |
|
IDLE_WAIT_FOR_RECORDING
Max. wait for recording (min). |
|
SHUTDOWN_LOCK
MythShutdown Lock. |
|
SHUTDOWN_NEXT_SCHEDULED
MythShutdown - Next scheduled shutdown. |
|
SHUTDOWN_WAKEUP_TIME
MythShutdown - Next scheduled wakeup. |
|
STARTUP_BEFORE_RECORDING
Startup before rec. |
Method Summary | |
---|---|
String |
getSettingName()
|
static IMythShutdownSettings.Props |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IMythShutdownSettings.Props[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IMythShutdownSettings.Props IDLE_TIMEOUT
The amount of time the master backend idles before it shuts down all backends. Set to 0 to disable "auto shutdown.
public static final IMythShutdownSettings.Props IDLE_WAIT_FOR_RECORDING
The amount of time the master backend waits for a recording. If it's idle but a recording starts within this time period, the backends won't shut down.
public static final IMythShutdownSettings.Props STARTUP_BEFORE_RECORDING
The amount of time the master backend will be woken up before a recording starts.
public static final IMythShutdownSettings.Props SHUTDOWN_LOCK
If this flag is set, a shutdown via MythShutdown is blocked by the user.
public static final IMythShutdownSettings.Props SHUTDOWN_NEXT_SCHEDULED
The time of the next shutdown, scheduled by MythShutdown.
public static final IMythShutdownSettings.Props SHUTDOWN_WAKEUP_TIME
The time of the next wakeup, scheduled by MythShutdown.
Method Detail |
---|
public static IMythShutdownSettings.Props[] values()
for (IMythShutdownSettings.Props c : IMythShutdownSettings.Props.values()) System.out.println(c);
public static IMythShutdownSettings.Props valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getSettingName()
getSettingName
in interface ISettingsProperty
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |