public interface ServiceRegistration
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorStateTrigger()
Gets the job signature which changed last time the service state to error.
|
String |
getHost() |
Date |
getOnlineFrom()
Gets the last time the service has been declared online
|
String |
getPath() |
ServiceState |
getServiceState()
Gets the current state of the service
|
String |
getServiceType() |
Date |
getStateChanged()
Gets the last date when state was changed
|
int |
getWarningStateTrigger()
Gets the job signature which changed last time the service state to warning
|
boolean |
isActive() |
boolean |
isInMaintenanceMode()
Whether the service is in maintenance mode.
|
boolean |
isJobProducer() |
boolean |
isOnline() |
String getServiceType()
String getHost()
String getPath()
boolean isJobProducer()
boolean isActive()
boolean isOnline()
boolean isInMaintenanceMode()
Date getOnlineFrom()
ServiceState getServiceState()
Date getStateChanged()
int getErrorStateTrigger()
int getWarningStateTrigger()
Copyright © 2009–2021 Opencast Project. All rights reserved.