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


public interface WebContainerConstants


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

Field Detail

TOPIC_DEPLOYING

static final String TOPIC_DEPLOYING
See Also:
Constant Field Values

TOPIC_DEPLOYED

static final String TOPIC_DEPLOYED
See Also:
Constant Field Values

TOPIC_UNDEPLOYING

static final String TOPIC_UNDEPLOYING
See Also:
Constant Field Values

TOPIC_UNDEPLOYED

static final String TOPIC_UNDEPLOYED
See Also:
Constant Field Values

TOPIC_FAILED

static final String TOPIC_FAILED
See Also:
Constant Field Values

EXTENDER_BUNDLE

static final 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 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 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 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 String CONTEXT_PATH
See Also:
Constant Field Values

COLLISION

static final String COLLISION
See Also:
Constant Field Values

COLLISION_BUNDLES

static final String COLLISION_BUNDLES
See Also:
Constant Field Values


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