Uses of Class
org.opendaylight.infrautils.diagstatus.ServiceState
-
Packages that use ServiceState Package Description org.opendaylight.infrautils.diagstatus -
-
Uses of ServiceState in org.opendaylight.infrautils.diagstatus
Methods in org.opendaylight.infrautils.diagstatus that return ServiceState Modifier and Type Method Description ServiceState
ServiceDescriptor. getServiceState()
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.Constructors in org.opendaylight.infrautils.diagstatus with parameters of type ServiceState Constructor Description ServiceDescriptor(String moduleServiceName, ServiceState svcState)
ServiceDescriptor(String moduleServiceName, ServiceState svcState, String statusDesc)
-