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

A

AbstractDeployment - Class in org.jboss.osgi.deployment.internal
An abstraction of a bundle deployment
AbstractDeployment(String, String, Version) - Constructor for class org.jboss.osgi.deployment.internal.AbstractDeployment
 
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(BundleInfo) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
Create a deploymenmt from a BundleInfo
createDeployment(VirtualFile, String, String, Version) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
Create a deploymenmt that is based on a VirtualFile
createDeployment(String, String, Version) - Static method in class org.jboss.osgi.deployment.deployer.DeploymentFactory
Create a generic deploymenmt.

D

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.
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.AbstractDeployment
 

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
 
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.AbstractDeployment
 
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.InvocationContextImpl
 
getRoot() - Method in class org.jboss.osgi.deployment.internal.NullFileDeployment
 
getRoot() - Method in class org.jboss.osgi.deployment.internal.VirtualFileDeployment
 
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.AbstractDeployment
 
getSymbolicName() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle symbolic name
getSymbolicName() - Method in class org.jboss.osgi.deployment.internal.AbstractDeployment
 
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.AbstractDeployment
 

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.AbstractDeployment
 

I

installBundle(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.AbstractDeployment
 
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.AbstractDeployment
 

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.

N

NullFileDeployment - Class in org.jboss.osgi.deployment.internal
An abstraction of a bundle deployment
NullFileDeployment(String, String, Version) - Constructor for class org.jboss.osgi.deployment.internal.NullFileDeployment
 

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

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.AbstractDeployment
 
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.AbstractDeployment
 
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.AbstractDeployment
 
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.AbstractDeployment
 
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
 
uninstallBundle(Deployment, Bundle) - Method in class org.jboss.osgi.deployment.deployer.SystemDeployerService
 

V

VirtualFileDeployment - Class in org.jboss.osgi.deployment.internal
An abstraction of a bundle deployment
VirtualFileDeployment(VirtualFile, String, String, Version) - Constructor for class org.jboss.osgi.deployment.internal.VirtualFileDeployment
 
A C D E G H I L N O R S T U V 

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.