Uses of Interface
org.osgi.service.deploymentadmin.spi.DeploymentSession
-
Packages that use DeploymentSession Package Description org.osgi.service.deploymentadmin.spi Deployment Admin SPI Package Version 1.0. -
-
Uses of DeploymentSession in org.osgi.service.deploymentadmin.spi
Methods in org.osgi.service.deploymentadmin.spi with parameters of type DeploymentSession Modifier and Type Method Description void
ResourceProcessor. begin(DeploymentSession session)
Called when the Deployment Admin starts a new operation on the given deployment package, and the resource processor is associated a resource within the package.
-