| Package | Description |
|---|---|
| org.opencastproject.serviceregistry.api |
Service implementation classes
|
| Modifier and Type | Field and Description |
|---|---|
protected ServiceState |
JaxbServiceRegistration.serviceState |
| Modifier and Type | Method and Description |
|---|---|
ServiceState |
ServiceRegistrationInMemoryImpl.getServiceState() |
ServiceState |
JaxbServiceRegistration.getServiceState()
Gets the current state of the service
|
ServiceState |
ServiceRegistration.getServiceState()
Gets the current state of the service
|
static ServiceState |
ServiceState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceState[] |
ServiceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JaxbServiceRegistration.setServiceState(ServiceState state)
Sets the current state of the service.
|
void |
JaxbServiceRegistration.setServiceState(ServiceState state,
int triggerJobSignature)
Sets the current state of the service and the trigger Job.
|
Copyright © 2009–2020 Opencast Project. All rights reserved.