|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.osgi.deployment.deployer.DefaultDeploymentRegistryService
public class DefaultDeploymentRegistryService
A Service to register/unregister bundle deployments.
| Constructor Summary | |
|---|---|
DefaultDeploymentRegistryService(org.osgi.framework.BundleContext context)
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultDeploymentRegistryService(org.osgi.framework.BundleContext context)
| Method Detail |
|---|
public List<Deployment> getDeployments()
DeploymentRegistryService
getDeployments in interface DeploymentRegistryServicepublic void registerDeployment(Deployment dep)
DeploymentRegistryService
registerDeployment in interface DeploymentRegistryServicepublic void unregisterDeployment(Deployment dep)
DeploymentRegistryService
unregisterDeployment in interface DeploymentRegistryService
public Deployment getDeployment(String symbolicName,
org.osgi.framework.Version version)
DeploymentRegistryService
getDeployment in interface DeploymentRegistryServicepublic Deployment getDeployment(URL url)
DeploymentRegistryService
getDeployment in interface DeploymentRegistryService
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||