Knopflerfish OSGi bundle Event-Admin 4.0.1
B C D E G H I K M N O P R S T V

B

BUNDLE - Static variable in interface org.osgi.service.event.EventConstants
The Bundle object of the bundle relevant to the event.
BUNDLE_ID - Static variable in interface org.osgi.service.event.EventConstants
The Bundle id of the bundle relevant to the event.
BUNDLE_SIGNER - Static variable in interface org.osgi.service.event.EventConstants
The Distinguished Names of the signers of the bundle relevant to the event.
BUNDLE_SYMBOLICNAME - Static variable in interface org.osgi.service.event.EventConstants
The Bundle Symbolic Name of the bundle relevant to the event.
BUNDLE_VERSION - Static variable in interface org.osgi.service.event.EventConstants
The version of the bundle relevant to the event.

C

clear() - Method in class org.osgi.service.event.EventProperties
This method throws UnsupportedOperationException.
containsKey(Object) - Method in class org.osgi.service.event.EventProperties
Indicates if the specified property is present.
containsProperty(String) - Method in class org.osgi.service.event.Event
Indicate the presence of an event property.
containsValue(Object) - Method in class org.osgi.service.event.EventProperties
Indicates if the specified value is present.

D

DELIVERY_ASYNC_ORDERED - Static variable in interface org.osgi.service.event.EventConstants
Event Handler delivery quality value specifying the Event Handler requires asynchronously delivered events be delivered in order.
DELIVERY_ASYNC_UNORDERED - Static variable in interface org.osgi.service.event.EventConstants
Event Handler delivery quality value specifying the Event Handler does not require asynchronously delivered events be delivered in order.

E

entrySet() - Method in class org.osgi.service.event.EventProperties
Return the property entries.
equals(Object) - Method in class org.osgi.service.event.Event
Compares this Event object to another object.
equals(Object) - Method in class org.osgi.service.event.EventProperties
Compares this EventProperties object to another object.
equals(Object) - Method in class org.osgi.service.event.TopicPermission
Determines the equality of two TopicPermission objects.
Event - Class in org.osgi.service.event
An event.
Event(String, Map<String, ?>) - Constructor for class org.osgi.service.event.Event
Constructs an event.
Event(String, Dictionary<String, ?>) - Constructor for class org.osgi.service.event.Event
Constructs an event.
EVENT - Static variable in interface org.osgi.service.event.EventConstants
The forwarded event object.
EVENT_DELIVERY - Static variable in interface org.osgi.service.event.EventConstants
Service Registration property specifying the delivery qualities requested by an Event Handler service.
EVENT_FILTER - Static variable in interface org.osgi.service.event.EventConstants
Service Registration property specifying a filter to further select Event s of interest to an Event Handler service.
EVENT_TOPIC - Static variable in interface org.osgi.service.event.EventConstants
Service registration property specifying the Event topics of interest to an Event Handler service.
EventAdmin - Interface in org.osgi.service.event
The Event Admin service.
EventConstants - Interface in org.osgi.service.event
Defines standard names for EventHandler properties.
EventHandler - Interface in org.osgi.service.event
Listener for Events.
EventProperties - Class in org.osgi.service.event
The properties for an Event.
EventProperties(Map<String, ?>) - Constructor for class org.osgi.service.event.EventProperties
Create an EventProperties from the specified properties.
EXCEPTION - Static variable in interface org.osgi.service.event.EventConstants
An exception or error.
EXCEPTION_CLASS - Static variable in interface org.osgi.service.event.EventConstants
The name of the exception type.
EXCEPTION_MESSAGE - Static variable in interface org.osgi.service.event.EventConstants
The exception message.
EXECPTION_CLASS - Static variable in interface org.osgi.service.event.EventConstants
Deprecated. As of 1.1, replaced by EXCEPTION_CLASS

G

get(Object) - Method in class org.osgi.service.event.EventProperties
Return the value of the specified property.
getActions() - Method in class org.osgi.service.event.TopicPermission
Returns the canonical string representation of the TopicPermission actions.
getProperty(String) - Method in class org.osgi.service.event.Event
Retrieve the value of an event property.
getPropertyNames() - Method in class org.osgi.service.event.Event
Returns a list of this event's property names.
getTopic() - Method in class org.osgi.service.event.Event
Returns the topic of this event.

H

handleEvent(Event) - Method in interface org.osgi.service.event.EventHandler
Called by the EventAdmin service to notify the listener of an event.
hashCode() - Method in class org.osgi.service.event.Event
Returns a hash code value for this object.
hashCode() - Method in class org.osgi.service.event.EventProperties
Returns a hash code value for this object.
hashCode() - Method in class org.osgi.service.event.TopicPermission
Returns the hash code value for this object.

I

implies(Permission) - Method in class org.osgi.service.event.TopicPermission
Determines if the specified permission is implied by this object.
isEmpty() - Method in class org.osgi.service.event.EventProperties
Indicate if this properties is empty.

K

keySet() - Method in class org.osgi.service.event.EventProperties
Return the names of the properties.

M

matches(Filter) - Method in class org.osgi.service.event.Event
Tests this event's properties against the given filter using a case sensitive match.
MESSAGE - Static variable in interface org.osgi.service.event.EventConstants
A human-readable message that is usually not localized.

N

newPermissionCollection() - Method in class org.osgi.service.event.TopicPermission
Returns a new PermissionCollection object suitable for storing TopicPermission objects.

O

org.osgi.service.event - package org.osgi.service.event
Event Admin Package Version 1.3.

P

postEvent(Event) - Method in interface org.osgi.service.event.EventAdmin
Initiate asynchronous, ordered delivery of an event.
PUBLISH - Static variable in class org.osgi.service.event.TopicPermission
The action string publish.
put(String, Object) - Method in class org.osgi.service.event.EventProperties
This method throws UnsupportedOperationException.
putAll(Map<? extends String, ? extends Object>) - Method in class org.osgi.service.event.EventProperties
This method throws UnsupportedOperationException.

R

remove(Object) - Method in class org.osgi.service.event.EventProperties
This method throws UnsupportedOperationException.

S

sendEvent(Event) - Method in interface org.osgi.service.event.EventAdmin
Initiate synchronous delivery of an event.
SERVICE - Static variable in interface org.osgi.service.event.EventConstants
A service reference.
SERVICE_ID - Static variable in interface org.osgi.service.event.EventConstants
A service's id.
SERVICE_OBJECTCLASS - Static variable in interface org.osgi.service.event.EventConstants
A service's objectClass.
SERVICE_PID - Static variable in interface org.osgi.service.event.EventConstants
A service's persistent identity.
size() - Method in class org.osgi.service.event.EventProperties
Return the number of properties.
SUBSCRIBE - Static variable in class org.osgi.service.event.TopicPermission
The action string subscribe.

T

TIMESTAMP - Static variable in interface org.osgi.service.event.EventConstants
The time when the event occurred, as reported by System.currentTimeMillis().
TopicPermission - Class in org.osgi.service.event
A bundle's authority to publish or subscribe to event on a topic.
TopicPermission(String, String) - Constructor for class org.osgi.service.event.TopicPermission
Defines the authority to publich and/or subscribe to a topic within the EventAdmin service.
toString() - Method in class org.osgi.service.event.Event
Returns the string representation of this event.
toString() - Method in class org.osgi.service.event.EventProperties
Returns the string representation of this object.

V

values() - Method in class org.osgi.service.event.EventProperties
Return the properties values.

B C D E G H I K M N O P R S T V
Knopflerfish OSGi ${version}