public interface IServiceSynchronizationStrategy extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
addService(ServiceDescriptor serviceDescriptor) |
void |
close() |
void |
removeService(ServiceDescriptor serviceDescriptor) |
void |
removeServices(List<ServiceDescriptor> serviceDescriptors) |
void |
requestAllRegistries() |
void addService(ServiceDescriptor serviceDescriptor) throws ServiceException
ServiceExceptionvoid removeService(ServiceDescriptor serviceDescriptor) throws ServiceException
ServiceExceptionvoid removeServices(List<ServiceDescriptor> serviceDescriptors) throws ServiceException
ServiceExceptionvoid requestAllRegistries()
throws ServiceException
ServiceExceptionvoid close()
close in interface AutoCloseableclose in interface CloseableCopyright © 2016. All rights reserved.