Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
C
D
E
G
H
I
L
M
N
O
R
S
T
V
W
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()
- 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
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.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 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
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.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.
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.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
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.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.internal.
InterceptorWrapper
toString()
- Method in class org.jboss.osgi.deployment.internal.
AbstractDeployment
toString()
- Method in class org.jboss.osgi.deployment.internal.
InterceptorWrapper
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
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
R
S
T
V
W
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2012
JBoss by Red Hat
. All Rights Reserved.