public class ServiceRegistryImpl
extends java.lang.Object
implements org.appops.service.store.ServiceRegistry
| Constructor and Description |
|---|
ServiceRegistryImpl() |
| 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 |
register(org.appops.core.service.Service service) |
public void register(org.appops.core.service.Service service)
register in interface org.appops.service.store.ServiceRegistrypublic void changeState(java.lang.String serviceName,
org.appops.core.service.ServiceState newState)
changeState in interface org.appops.service.store.ServiceRegistrypublic org.appops.core.service.Service getService(java.lang.String serviceName)
getService in interface org.appops.service.store.ServiceRegistrypublic boolean isRegistered(java.lang.String serviceName)
isRegistered in interface org.appops.service.store.ServiceRegistryCopyright © 2022. All rights reserved.