org.jboss.osgi.spi
Interface Constants


public interface Constants

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 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_AUTO_START
          If set to 'true' bundles are started automatically.
static java.lang.String PROPERTY_DEFERRED_START
          If set to 'true' bundles can be deployed in any order.
static java.lang.String PROPERTY_START_LEVEL
          Specifies the start level for a bundle.
 

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

PROPERTY_AUTO_START

static final java.lang.String PROPERTY_AUTO_START
If set to 'true' bundles are started automatically. The default is 'false'

See Also:
Constant Field Values

PROPERTY_START_LEVEL

static final java.lang.String PROPERTY_START_LEVEL
Specifies the start level for a bundle. The default is '0'

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


Copyright © 2009. All Rights Reserved.