org.jboss.osgi.framework
Interface Services


public interface Services

A collection of public service names.

Since:
08-Apr-2011
Author:
thomas.diesler@jboss.com

Field Summary
static org.jboss.msc.service.ServiceName AUTOINSTALL_PROVIDER
          The service name for the AutoInstallProvider
static org.jboss.msc.service.ServiceName AUTOINSTALL_PROVIDER_COMPLETE
          The AutoInstallProvider nested service that indicates completion
static org.jboss.msc.service.ServiceName BUNDLE_BASE_NAME
          The prefix for all OSGi bundle services
static org.jboss.msc.service.ServiceName BUNDLE_INSTALL_PROVIDER
          The service name for the BundleInstallProvider
static org.jboss.msc.service.ServiceName BUNDLE_MANAGER
          The BundleManagerService service name.
static org.jboss.msc.service.ServiceName FRAMEWORK_ACTIVATOR
          The service name to use as a dependency to activate the Framework
static org.jboss.msc.service.ServiceName FRAMEWORK_ACTIVE
          The service name for the started Framework
static org.jboss.msc.service.ServiceName FRAMEWORK_BASE_NAME
          The base name of all framework services
static org.jboss.msc.service.ServiceName FRAMEWORK_CREATE
          The service name for the created Framework
static org.jboss.msc.service.ServiceName FRAMEWORK_INIT
          The service name for the initialized Framework
static org.jboss.msc.service.ServiceName FRAMEWORK_MODULE_PROVIDER
          The service name for the FrameworkModuleProvider
static org.jboss.msc.service.ServiceName JBOSGI_BASE_NAME
          The prefix for all OSGi services
static org.jboss.msc.service.ServiceName JBOSGI_SERVICE_BASE_NAME
          The prefix for all OSGi services
static org.jboss.msc.service.ServiceName JBOSGI_XSERVICE_BASE_NAME
          The base name of all framework OSGi services that were registered outside the OSGi layer
static org.jboss.msc.service.ServiceName MODULE_LOADER_PROVIDER
          The service name for the ModuleLoaderProvider
static org.jboss.msc.service.ServiceName PACKAGE_ADMIN
          The service name for the PackageAdmin service
static org.jboss.msc.service.ServiceName START_LEVEL
          The service name for the StartLevel service
static org.jboss.msc.service.ServiceName SYSTEM_BUNDLE
          The service name for the system Bundle
static org.jboss.msc.service.ServiceName SYSTEM_CONTEXT
          The service name for the system BundleContext
static org.jboss.msc.service.ServiceName SYSTEM_PATHS_PROVIDER
          The service name for the SystemPathsProvider
static org.jboss.msc.service.ServiceName SYSTEM_SERVICES_PROVIDER
          The service name for the SystemServicesProvider
 

Field Detail

JBOSGI_BASE_NAME

static final org.jboss.msc.service.ServiceName JBOSGI_BASE_NAME
The prefix for all OSGi services


JBOSGI_SERVICE_BASE_NAME

static final org.jboss.msc.service.ServiceName JBOSGI_SERVICE_BASE_NAME
The prefix for all OSGi services


JBOSGI_XSERVICE_BASE_NAME

static final org.jboss.msc.service.ServiceName JBOSGI_XSERVICE_BASE_NAME
The base name of all framework OSGi services that were registered outside the OSGi layer


BUNDLE_BASE_NAME

static final org.jboss.msc.service.ServiceName BUNDLE_BASE_NAME
The prefix for all OSGi bundle services


AUTOINSTALL_PROVIDER

static final org.jboss.msc.service.ServiceName AUTOINSTALL_PROVIDER
The service name for the AutoInstallProvider


AUTOINSTALL_PROVIDER_COMPLETE

static final org.jboss.msc.service.ServiceName AUTOINSTALL_PROVIDER_COMPLETE
The AutoInstallProvider nested service that indicates completion


BUNDLE_INSTALL_PROVIDER

static final org.jboss.msc.service.ServiceName BUNDLE_INSTALL_PROVIDER
The service name for the BundleInstallProvider


BUNDLE_MANAGER

static final org.jboss.msc.service.ServiceName BUNDLE_MANAGER
The BundleManagerService service name.


FRAMEWORK_BASE_NAME

static final org.jboss.msc.service.ServiceName FRAMEWORK_BASE_NAME
The base name of all framework services


FRAMEWORK_CREATE

static final org.jboss.msc.service.ServiceName FRAMEWORK_CREATE
The service name for the created Framework


FRAMEWORK_INIT

static final org.jboss.msc.service.ServiceName FRAMEWORK_INIT
The service name for the initialized Framework


FRAMEWORK_ACTIVE

static final org.jboss.msc.service.ServiceName FRAMEWORK_ACTIVE
The service name for the started Framework


FRAMEWORK_ACTIVATOR

static final org.jboss.msc.service.ServiceName FRAMEWORK_ACTIVATOR
The service name to use as a dependency to activate the Framework


PACKAGE_ADMIN

static final org.jboss.msc.service.ServiceName PACKAGE_ADMIN
The service name for the PackageAdmin service


START_LEVEL

static final org.jboss.msc.service.ServiceName START_LEVEL
The service name for the StartLevel service


SYSTEM_BUNDLE

static final org.jboss.msc.service.ServiceName SYSTEM_BUNDLE
The service name for the system Bundle


SYSTEM_CONTEXT

static final org.jboss.msc.service.ServiceName SYSTEM_CONTEXT
The service name for the system BundleContext


FRAMEWORK_MODULE_PROVIDER

static final org.jboss.msc.service.ServiceName FRAMEWORK_MODULE_PROVIDER
The service name for the FrameworkModuleProvider


MODULE_LOADER_PROVIDER

static final org.jboss.msc.service.ServiceName MODULE_LOADER_PROVIDER
The service name for the ModuleLoaderProvider


SYSTEM_SERVICES_PROVIDER

static final org.jboss.msc.service.ServiceName SYSTEM_SERVICES_PROVIDER
The service name for the SystemServicesProvider


SYSTEM_PATHS_PROVIDER

static final org.jboss.msc.service.ServiceName SYSTEM_PATHS_PROVIDER
The service name for the SystemPathsProvider



Copyright © 2012. All Rights Reserved.