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 BUNDLE_BASE_NAME
          The prefix for all OSGi bundle services
static org.jboss.msc.service.ServiceName BUNDLE_MANAGER
          The BundleManager service name.
static org.jboss.msc.service.ServiceName ENVIRONMENT
          The XEnvironment 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 INTEGRATION_BASE_NAME
          The prefix for all integration plugin services
static org.jboss.msc.service.ServiceName JBOSGI_BASE_NAME
          The prefix for all OSGi services
static org.jboss.msc.service.ServiceName PACKAGE_ADMIN
          The service name for the PackageAdmin service
static org.jboss.msc.service.ServiceName SERVICE_BASE_NAME
          The prefix for all OSGi services
static org.jboss.msc.service.ServiceName START_LEVEL
          The service name for the StartLevel service
static org.jboss.msc.service.ServiceName STORAGE_STATE_PROVIDER
          The service name for the StorageStateProvider
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 XSERVICE_BASE_NAME
          The base name of all framework OSGi services that were registered outside the OSGi layer
 

Field Detail

JBOSGI_BASE_NAME

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


BUNDLE_BASE_NAME

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


FRAMEWORK_BASE_NAME

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


INTEGRATION_BASE_NAME

static final org.jboss.msc.service.ServiceName INTEGRATION_BASE_NAME
The prefix for all integration plugin services


SERVICE_BASE_NAME

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


XSERVICE_BASE_NAME

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


BUNDLE_MANAGER

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


ENVIRONMENT

static final org.jboss.msc.service.ServiceName ENVIRONMENT
The XEnvironment service name


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


STORAGE_STATE_PROVIDER

static final org.jboss.msc.service.ServiceName STORAGE_STATE_PROVIDER
The service name for the StorageStateProvider


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



Copyright © 2012. All Rights Reserved.