A C D E G H I L O R S T U

A

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
 
addAttachment(Class<T>, T) - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
addAttachment(String, T, Class<T>) - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
addAttachment(String, Object) - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
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(VirtualFile, String, String, Version) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
 
createDeployment(BundleInfo) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
 

D

DefaultDeploymentRegistryService - Class in org.jboss.osgi.deployment.deployer
A Service to register/unregister bundle deployments.
DefaultDeploymentRegistryService(BundleContext) - Constructor for class org.jboss.osgi.deployment.deployer.DefaultDeploymentRegistryService
 
deploy(Deployment) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Deploy a bundle
deploy(Deployment[]) - Method in interface org.jboss.osgi.deployment.deployer.DeployerService
Deploy an array of bundles
deploy(Deployment) - Method in class org.jboss.osgi.deployment.deployer.SystemDeployerService
 
deploy(Deployment[]) - Method in class org.jboss.osgi.deployment.deployer.SystemDeployerService
 
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.
DeploymentImpl - Class in org.jboss.osgi.deployment.internal
An abstraction of a bundle deployment
DeploymentImpl(VirtualFile, String, String, Version) - Constructor for class org.jboss.osgi.deployment.internal.DeploymentImpl
 
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
 

E

equals(Object) - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 

G

getAttachment(String, Class<T>) - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
getAttachment(Class<T>) - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
getAttachment(String) - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
getAttachmentKeys() - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
getBundle() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the bundle
getBundle() - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
getDeployment(String, Version) - Method in class org.jboss.osgi.deployment.deployer.DefaultDeploymentRegistryService
 
getDeployment(URL) - Method in class org.jboss.osgi.deployment.deployer.DefaultDeploymentRegistryService
 
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 class org.jboss.osgi.deployment.deployer.DefaultDeploymentRegistryService
 
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.
getInput() - Method in class org.jboss.osgi.deployment.internal.InterceptorWrapper
 
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
getLocation() - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 
getManifestHeader(String) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the manifest header for the given key.
getManifestHeader(String) - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 
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.
getOutput() - Method in class org.jboss.osgi.deployment.internal.InterceptorWrapper
 
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
getRelativeOrder() - Method in class org.jboss.osgi.deployment.internal.InterceptorWrapper
 
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
getRoot() - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 
getRoot() - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
getStartLevel() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the start level associated with this deployment
getStartLevel() - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 
getSymbolicName() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle symbolic name
getSymbolicName() - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 
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
getSystemContext() - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
getVersion() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle version Consider making Version serializable https://www.osgi.org/members/bugzilla/show_bug.cgi?id=1744
getVersion() - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 

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.
hashCode() - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 

I

installBundleInternal(Deployment) - Method in class org.jboss.osgi.deployment.deployer.SystemDeployerService
 
InterceptorWrapper - Class in org.jboss.osgi.deployment.internal
A wrapper around lifecycle interceptors.
InterceptorWrapper(LifecycleInterceptor) - Constructor for class org.jboss.osgi.deployment.internal.InterceptorWrapper
 
InvocationContext - Interface in org.jboss.osgi.deployment.interceptor
The context passed between Interceptors
InvocationContextImpl - Class in org.jboss.osgi.deployment.internal
The context passed between Interceptors
InvocationContextImpl(BundleContext, Bundle, VirtualFile, Attachments) - Constructor for class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
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
invoke(int, InvocationContext) - Method in class org.jboss.osgi.deployment.internal.InterceptorWrapper
 
isAutoStart() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the autostart flag associated with this deployment
isAutoStart() - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 
isBundleUpdate() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the update flag associated with this deployment
isBundleUpdate() - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 

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.

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
 
org.jboss.osgi.deployment.internal - package org.jboss.osgi.deployment.internal
 

R

registerDeployment(Deployment) - Method in class org.jboss.osgi.deployment.deployer.DefaultDeploymentRegistryService
 
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
removeAttachment(Class<T>, String) - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
removeAttachment(Class<T>) - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
removeAttachment(String) - Method in class org.jboss.osgi.deployment.internal.InvocationContextImpl
 
removeInterceptor(LifecycleInterceptor) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
Remove an LifecycleInterceptor to the service.

S

serviceChanged(ServiceEvent) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
 
setAutoStart(boolean) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the autostart flag associated with this deployment
setAutoStart(boolean) - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 
setBundleUpdate(boolean) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the update flag associated with this deployment
setBundleUpdate(boolean) - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 
setStartLevel(Integer) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the start level associated with this deployment
setStartLevel(Integer) - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 
start(BundleContext) - Method in class org.jboss.osgi.deployment.DeploymentServicesActivator
 
stop(BundleContext) - Method in class org.jboss.osgi.deployment.DeploymentServicesActivator
 
SystemDeployerService - Class in org.jboss.osgi.deployment.deployer
A DeployerService that installs/uninstalls the bundles directly on the OSGi framework.
SystemDeployerService(BundleContext) - Constructor for class org.jboss.osgi.deployment.deployer.SystemDeployerService
 

T

toLongString() - Method in class org.jboss.osgi.deployment.internal.InterceptorWrapper
 
toString() - Method in class org.jboss.osgi.deployment.internal.DeploymentImpl
 
toString() - Method in class org.jboss.osgi.deployment.internal.InterceptorWrapper
 

U

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

A C D E G H I L O R S T U

Copyright © 2010. All Rights Reserved.