public class RegistryStorePublisher extends Object implements org.osgi.service.event.EventHandler
Constructor and Description |
---|
RegistryStorePublisher() |
Modifier and Type | Method and Description |
---|---|
void |
bindRegistryStore(org.osgi.framework.ServiceReference<RegistryStore> reference) |
void |
destroy() |
void |
handleEvent(org.osgi.service.event.Event event) |
void |
setExecutor(ScheduledExecutorService executor) |
void |
setFederationAdminService(FederationAdminService federationAdminService) |
void |
setRegistryPublicationService(RegistryPublicationService registryPublicationService) |
void |
unbindRegistryStore(org.osgi.framework.ServiceReference<RegistryStore> reference) |
public void setFederationAdminService(FederationAdminService federationAdminService)
public void setRegistryPublicationService(RegistryPublicationService registryPublicationService)
public void setExecutor(ScheduledExecutorService executor)
public void destroy()
public void bindRegistryStore(org.osgi.framework.ServiceReference<RegistryStore> reference)
public void unbindRegistryStore(org.osgi.framework.ServiceReference<RegistryStore> reference)
public void handleEvent(org.osgi.service.event.Event event)
handleEvent
in interface org.osgi.service.event.EventHandler
This work is licensed under a Creative Commons Attribution 4.0 International License.