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 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


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