Uses of Enum Class
de.espirit.firstspirit.access.schedule.MaintenanceModeTask.DisconnectMode
Packages that use MaintenanceModeTask.DisconnectMode
-
Uses of MaintenanceModeTask.DisconnectMode in de.espirit.firstspirit.access.schedule
Methods in de.espirit.firstspirit.access.schedule that return MaintenanceModeTask.DisconnectModeModifier and TypeMethodDescription@NotNull MaintenanceModeTask.DisconnectModeMaintenanceModeTask.getDisconnectMode()Indicates the handling of existing sessions once the stageMaintenanceModeTask.MaintenanceStage.MAINTENANCE_MODE_ACTIVEbegins.Returns the enum constant of this class with the specified name.static MaintenanceModeTask.DisconnectMode[]MaintenanceModeTask.DisconnectMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.espirit.firstspirit.access.schedule with parameters of type MaintenanceModeTask.DisconnectModeModifier and TypeMethodDescriptionvoidMaintenanceModeTask.setDisconnectMode(@NotNull MaintenanceModeTask.DisconnectMode disconnectMode) Defines how existing sessions are handled once the stageMaintenanceModeTask.MaintenanceStage.MAINTENANCE_MODE_ACTIVEbegins. -
Uses of MaintenanceModeTask.DisconnectMode in de.espirit.firstspirit.server
Methods in de.espirit.firstspirit.server that return MaintenanceModeTask.DisconnectModeModifier and TypeMethodDescription@NotNull MaintenanceModeTask.DisconnectModeMaintenanceModeInfo.getDisconnectMode()Indicates the handling of existing sessions once the stageMaintenanceModeTask.MaintenanceStage.MAINTENANCE_MODE_ACTIVEbegins.