org.apache.geronimo.osgi.web.extender
Interface WebContainerConstants


public interface WebContainerConstants


Field Summary
static java.lang.String COLLISION
           
static java.lang.String COLLISION_BUNDLES
           
static java.lang.String CONTEXT_PATH
           
static java.lang.String EXTENDER_BUNDLE
          The Blueprint extender bundle that is generating this event.
static java.lang.String EXTENDER_BUNDLE_ID
          The bundle id of the Blueprint extender bundle that is generating this event.
static java.lang.String EXTENDER_BUNDLE_SYMBOLICNAME
          The bundle symbolic of the Blueprint extender bundle that is generating this event.
static java.lang.String EXTENDER_BUNDLE_VERSION
          The bundle version of the Blueprint extender bundle that is generating this event.
static java.lang.String TOPIC_DEPLOYED
           
static java.lang.String TOPIC_DEPLOYING
           
static java.lang.String TOPIC_FAILED
           
static java.lang.String TOPIC_UNDEPLOYED
           
static java.lang.String TOPIC_UNDEPLOYING
           
 

Field Detail

TOPIC_DEPLOYING

static final java.lang.String TOPIC_DEPLOYING
See Also:
Constant Field Values

TOPIC_DEPLOYED

static final java.lang.String TOPIC_DEPLOYED
See Also:
Constant Field Values

TOPIC_UNDEPLOYING

static final java.lang.String TOPIC_UNDEPLOYING
See Also:
Constant Field Values

TOPIC_UNDEPLOYED

static final java.lang.String TOPIC_UNDEPLOYED
See Also:
Constant Field Values

TOPIC_FAILED

static final java.lang.String TOPIC_FAILED
See Also:
Constant Field Values

EXTENDER_BUNDLE

static final java.lang.String EXTENDER_BUNDLE
The Blueprint extender bundle that is generating this event. This property is of type Bundle.

See Also:
Constant Field Values

EXTENDER_BUNDLE_ID

static final java.lang.String EXTENDER_BUNDLE_ID
The bundle id of the Blueprint extender bundle that is generating this event. This property is of type Long.

See Also:
Constant Field Values

EXTENDER_BUNDLE_SYMBOLICNAME

static final java.lang.String EXTENDER_BUNDLE_SYMBOLICNAME
The bundle symbolic of the Blueprint extender bundle that is generating this event. This property is of type String.

See Also:
Constant Field Values

EXTENDER_BUNDLE_VERSION

static final java.lang.String EXTENDER_BUNDLE_VERSION
The bundle version of the Blueprint extender bundle that is generating this event. This property is of type Version.

See Also:
Constant Field Values

CONTEXT_PATH

static final java.lang.String CONTEXT_PATH
See Also:
Constant Field Values

COLLISION

static final java.lang.String COLLISION
See Also:
Constant Field Values

COLLISION_BUNDLES

static final java.lang.String COLLISION_BUNDLES
See Also:
Constant Field Values


Copyright © 2003-2012 The Apache Geronimo development community. All Rights Reserved.