|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DeploymentRegistryService
A Service to register/unregister bundle deployments.
| Method Summary | |
|---|---|
Deployment |
getDeployment(String symbolicName,
org.osgi.framework.Version version)
Get the bundle deployment for the given bundle symbolicName and version |
Deployment |
getDeployment(URL url)
Get the bundle deployment for the given bundle URL |
List<Deployment> |
getDeployments()
Get the list of registered deployments. |
void |
registerDeployment(Deployment dep)
Register a bundle deployment |
void |
unregisterDeployment(Deployment dep)
Unregister a bundle deployment |
| Method Detail |
|---|
List<Deployment> getDeployments()
Deployment getDeployment(URL url)
Deployment getDeployment(String symbolicName,
org.osgi.framework.Version version)
void registerDeployment(Deployment dep)
void unregisterDeployment(Deployment dep)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||