Uses of Class
com.opencloud.rhino.management.config.declarative.ServiceComponent
-
-
Uses of ServiceComponent in com.opencloud.rhino.management.config.declarative
Methods in com.opencloud.rhino.management.config.declarative with parameters of type ServiceComponent Modifier and Type Method Description int
ServiceComponent. compareTo(ServiceComponent that)
-
Uses of ServiceComponent in com.opencloud.rhino.management.config.declarative.desiredstate
Methods in com.opencloud.rhino.management.config.declarative.desiredstate that return ServiceComponent Modifier and Type Method Description ServiceComponent
ServiceState. getService()
Methods in com.opencloud.rhino.management.config.declarative.desiredstate with parameters of type ServiceComponent Modifier and Type Method Description void
ServiceState. setService(ServiceComponent service)
Constructors in com.opencloud.rhino.management.config.declarative.desiredstate with parameters of type ServiceComponent Constructor Description ServiceState(ServiceComponent service)
-
Uses of ServiceComponent in com.opencloud.rhino.management.config.declarative.status
Methods in com.opencloud.rhino.management.config.declarative.status that return ServiceComponent Modifier and Type Method Description ServiceComponent
ServiceStatus. getService()
Methods in com.opencloud.rhino.management.config.declarative.status with parameters of type ServiceComponent Modifier and Type Method Description void
ServiceStatus. setService(ServiceComponent service)
Constructors in com.opencloud.rhino.management.config.declarative.status with parameters of type ServiceComponent Constructor Description ServiceStatus(ServiceComponent service)
-