A B C D E F G I L M N O P R S T U

A

AbstractInstanceProvider - Class in org.jboss.osgi.spi.framework
Provide a named instance from the configuration.
AbstractInstanceProvider() - Constructor for class org.jboss.osgi.spi.framework.AbstractInstanceProvider
 
addFilter(LogEntryFilter) - Method in class org.jboss.osgi.spi.logging.LogEntryCache
Add a LogEntryFilter
ArchiveDeployer - Interface in org.jboss.osgi.spi.junit
An archive deployer

B

bundleEvent(int) - Static method in class org.jboss.osgi.spi.logging.StringConstants
Return the string representation of a BundleEvent type
bundleState(int) - Static method in class org.jboss.osgi.spi.logging.StringConstants
Return the string representation of a Bundle state

C

clear() - Method in class org.jboss.osgi.spi.logging.LogEntryCache
Clear the list of cached entries.
clearFilters() - Method in class org.jboss.osgi.spi.logging.LogEntryCache
Clear the list of registered filters.
configure() - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Configure this provider with the default configuration
configure(URL) - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Configure this provider from the given URL
configure(String) - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Configure this provider from a given resource
configure(InputStream) - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Configure this provider from a given input stream
Constants - Interface in org.jboss.osgi.spi
JBossOSGi Constants
create(String) - Static method in class org.jboss.osgi.spi.management.ObjectNameFactory
 
create(String, String, String) - Static method in class org.jboss.osgi.spi.management.ObjectNameFactory
 
create(String, Hashtable<String, String>) - Static method in class org.jboss.osgi.spi.management.ObjectNameFactory
 
createBootstrapProvider() - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
createBootstrapProvider() - Method in class org.jboss.osgi.spi.junit.OSGiTestHelper
 
createBootstrapProvider() - Method in class org.jboss.osgi.spi.junit.OSGiTestSetup
 

D

DEFAULT_BOOTSTRAP_BEANS - Static variable in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
The default framework beans: jboss-osgi-bootstrap-beans.xml
DEFAULT_FRAMEWORK_BEANS - Static variable in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
The default framework beans: jboss-osgi-beans.xml
DEFAULT_FRAMEWORK_NAME - Static variable in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
The Framework bean name - jboss.osgi:service=Framework
deploy(URL) - Method in interface org.jboss.osgi.spi.junit.ArchiveDeployer
Deploy the given archive
deploy(URL) - Method in class org.jboss.osgi.spi.junit.EmbeddedArchiveDeployer
 
deploy(String) - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
deploy(URL) - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
deploy(String) - Method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
deploy(URL) - Method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
deploy(URL) - Method in class org.jboss.osgi.spi.junit.RemoteArchiveDeployer
 
deployBundle(String) - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
deployBundle(String) - Method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
DOMAIN_NAME - Static variable in interface org.jboss.osgi.spi.Constants
The JBossOSGi domain 'jboss.osgi'

E

EmbeddedArchiveDeployer - Class in org.jboss.osgi.spi.junit
An archive deployer that deals with test deployment/undeployment, etc.
EmbeddedArchiveDeployer(DeployerClient) - Constructor for class org.jboss.osgi.spi.junit.EmbeddedArchiveDeployer
 

F

FrameworkException - Exception in org.jboss.osgi.spi
An OSGi Framework Exception that should be thrown on unrecoverable errors.
FrameworkException(String) - Constructor for exception org.jboss.osgi.spi.FrameworkException
 
FrameworkException(String, Throwable) - Constructor for exception org.jboss.osgi.spi.FrameworkException
 
FrameworkException(Throwable) - Constructor for exception org.jboss.osgi.spi.FrameworkException
 

G

get(Class<T>, ObjectName, MBeanServerConnection) - Static method in class org.jboss.osgi.spi.management.MBeanProxy
 
get(Class[], ObjectName, MBeanServerConnection) - Static method in class org.jboss.osgi.spi.management.MBeanProxy
 
getArchiveFile(String) - Method in class org.jboss.osgi.spi.junit.IntegrationTestSetup
 
getArchiveURL(String) - Method in class org.jboss.osgi.spi.junit.IntegrationTestSetup
 
getAutoInstall() - Method in interface org.jboss.osgi.spi.framework.OSGiFramework
Get the list of bundles that get installed automatically
getAutoStart() - Method in interface org.jboss.osgi.spi.framework.OSGiFramework
Get the list of bundles that get installed and started automatically
getBootstrapProvider() - Static method in class org.jboss.osgi.spi.framework.OSGiBootstrap
Get an instance of an OSGiBootstrapProvider.
getBootstrapProvider() - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
getBootstrapProvider() - Method in class org.jboss.osgi.spi.junit.OSGiTestHelper
 
getBootstrapProvider() - Method in class org.jboss.osgi.spi.junit.OSGiTestSetup
 
getBundle(String) - Method in interface org.jboss.osgi.spi.framework.RemoteFramework
Get the installed bundle
getBundle(String) - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
getBundle(String) - Method in interface org.jboss.osgi.spi.management.ManagedFrameworkMBean
Get the installed bundle
getBundleId() - Method in interface org.jboss.osgi.spi.framework.RemoteBundle
Returns this bundle's unique identifier.
getBundleId() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
getBundleRegex() - Method in class org.jboss.osgi.spi.logging.LogEntryFilter
Get the Bundle Symbolic-Name regex.
getBundles() - Method in interface org.jboss.osgi.spi.framework.RemoteFramework
Get the list of all installed bundles
getBundles() - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
getBundles() - Method in interface org.jboss.osgi.spi.management.ManagedFrameworkMBean
Get the list of all installed bundles
getFramework() - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Get the OSGiFramework that registerd with the default name
getFramework(String) - Method in interface org.jboss.osgi.spi.framework.OSGiBootstrapProvider
Get an OSGiFramework with a given name from this OSGiBootstrapProvider
getInstance(String, Class<T>) - Method in class org.jboss.osgi.spi.framework.AbstractInstanceProvider
 
getInstance(String) - Method in interface org.jboss.osgi.spi.framework.NamedInstanceProvider
Get a named instance
getInstance(String, Class<T>) - Method in interface org.jboss.osgi.spi.framework.NamedInstanceProvider
Get a named instance for a given type
getKernel() - Method in interface org.jboss.osgi.spi.service.microcontainer.MicrocontainerService
Get the Microcontainer Kernel
getLevel() - Method in class org.jboss.osgi.spi.logging.LogEntryFilter
Get the log entry maximum log level.
getLog() - Method in class org.jboss.osgi.spi.logging.LogEntryCache
Get the list of cached entries.
getLog(boolean) - Method in class org.jboss.osgi.spi.logging.LogEntryCache
Get the list of cached entries and optionally clears the list.
getLongName() - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
getMbeanServer() - Method in interface org.jboss.osgi.spi.service.microcontainer.MicrocontainerService
Get MBeanServer
getMessageRegex() - Method in class org.jboss.osgi.spi.logging.LogEntryFilter
Get the log message regex.
getObjectName() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
getObjectName() - Method in interface org.jboss.osgi.spi.management.ManagedBundleMBean
Get the bundles object name.
getProperties() - Method in interface org.jboss.osgi.spi.framework.OSGiFramework
Get the Framework properties
getProperty(String) - Method in interface org.jboss.osgi.spi.framework.RemoteBundle
Returns the value of the specified property from the BundleContext.
getProperty(String) - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
getRegisteredBean(String) - Method in interface org.jboss.osgi.spi.service.microcontainer.MicrocontainerService
Get a registered bean from the Kernel.
getRemoteFramework() - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
getRemoteFramework() - Method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
getResourceFile(String) - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
getResourceFile(String) - Method in class org.jboss.osgi.spi.junit.OSGiTestHelper
Try to discover the File for the test resource
getResourceFile(String) - Method in class org.jboss.osgi.spi.junit.OSGiTestSetup
 
getResourceURL(String) - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
getResourceURL(String) - Method in class org.jboss.osgi.spi.junit.OSGiTestHelper
Try to discover the URL for the test resource
getResourceURL(String) - Method in class org.jboss.osgi.spi.junit.OSGiTestSetup
 
getServer() - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
getServer() - Method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
getServer() - Method in class org.jboss.osgi.spi.junit.IntegrationTestSetup
 
getServerHost() - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
getServerHost() - Method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
getServerHost() - Method in class org.jboss.osgi.spi.junit.IntegrationTestSetup
 
getShortName() - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
getState() - Method in interface org.jboss.osgi.spi.framework.RemoteBundle
Returns this bundle's current state.
getState() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
getSymbolicName() - Method in interface org.jboss.osgi.spi.framework.RemoteBundle
Returns the symbolic name of this bundle as specified by its Bundle-SymbolicName manifest header
getSymbolicName() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
getSystemBundle() - Method in interface org.jboss.osgi.spi.framework.OSGiFramework
Get the System Bundle associated with this Framework
getSystemBundleContext() - Method in interface org.jboss.osgi.spi.framework.OSGiFramework
Get the System Bundle Context associated with this Framework
getTestArchiveDir() - Method in class org.jboss.osgi.spi.junit.OSGiTestHelper
 
getTestArchiveFile(String) - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
getTestArchiveFile(String) - Method in class org.jboss.osgi.spi.junit.OSGiTestHelper
Try to discover the File for the deployment archive
getTestArchiveFile(String) - Method in class org.jboss.osgi.spi.junit.OSGiTestSetup
 
getTestArchiveURL(String) - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
getTestArchiveURL(String) - Method in class org.jboss.osgi.spi.junit.OSGiTestHelper
Try to discover the URL for the deployment archive
getTestArchiveURL(String) - Method in class org.jboss.osgi.spi.junit.OSGiTestSetup
 
getTestResourcesDir() - Method in class org.jboss.osgi.spi.junit.OSGiTestHelper
 

I

installBundle(BundleContext, String, boolean) - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
installBundle(BundleContext, String, boolean) - Method in class org.jboss.osgi.spi.junit.OSGiTestHelper
 
IntegrationTest - Class in org.jboss.osgi.spi.junit
An integration test case
IntegrationTest() - Constructor for class org.jboss.osgi.spi.junit.IntegrationTest
 
IntegrationTestHelper - Class in org.jboss.osgi.spi.junit
An integration test helper that deals with test deployment/undeployment, etc.
IntegrationTestHelper(OSGiBootstrapProvider) - Constructor for class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
IntegrationTestSetup - Class in org.jboss.osgi.spi.junit
A test setup that deploys/undeploys archives
IntegrationTestSetup(Class<?>, String) - Constructor for class org.jboss.osgi.spi.junit.IntegrationTestSetup
 
isRemoteIntegration() - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
isRemoteIntegration() - Static method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
isRemoteIntegration() - Method in class org.jboss.osgi.spi.junit.IntegrationTestSetup
 
isTargetJBoss50() - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
isTargetJBoss50() - Method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
isTargetJBoss50() - Method in class org.jboss.osgi.spi.junit.IntegrationTestSetup
 

L

LogEntryCache - Class in org.jboss.osgi.spi.logging
A LogListener that caches LogEntry objects for later retrieval.
LogEntryCache(LogEntryFilter) - Constructor for class org.jboss.osgi.spi.logging.LogEntryCache
Create a LogEntryCache with a single associated filter
LogEntryCache() - Constructor for class org.jboss.osgi.spi.logging.LogEntryCache
Create a LogEntryCache with no associated filters
LogEntryFilter - Class in org.jboss.osgi.spi.logging
A LogEntry filter that can be used with the LogEntryCache
LogEntryFilter(String, int, String) - Constructor for class org.jboss.osgi.spi.logging.LogEntryFilter
Create a LogEntryFilter with the associated criteria.
LogEntryFilter(String, int) - Constructor for class org.jboss.osgi.spi.logging.LogEntryFilter
Create a LogEntryFilter with the associated criteria.
LogEntryFilter(String) - Constructor for class org.jboss.osgi.spi.logging.LogEntryFilter
Create a LogEntryFilter with the associated criteria.
logged(LogEntry) - Method in class org.jboss.osgi.spi.logging.LogEntryCache
Listener method called for each LogEntry object created.
logLevel(int) - Static method in class org.jboss.osgi.spi.logging.StringConstants
Return the string representation of a LogService level

M

ManagedBundle - Class in org.jboss.osgi.spi.management
The managed view of an OSGi Bundle
ManagedBundle(Bundle) - Constructor for class org.jboss.osgi.spi.management.ManagedBundle
 
ManagedBundleMBean - Interface in org.jboss.osgi.spi.management
The managed view of an OSGi Bundle.
ManagedFramework - Class in org.jboss.osgi.spi.management
The managed view of an OSGi Framework
ManagedFramework() - Constructor for class org.jboss.osgi.spi.management.ManagedFramework
 
ManagedFrameworkMBean - Interface in org.jboss.osgi.spi.management
The managed view of an OSGi Framework
MBeanProxy - Class in org.jboss.osgi.spi.management
A simple MBeanProxy
MBeanProxy() - Constructor for class org.jboss.osgi.spi.management.MBeanProxy
 
MBeanProxyException - Exception in org.jboss.osgi.spi.management
 
MBeanProxyException() - Constructor for exception org.jboss.osgi.spi.management.MBeanProxyException
 
MBeanProxyException(String) - Constructor for exception org.jboss.osgi.spi.management.MBeanProxyException
 
MicrocontainerService - Interface in org.jboss.osgi.spi.service.microcontainer
An OSGi Service the gives access to the Kernel and MBeanServer.

N

NamedInstanceProvider - Interface in org.jboss.osgi.spi.framework
Provide a named instance from the configuration.
NotImplementedException - Exception in org.jboss.osgi.spi
A RuntimeException that should be thrown for unimplemented features
NotImplementedException() - Constructor for exception org.jboss.osgi.spi.NotImplementedException
 
NotImplementedException(String) - Constructor for exception org.jboss.osgi.spi.NotImplementedException
 
NotImplementedException(String, String) - Constructor for exception org.jboss.osgi.spi.NotImplementedException
 

O

OBJECT_NAME - Static variable in interface org.jboss.osgi.spi.management.ManagedFrameworkMBean
The default object name: jboss.osgi:service=ManagedFramework
ObjectNameFactory - Class in org.jboss.osgi.spi.management
A simple factory for creating safe object names.
ObjectNameFactory() - Constructor for class org.jboss.osgi.spi.management.ObjectNameFactory
 
org.jboss.osgi.spi - package org.jboss.osgi.spi
Common classes and interfaces.
org.jboss.osgi.spi.framework - package org.jboss.osgi.spi.framework
Framework integration and bootstrap.
org.jboss.osgi.spi.junit - package org.jboss.osgi.spi.junit
JUnit test integration.
org.jboss.osgi.spi.logging - package org.jboss.osgi.spi.logging
Support for Bundle logging.
org.jboss.osgi.spi.management - package org.jboss.osgi.spi.management
Management view on deployed bundles.
org.jboss.osgi.spi.service.microcontainer - package org.jboss.osgi.spi.service.microcontainer
Provides access to the Kernel and MBeanServer.
OSGiBootstrap - Class in org.jboss.osgi.spi.framework
The OSGiBootstrap provides an OSGiFramework through a OSGiBootstrapProvider.
OSGiBootstrapProvider - Interface in org.jboss.osgi.spi.framework
An OSGiBootstrapProvider provides an OSGiFramework

Implementations would configure the OSGiFramework through some form of descriptor.

OSGiFramework - Interface in org.jboss.osgi.spi.framework
An abstraction of an OSGi Framework
OSGiTest - Class in org.jboss.osgi.spi.junit
An OSGi Test Case
OSGiTest() - Constructor for class org.jboss.osgi.spi.junit.OSGiTest
 
OSGiTestHelper - Class in org.jboss.osgi.spi.junit
An OSGi Test Helper
OSGiTestHelper() - Constructor for class org.jboss.osgi.spi.junit.OSGiTestHelper
 
OSGiTestSetup - Class in org.jboss.osgi.spi.junit
An OSGi Test Setup
OSGiTestSetup(Class<?>) - Constructor for class org.jboss.osgi.spi.junit.OSGiTestSetup
 

P

PROPERTY_DEFERRED_START - Static variable in interface org.jboss.osgi.spi.Constants
If set to 'true' bundles can be deployed in any order.

R

RemoteArchiveDeployer - Class in org.jboss.osgi.spi.junit
An archive deployer that deals with test deployment/undeployment, etc.
RemoteArchiveDeployer(MBeanServerConnection) - Constructor for class org.jboss.osgi.spi.junit.RemoteArchiveDeployer
 
RemoteBundle - Interface in org.jboss.osgi.spi.framework
The supported functionality of a remote OSGi Bundle.
RemoteFramework - Interface in org.jboss.osgi.spi.framework
The supported functionality of a remote OSGi Framework
RemoteFrameworkException - Exception in org.jboss.osgi.spi.framework
A remote OSGi Framework exception that should be thrown on unrecoverable errors.
RemoteFrameworkException(String) - Constructor for exception org.jboss.osgi.spi.framework.RemoteFrameworkException
 
RemoteFrameworkException(String, Throwable) - Constructor for exception org.jboss.osgi.spi.framework.RemoteFrameworkException
 
RemoteFrameworkException(Throwable) - Constructor for exception org.jboss.osgi.spi.framework.RemoteFrameworkException
 
RemoteLogReaderService - Interface in org.jboss.osgi.spi.logging
[TODO]

S

setAutoInstall(List<URL>) - Method in interface org.jboss.osgi.spi.framework.OSGiFramework
Set the list of bundles that get installed automatically.
setAutoStart(List<URL>) - Method in interface org.jboss.osgi.spi.framework.OSGiFramework
Set the list of bundles that get installed and started automatically.
setBootstrapProvider(OSGiBootstrapProvider) - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
setBootstrapProvider(OSGiBootstrapProvider) - Method in class org.jboss.osgi.spi.junit.OSGiTestHelper
 
setBootstrapProvider(OSGiBootstrapProvider) - Method in class org.jboss.osgi.spi.junit.OSGiTestSetup
 
setMbeanServer(MBeanServer) - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
setProperties(Map<String, Object>) - Method in interface org.jboss.osgi.spi.framework.OSGiFramework
Set the Framework properties.
setUp() - Method in class org.jboss.osgi.spi.junit.IntegrationTestSetup
 
setUp() - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
setUp() - Method in class org.jboss.osgi.spi.junit.OSGiTestSetup
 
start() - Method in interface org.jboss.osgi.spi.framework.OSGiFramework
Start the Framework
start() - Method in interface org.jboss.osgi.spi.framework.RemoteBundle
Starts this bundle with no options
start() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
start() - Method in class org.jboss.osgi.spi.management.ManagedFramework
 
startLogEntryTracking(LogEntryCache) - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
startLogEntryTracking(LogEntryCache) - Method in class org.jboss.osgi.spi.junit.OSGiTestHelper
 
startRemoteLogEntryTracking(LogEntryCache) - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
startRemoteLogEntryTracking(LogEntryCache) - Method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
stop() - Method in interface org.jboss.osgi.spi.framework.OSGiFramework
Stop the Framework
stop() - Method in interface org.jboss.osgi.spi.framework.RemoteBundle
Stops this bundle with no options.
stop() - Method in class org.jboss.osgi.spi.management.ManagedBundle
 
stopLogEntryTracking() - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
stopLogEntryTracking() - Method in class org.jboss.osgi.spi.junit.OSGiTestHelper
 
stopRemoteLogEntryTracking() - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
stopRemoteLogEntryTracking() - Method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
StringConstants - Class in org.jboss.osgi.spi.logging
String representation for common OSGi Constants
StringConstants() - Constructor for class org.jboss.osgi.spi.logging.StringConstants
 

T

tearDown() - Method in class org.jboss.osgi.spi.junit.IntegrationTestSetup
 
tearDown() - Method in class org.jboss.osgi.spi.junit.OSGiTest
 
tearDown() - Method in class org.jboss.osgi.spi.junit.OSGiTestSetup
 

U

undeploy(URL) - Method in interface org.jboss.osgi.spi.junit.ArchiveDeployer
Undeploy the given archive
undeploy(URL) - Method in class org.jboss.osgi.spi.junit.EmbeddedArchiveDeployer
 
undeploy(String) - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
undeploy(URL) - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
undeploy(String) - Method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
undeploy(URL) - Method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 
undeploy(URL) - Method in class org.jboss.osgi.spi.junit.RemoteArchiveDeployer
 
undeployBundle(String) - Method in class org.jboss.osgi.spi.junit.IntegrationTest
 
undeployBundle(String) - Method in class org.jboss.osgi.spi.junit.IntegrationTestHelper
 

A B C D E F G I L M N O P R S T U

Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.