@Reference(referenceInterface=org.osgi.service.http.HttpService.class, cardinality=OPTIONAL_MULTIPLE, policy=DYNAMIC) public class StandardPropertyProvider extends Object
Constructor and Description |
---|
StandardPropertyProvider() |
Modifier and Type | Method and Description |
---|---|
protected void |
activate(org.osgi.service.component.ComponentContext cc) |
protected void |
bindHttpService(org.osgi.framework.ServiceReference reference)
Bind a http service
|
protected void |
deactivate() |
protected void |
modified(org.osgi.service.component.ComponentContext cc) |
protected void |
unbindHttpService(org.osgi.framework.ServiceReference reference)
Unbind a http service
|
@Activate protected void activate(org.osgi.service.component.ComponentContext cc)
@Modified protected void modified(org.osgi.service.component.ComponentContext cc)
@Deactivate protected void deactivate()
protected void bindHttpService(org.osgi.framework.ServiceReference reference)
protected void unbindHttpService(org.osgi.framework.ServiceReference reference)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.