org.jboss.osgi.framework
Interface IntegrationServices


public interface IntegrationServices

A collection of integration service names.

Since:
13-Apr-2012
Author:
thomas.diesler@jboss.com

Field Summary
static org.jboss.msc.service.ServiceName AUTOINSTALL_COMPLETE
          The AutoInstallHandler nested service that indicates completion
static org.jboss.msc.service.ServiceName AUTOINSTALL_HANDLER
          The service name for the AutoInstallHandler
static org.jboss.msc.service.ServiceName BUNDLE_INSTALL_HANDLER
          The service name for the BundleInstallHandler
static org.jboss.msc.service.ServiceName FRAMEWORK_MODULE_PROVIDER
          The service name for the FrameworkModuleProvider
static org.jboss.msc.service.ServiceName MODULE_LOADER_PROVIDER
          The service name for the ModuleLoaderProvider
static org.jboss.msc.service.ServiceName PERSISTENT_BUNDLES_COMPLETE
          The PersistentBundlesHandler nested service that indicates completion
static org.jboss.msc.service.ServiceName PERSISTENT_BUNDLES_HANDLER
          The PersistentBundlesHandler service name
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

AUTOINSTALL_HANDLER

static final org.jboss.msc.service.ServiceName AUTOINSTALL_HANDLER
The service name for the AutoInstallHandler


AUTOINSTALL_COMPLETE

static final org.jboss.msc.service.ServiceName AUTOINSTALL_COMPLETE
The AutoInstallHandler nested service that indicates completion


BUNDLE_INSTALL_HANDLER

static final org.jboss.msc.service.ServiceName BUNDLE_INSTALL_HANDLER
The service name for the BundleInstallHandler


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


PERSISTENT_BUNDLES_HANDLER

static final org.jboss.msc.service.ServiceName PERSISTENT_BUNDLES_HANDLER
The PersistentBundlesHandler service name


PERSISTENT_BUNDLES_COMPLETE

static final org.jboss.msc.service.ServiceName PERSISTENT_BUNDLES_COMPLETE
The PersistentBundlesHandler nested service that indicates completion


SYSTEM_PATHS_PROVIDER

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


SYSTEM_SERVICES_PROVIDER

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



Copyright © 2012. All Rights Reserved.