public class ServiceManagerImpl
extends java.lang.Object
implements org.appops.service.store.api.ServiceManager
| Constructor and Description |
|---|
ServiceManagerImpl(org.appops.service.store.ServiceRegistry serviceRegistry) |
| Modifier and Type | Method and Description |
|---|---|
void |
changeState(java.lang.String serviceName,
org.appops.core.service.ServiceState newState) |
org.appops.core.service.Service |
getService(java.lang.String serviceName) |
boolean |
isRegistered(java.lang.String serviceName) |
void |
registerService(org.appops.core.service.Service service) |
@Inject public ServiceManagerImpl(org.appops.service.store.ServiceRegistry serviceRegistry)
public void registerService(org.appops.core.service.Service service)
registerService in interface org.appops.service.store.api.ServiceManagerpublic void changeState(java.lang.String serviceName,
org.appops.core.service.ServiceState newState)
changeState in interface org.appops.service.store.api.ServiceManagerpublic org.appops.core.service.Service getService(java.lang.String serviceName)
getService in interface org.appops.service.store.api.ServiceManagerpublic boolean isRegistered(java.lang.String serviceName)
isRegistered in interface org.appops.service.store.api.ServiceManagerCopyright © 2022. All rights reserved.