?? EventConstants
EventHandler
properties.-
????
????????????static final String
The Bundle object of the bundle relevant to the event.static final String
The Bundle id of the bundle relevant to the event.static final String
The Distinguished Names of the signers of the bundle relevant to the event.static final String
The Bundle Symbolic Name of the bundle relevant to the event.static final String
The version of the bundle relevant to the event.static final String
Event Handler delivery quality value specifying the Event Handler requires asynchronously delivered events be delivered in order.static final String
Event Handler delivery quality value specifying the Event Handler does not require asynchronously delivered events be delivered in order.static final String
The forwarded event object.static final String
The name of the implementation capability for the Event Admin specificationstatic final String
The version of the implementation capability for the Event Admin specificationstatic final String
Service Registration property specifying the delivery qualities requested by an Event Handler service.static final String
Service Registration property specifying a filter to further selectEvent
s of interest to an Event Handler service.static final String
Service registration property specifying theEvent
topics of interest to an Event Handler service.static final String
An exception or error.static final String
The name of the exception type.static final String
The exception message.static final String
????As of 1.1.static final String
A human-readable message that is usually not localized.static final String
A service reference.static final String
A service's id.static final String
A service's objectClass.static final String
A service's persistent identity.static final String
The time when the event occurred, as reported bySystem.currentTimeMillis()
.
-
??????
-
EVENT_TOPIC
Service registration property specifying theEvent
topics of interest to an Event Handler service.Event handlers SHOULD be registered with this property. Each value of this property is a string that describe the topics in which the handler is interested. An asterisk ('*') may be used as a trailing wildcard. Event Handlers which do not have a value for this property must not receive events. More precisely, the value of each string must conform to the following grammar:
topic-description := '*' | topic ( '/*' )? topic := token ( '/' token )*
The value of this property must be of type
String
,String[]
, orCollection<String>
. -
EVENT_FILTER
Service Registration property specifying a filter to further selectEvent
s of interest to an Event Handler service.Event handlers MAY be registered with this property. The value of this property is a string containing an LDAP-style filter specification. Any of the event's properties may be used in the filter expression. Each event handler is notified for any event which belongs to the topics in which the handler has expressed an interest. If the event handler is also registered with this service property, then the properties of the event must also match the filter for the event to be delivered to the event handler.
If the filter syntax is invalid, then the Event Handler must be ignored and a warning should be logged.
The value of this property must be of type
String
. -
EVENT_DELIVERY
Service Registration property specifying the delivery qualities requested by an Event Handler service.Event handlers MAY be registered with this property. Each value of this property is a string specifying a delivery quality for the Event handler.
The value of this property must be of type
String
,String[]
, orCollection<String>
.- ???????:
- 1.3
- ????:
-
DELIVERY_ASYNC_ORDERED
Event Handler delivery quality value specifying the Event Handler requires asynchronously delivered events be delivered in order. Ordered delivery is the default for asynchronously delivered events.This delivery quality value is mutually exclusive with
DELIVERY_ASYNC_UNORDERED
. However, if both this value andDELIVERY_ASYNC_UNORDERED
are specified for an event handler, this value takes precedence.- ???????:
- 1.3
- ????:
-
DELIVERY_ASYNC_UNORDERED
Event Handler delivery quality value specifying the Event Handler does not require asynchronously delivered events be delivered in order. This may allow an Event Admin implementation to optimize asynchronous event delivery by relaxing ordering requirements.This delivery quality value is mutually exclusive with
DELIVERY_ASYNC_ORDERED
. However, if both this value andDELIVERY_ASYNC_ORDERED
are specified for an event handler,DELIVERY_ASYNC_ORDERED
takes precedence.- ???????:
- 1.3
- ????:
-
BUNDLE_SIGNER
The Distinguished Names of the signers of the bundle relevant to the event. The type of the value for this event property isString
orCollection
ofString
.- ????:
-
BUNDLE_SYMBOLICNAME
The Bundle Symbolic Name of the bundle relevant to the event. The type of the value for this event property isString
.- ????:
-
BUNDLE_ID
The Bundle id of the bundle relevant to the event. The type of the value for this event property isLong
.- ???????:
- 1.1
- ????:
-
BUNDLE
The Bundle object of the bundle relevant to the event. The type of the value for this event property isBundle
.- ???????:
- 1.1
- ????:
-
BUNDLE_VERSION
The version of the bundle relevant to the event. The type of the value for this event property isVersion
.- ???????:
- 1.2
- ????:
-
EVENT
The forwarded event object. Used when rebroadcasting an event that was sent via some other event mechanism. The type of the value for this event property isObject
.- ????:
-
EXCEPTION
An exception or error. The type of the value for this event property isThrowable
.- ????:
-
EXCEPTION_CLASS
The name of the exception type. Must be equal to the name of the class of the exception in the event propertyEXCEPTION
. The type of the value for this event property isString
.- ???????:
- 1.1
- ????:
-
EXCEPTION_MESSAGE
The exception message. Must be equal to the result of callinggetMessage()
on the exception in the event propertyEXCEPTION
. The type of the value for this event property isString
.- ????:
-
MESSAGE
A human-readable message that is usually not localized. The type of the value for this event property isString
.- ????:
-
SERVICE
A service reference. The type of the value for this event property isServiceReference
.- ????:
-
SERVICE_ID
A service's id. The type of the value for this event property isLong
.- ????:
-
SERVICE_OBJECTCLASS
A service's objectClass. The type of the value for this event property isString[]
.- ????:
-
SERVICE_PID
A service's persistent identity. The type of the value for this event property isString
orCollection
ofString
.- ????:
-
TIMESTAMP
The time when the event occurred, as reported bySystem.currentTimeMillis()
. The type of the value for this event property isLong
.- ????:
-
EVENT_ADMIN_IMPLEMENTATION
The name of the implementation capability for the Event Admin specification- ???????:
- 1.4
- ????:
-
EVENT_ADMIN_SPECIFICATION_VERSION
The version of the implementation capability for the Event Admin specification- ???????:
- 1.4
- ????:
-
EXECPTION_CLASS
????As of 1.1. Replaced byEXCEPTION_CLASS
.This constant was released with an incorrectly spelled name. It has been replaced byEXCEPTION_CLASS
- ????:
-