org.jboss.osgi.spi
Interface OSGiConstants


public interface OSGiConstants

JBossOSGi Constants

Since:
04-Mar-2009
Author:
thomas.diesler@jboss.com

Field Summary
static String DOMAIN_NAME
          The JBossOSGi domain 'jboss.osgi'
static String KEY_BUNDLE_SYMBOLIC_NAME
          A JBossOSGi deployment unit attachment key that containe the bundle's symbolic name.
static String OSGI_HOME
          The JBossOSGi runtime system property that denotes the path to the runtime
static String OSGI_SERVER_HOME
          The JBossOSGi runtime system property that denotes the path to the active runtime profile
static String PROPERTY_DEFERRED_START
          If set to 'true' bundles can be deployed in any order.
 

Field Detail

DOMAIN_NAME

static final String DOMAIN_NAME
The JBossOSGi domain 'jboss.osgi'

See Also:
Constant Field Values

PROPERTY_DEFERRED_START

static final String PROPERTY_DEFERRED_START
If set to 'true' bundles can be deployed in any order. Deployed bundle will get started when their dependencies can be resolved. If set to 'false' bundles must be deployed in the order that is required to start them. The default is 'true'

See Also:
Constant Field Values

OSGI_HOME

static final String OSGI_HOME
The JBossOSGi runtime system property that denotes the path to the runtime

See Also:
Constant Field Values

OSGI_SERVER_HOME

static final String OSGI_SERVER_HOME
The JBossOSGi runtime system property that denotes the path to the active runtime profile

See Also:
Constant Field Values

KEY_BUNDLE_SYMBOLIC_NAME

static final String KEY_BUNDLE_SYMBOLIC_NAME
A JBossOSGi deployment unit attachment key that containe the bundle's symbolic name.

See Also:
Constant Field Values


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