B C D E O P S U
All Classes All Packages
All Classes All Packages
All Classes All Packages
B
- bundleChanged(BundleEvent) - Method in class org.apache.felix.eventadmin.impl.adapter.BundleEventAdapter
-
Once a bundle event is received this method assembles and posts an event via the
EventAdminas specified in 113.6.4 OSGi R4 compendium. - BundleEventAdapter - Class in org.apache.felix.eventadmin.impl.adapter
-
This class registers itself as a listener for bundle events and posts them via the EventAdmin as specified in 113.6.4 OSGi R4 compendium.
- BundleEventAdapter(BundleContext, EventAdmin) - Constructor for class org.apache.felix.eventadmin.impl.adapter.BundleEventAdapter
-
The constructor of the adapter.
C
- Configuration - Class in org.apache.felix.eventadmin.impl
-
The
Configurationclass encapsules the configuration for the event admin. - Configuration(BundleContext) - Constructor for class org.apache.felix.eventadmin.impl.Configuration
D
- destroy() - Method in class org.apache.felix.eventadmin.impl.Configuration
-
Called upon stopping the bundle.
- destroy(BundleContext) - Method in class org.apache.felix.eventadmin.impl.adapter.BundleEventAdapter
E
- EventAdminImpl - Class in org.apache.felix.eventadmin.impl.handler
-
This is the actual implementation of the OSGi R4 Event Admin Service (see the Compendium 113 for details).
- EventAdminImpl(BundleContext, DefaultThreadPool, DefaultThreadPool, int, String[], boolean, String[], boolean, boolean) - Constructor for class org.apache.felix.eventadmin.impl.handler.EventAdminImpl
-
The constructor of the
EventAdminimplementation.
O
- org.apache.felix.eventadmin.impl - package org.apache.felix.eventadmin.impl
- org.apache.felix.eventadmin.impl.adapter - package org.apache.felix.eventadmin.impl.adapter
- org.apache.felix.eventadmin.impl.handler - package org.apache.felix.eventadmin.impl.handler
P
- postEvent(Event) - Method in class org.apache.felix.eventadmin.impl.handler.EventAdminImpl
-
Post an asynchronous event.
S
- sendEvent(Event) - Method in class org.apache.felix.eventadmin.impl.handler.EventAdminImpl
-
Send a synchronous event.
- stop() - Method in class org.apache.felix.eventadmin.impl.handler.EventAdminImpl
-
This method can be used to stop the delivery of events.
U
- update(int, String[], boolean, String[], boolean, boolean) - Method in class org.apache.felix.eventadmin.impl.handler.EventAdminImpl
-
Update the event admin with new configuration.
All Classes All Packages