org.jboss.osgi.spi
Interface OSGiConstants


public interface OSGiConstants

JBossOSGi Constants

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

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

Field Detail

DOMAIN_NAME

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

See Also:
Constant Field Values

PROPERTY_DEFERRED_START

static final java.lang.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 java.lang.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 java.lang.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 java.lang.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. All Rights Reserved.