A C D E G H I L M N O P R S T V W 

A

AbstractDeployment - Class in org.jboss.osgi.deployment.deployer
An abstraction of a bundle deployment
AbstractDeployment(String, String, Version) - Constructor for class org.jboss.osgi.deployment.deployer.AbstractDeployment
 
AbstractInvocationContext - Class in org.jboss.osgi.deployment.interceptor
The context passed between Interceptors
AbstractInvocationContext(BundleContext, Bundle, VirtualFile, Attachable) - Constructor for class org.jboss.osgi.deployment.interceptor.AbstractInvocationContext
 
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() - Constructor for class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
 
addInput(AttachmentKey<?>) - 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(AttachmentKey<?>) - 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

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.
DeploymentLogger - Interface in org.jboss.osgi.deployment
Logging Id ranges: 10400-10499 https://docs.jboss.org/author/display/JBOSGI/JBossOSGi+Logging
DeploymentMessages - Interface in org.jboss.osgi.deployment
Logging Id ranges: 10500-10599 https://docs.jboss.org/author/display/JBOSGI/JBossOSGi+Logging

E

equals(Object) - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployment
 

G

getAttachment(AttachmentKey<T>) - Method in class org.jboss.osgi.deployment.interceptor.AbstractInvocationContext
 
getBundle() - Method in class org.jboss.osgi.deployment.interceptor.AbstractInvocationContext
 
getBundle() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the bundle
getInput() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Get the required set of inputs.
getInput() - Method in class org.jboss.osgi.deployment.interceptor.InterceptorWrapper
 
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 class org.jboss.osgi.deployment.deployer.AbstractDeployment
 
getLocation() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle location
getOutput() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptor
Get the provided set of outputs.
getOutput() - Method in class org.jboss.osgi.deployment.interceptor.InterceptorWrapper
 
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 class org.jboss.osgi.deployment.interceptor.InterceptorWrapper
 
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 class org.jboss.osgi.deployment.deployer.NullFileDeployment
 
getRoot() - Method in class org.jboss.osgi.deployment.deployer.VirtualFileDeployment
 
getRoot() - Method in class org.jboss.osgi.deployment.interceptor.AbstractInvocationContext
 
getRoot() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the root virtual file
getStartLevel() - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployment
 
getStartLevel() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the start level associated with this deployment
getSymbolicName() - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployment
 
getSymbolicName() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the bundle symbolic name
getSystemContext() - Method in class org.jboss.osgi.deployment.interceptor.AbstractInvocationContext
 
getSystemContext() - Method in interface org.jboss.osgi.deployment.interceptor.InvocationContext
Get the system bundle context
getVersion() - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployment
 
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

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

I

illegalArgumentNull(String) - Method in interface org.jboss.osgi.deployment.DeploymentMessages
 
illegalArgumentStartLevel(int) - Method in interface org.jboss.osgi.deployment.DeploymentMessages
 
illegalStateCannotObtainInvocationContext(Bundle) - Method in interface org.jboss.osgi.deployment.DeploymentMessages
 
illegalStateCannotObtainRootFile(Throwable) - Method in interface org.jboss.osgi.deployment.DeploymentMessages
 
illegalStateCannotObtainRootURL(Throwable) - Method in interface org.jboss.osgi.deployment.DeploymentMessages
 
illegalStateInterceptorWithNoInputsAdded() - Method in interface org.jboss.osgi.deployment.DeploymentMessages
 
InterceptorWrapper - Class in org.jboss.osgi.deployment.interceptor
A wrapper around lifecycle interceptors.
InterceptorWrapper(LifecycleInterceptor) - Constructor for class org.jboss.osgi.deployment.interceptor.InterceptorWrapper
 
InvocationContext - Interface in org.jboss.osgi.deployment.interceptor
The context passed between Interceptors
invoke(int, InvocationContext) - Method in class org.jboss.osgi.deployment.interceptor.InterceptorWrapper
 
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 class org.jboss.osgi.deployment.deployer.AbstractDeployment
 
isAutoStart() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the autostart flag associated with this deployment
isBundleUpdate() - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployment
 
isBundleUpdate() - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Get the update 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.
LOGGER - Static variable in interface org.jboss.osgi.deployment.DeploymentLogger
 

M

MESSAGES - Static variable in interface org.jboss.osgi.deployment.DeploymentMessages
 

N

NullFileDeployment - Class in org.jboss.osgi.deployment.deployer
An abstraction of a bundle deployment
NullFileDeployment(String, String, Version) - Constructor for class org.jboss.osgi.deployment.deployer.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
 

P

putAttachment(AttachmentKey<T>, T) - Method in class org.jboss.osgi.deployment.interceptor.AbstractInvocationContext
 

R

RELATIVE_ORDER_DEFAULT - Static variable in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptor
The default relative order: 1000
removeAttachment(AttachmentKey<T>) - Method in class org.jboss.osgi.deployment.interceptor.AbstractInvocationContext
 
removeInterceptor(LifecycleInterceptor) - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
Remove an LifecycleInterceptor to the service.

S

setAutoStart(boolean) - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployment
 
setAutoStart(boolean) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the autostart flag associated with this deployment
setBundleUpdate(boolean) - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployment
 
setBundleUpdate(boolean) - Method in interface org.jboss.osgi.deployment.deployer.Deployment
Set the update flag associated with this deployment
setStartLevel(Integer) - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployment
 
setStartLevel(Integer) - 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.interceptor.AbstractLifecycleInterceptorService
 
start(BundleContext) - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptorService
Start tracking LifecycleInterceptor services
stop() - Method in class org.jboss.osgi.deployment.interceptor.AbstractLifecycleInterceptorService
 
stop() - Method in interface org.jboss.osgi.deployment.interceptor.LifecycleInterceptorService
Start tracking LifecycleInterceptor services

T

toLongString() - Method in class org.jboss.osgi.deployment.interceptor.InterceptorWrapper
 
toString() - Method in class org.jboss.osgi.deployment.deployer.AbstractDeployment
 
toString() - Method in class org.jboss.osgi.deployment.interceptor.InterceptorWrapper
 

V

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

W

warnCannotObtainBundleForDeployment(Deployment) - Method in interface org.jboss.osgi.deployment.DeploymentLogger
 
warnCannotUninstallBundleForDeployment(Throwable, Deployment) - Method in interface org.jboss.osgi.deployment.DeploymentLogger
 
A C D E G H I L M N O P R S T V W 

Copyright © 2013 JBoss by Red Hat. All rights reserved.