? EventConstants
java.lang.Object
org.osgi.service.blueprint.container.EventConstants
Event property names used in Event Admin events published by a Blueprint
Container.
Each type of event is sent to a different topic:
org/osgi/service/blueprint/container/
<event-type>
where <event-type> can have the values
CREATING
, CREATED
, DESTROYING
,
DESTROYED
, FAILURE
, GRACE_PERIOD
, or
WAITING
.
Such events have the following properties:
-
????
????????????static final String
The Blueprint bundle associated with this event.static final String
The bundle id of the Blueprint bundle associated with this event.static final String
The bundle symbolic name of the Blueprint bundle associated with this event.static final String
The bundle version of the Blueprint bundle associated with this event.static final String
The cause for aFAILURE
event.static final String
The filters identifying the missing dependencies that caused this event for aFAILURE
,GRACE_PERIOD
, orWAITING
event.static final String
TheBlueprintEvent
object that caused this event.static final String
The Blueprint extender bundle that is generating this event.static final String
The bundle id of the Blueprint extender bundle that is generating this event.static final String
The bundle symbolic of the Blueprint extender bundle that is generating this event.static final String
The bundle version of the Blueprint extender bundle that is generating this event.static final String
The time the event was created.static final String
Topic prefix for all events issued by the Blueprint Containerstatic final String
Topic for Blueprint Container CREATED eventsstatic final String
Topic for Blueprint Container CREATING eventsstatic final String
Topic for Blueprint Container DESTROYED eventsstatic final String
Topic for Blueprint Container DESTROYING eventsstatic final String
Topic for Blueprint Container FAILURE eventsstatic final String
Topic for Blueprint Container GRACE_PERIOD eventsstatic final String
Topic for Blueprint Container WAITING eventsstatic final String
The type of the event that has been issued. -
????
-
??????
-
TYPE
The type of the event that has been issued. This property is of typeInteger
and can take one of the values defined inBlueprintEvent
.- ????:
-
EVENT
TheBlueprintEvent
object that caused this event. This property is of typeBlueprintEvent
.- ????:
-
TIMESTAMP
The time the event was created. This property is of typeLong
.- ????:
-
BUNDLE
The Blueprint bundle associated with this event. This property is of typeBundle
.- ????:
-
BUNDLE_ID
The bundle id of the Blueprint bundle associated with this event. This property is of typeLong
.- ????:
-
BUNDLE_SYMBOLICNAME
The bundle symbolic name of the Blueprint bundle associated with this event. This property is of typeString
.- ????:
-
BUNDLE_VERSION
The bundle version of the Blueprint bundle associated with this event. This property is of typeVersion
.- ????:
-
EXTENDER_BUNDLE
The Blueprint extender bundle that is generating this event. This property is of typeBundle
.- ????:
-
EXTENDER_BUNDLE_ID
The bundle id of the Blueprint extender bundle that is generating this event. This property is of typeLong
.- ????:
-
EXTENDER_BUNDLE_SYMBOLICNAME
The bundle symbolic of the Blueprint extender bundle that is generating this event. This property is of typeString
.- ????:
-
EXTENDER_BUNDLE_VERSION
The bundle version of the Blueprint extender bundle that is generating this event. This property is of typeVersion
.- ????:
-
DEPENDENCIES
The filters identifying the missing dependencies that caused this event for aFAILURE
,GRACE_PERIOD
, orWAITING
event. This property type is an array ofString
.- ????:
-
CAUSE
The cause for aFAILURE
event. This property is of typeThrowable
.- ????:
-
TOPIC_BLUEPRINT_EVENTS
Topic prefix for all events issued by the Blueprint Container- ????:
-
TOPIC_CREATING
Topic for Blueprint Container CREATING events- ????:
-
TOPIC_CREATED
Topic for Blueprint Container CREATED events- ????:
-
TOPIC_DESTROYING
Topic for Blueprint Container DESTROYING events- ????:
-
TOPIC_DESTROYED
Topic for Blueprint Container DESTROYED events- ????:
-
TOPIC_FAILURE
Topic for Blueprint Container FAILURE events- ????:
-
TOPIC_GRACE_PERIOD
Topic for Blueprint Container GRACE_PERIOD events- ????:
-
TOPIC_WAITING
Topic for Blueprint Container WAITING events- ????:
-