A C D G H I L M O R S U

A

AbstractDeployerService - Class in org.jboss.osgi.deployment.deployer
An abstract base implementation of the DeployerService.
AbstractDeployerService() - Constructor for class org.jboss.osgi.deployment.deployer.AbstractDeployerService
 
AbstractLifecycleInterceptor - Class in org.jboss.osgi.deployment.interceptor
An abstract implementation of a LifecycleInterceptor.
AbstractLifecycleInterceptor() - Constructor for class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
 
AbstractLifecycleInterceptorService - Class in org.jboss.osgi.deployment.interceptor
A basic service that manages bundle lifecycle interceptors.
AbstractLifecycleInterceptorService(BundleContext) - Constructor for class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
 
addInput(Class<?>) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Add an input requirement.
addInterceptor(LifecycleInterceptor) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
Add a LifecycleInterceptor to the service.
addOutput(Class<?>) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Add an output capability.

C

createDeployment(URL) - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployerService
 
createDeployment(VirtualFile) - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployerService
 
createDeployment(BundleInfo) - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployerService
 
createDeployment(URL) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Create a deployment from the given location.
createDeployment(VirtualFile) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Create a deployment from the given file.
createDeployment(BundleInfo) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Create a deployment from the given bundle info.
createDeployment(URL) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
 
createDeployment(VirtualFile) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
 
createDeployment(BundleInfo) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
 

D

deploy(Deployment[]) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Deploy an array of bundles
deploy(URL) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Deploy bundle from URL
DeployerService - Interface in org.jboss.osgi.deployment.deployer
A Service that can be used to deploy/undeploy bundles or archives to/from the runtime.
Deployment - Interface in org.jboss.osgi.deployment.deployer
An abstraction of a bundle deployment
DeploymentFactory - Class in org.jboss.osgi.deployment.deployer
A deployment factory.
DeploymentRegistryService - Interface in org.jboss.osgi.deployment.deployer
A Service to register/unregister bundle deployments.
DeploymentServicesActivator - Class in org.jboss.osgi.deployment
An activator for the deployment services.
DeploymentServicesActivator() - Constructor for class org.jboss.osgi.deployment.DeploymentServicesActivator
 

G

getBundle() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the bundle
getDeployment(URL) - Method in interface org.jboss.osgi.deployment.deployer.DeploymentRegistryService
Get the bundle deployment for the given bundle URL
getDeployment(String, Version) - Method in interface org.jboss.osgi.deployment.deployer.DeploymentRegistryService
Get the bundle deployment for the given bundle symbolicName and version
getDeployments() - Method in interface org.jboss.osgi.deployment.deployer.DeploymentRegistryService
Get the list of registered deployments.
getInput() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Get the required set of inputs.
getInput() - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
Get the required set of inputs.
getInterceptorChain() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
 
getInvocationContext(Bundle) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
Get the InvocationContext for the given bundle.
getLocation() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle location
getManifestHeader(String) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the manifest header for the given key.
getOutput() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Get the provided set of outputs.
getOutput() - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
Get the provided set of outputs.
getRelativeOrder() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Get default relative order
getRelativeOrder() - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
Get the relative order of this interceptor
getRoot() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the root virtual file
getRoot() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the root virtual file
getStartLevel() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the start level associated with this deployment
getSymbolicName() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle symbolic name
getSystemContext() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
 
getSystemContext() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the system bundle context
getVersion() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle version

H

handleStateChange(int, Bundle) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
Invoke the registered set of interceptors for the given bundle state change.
handleStateChange(int, Bundle) - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptorService
Invoke the registered set of interceptors for the given bundle state change.

I

InvocationContext - Interface in org.jboss.osgi.deployment.interceptor
The context passed between Interceptors
invoke(int, InvocationContext) - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
Called by the LifecycleInterceptorService when the given bundle is about to change to the given state
isAutoStart() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the autostart flag associated with this deployment

L

LifecycleInterceptor - Interface in org.jboss.osgi.deployment.interceptor
An OSGi bundle lifecycle interceptor.
LifecycleInterceptorException - Exception in org.jboss.osgi.deployment.interceptor
A runtime exception that may be thrown from a lifecycle interceptor.
LifecycleInterceptorException(String) - Constructor for exception org.jboss.osgi.deployment.interceptor.LifecycleInterceptorException
 
LifecycleInterceptorException(String, Throwable) - Constructor for exception org.jboss.osgi.deployment.interceptor.LifecycleInterceptorException
 
LifecycleInterceptorService - Interface in org.jboss.osgi.deployment.interceptor
A service that invokes lifecycle interceptors.

M

MBEAN_DEPLOYER_SERVICE - Static variable in interface org.jboss.osgi.deployment.deployer.DeployerService
The object name under which this is registered: 'jboss.osgi:service=DeployerService'

O

org.jboss.osgi.deployment - package org.jboss.osgi.deployment
 
org.jboss.osgi.deployment.deployer - package org.jboss.osgi.deployment.deployer
 
org.jboss.osgi.deployment.interceptor - package org.jboss.osgi.deployment.interceptor
 

R

registerDeployment(Deployment) - Method in interface org.jboss.osgi.deployment.deployer.DeploymentRegistryService
Register a bundle deployment
RELATIVE_ORDER_DEFAULT - Static variable in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
The default relative order: 1000
removeInterceptor(LifecycleInterceptor) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
Remove an LifecycleInterceptor to the service.

S

setAutoStart(boolean) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the autostart flag associated with this deployment
setStartLevel(int) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the start level associated with this deployment
start(BundleContext) - Method in class org.jboss.osgi.deployment.DeploymentServicesActivator
 
stop(BundleContext) - Method in class org.jboss.osgi.deployment.DeploymentServicesActivator
 

U

undeploy(Deployment[]) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Undeploy an array of bundles
undeploy(URL) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Undeploy bundle from URL.
unregisterDeployment(Deployment) - Method in interface org.jboss.osgi.deployment.deployer.DeploymentRegistryService
Unregister a bundle deployment

A C D G H I L M O R S U

Copyright © 2009. All Rights Reserved.