B C F G L S

B

BasicBundleActivator - Class in com.squeakysand.osgi.framework
Simple BundleActivator that logs start and stop events, and holds on to a reference to the BundleContext object.
BasicBundleActivator() - Constructor for class com.squeakysand.osgi.framework.BasicBundleActivator
Creates a BasicBundleActivator instance that logs using its own logger.
BasicBundleActivator(Logger) - Constructor for class com.squeakysand.osgi.framework.BasicBundleActivator
Creates a BasicBundleActivator instance that logs using the supplied logger.
bundleChanged(BundleEvent) - Method in class com.squeakysand.osgi.framework.LoggingBundleListener
 

C

com.squeakysand.osgi.framework - package com.squeakysand.osgi.framework
 
com.squeakysand.osgi.util.tracker - package com.squeakysand.osgi.util.tracker
 

F

FilterBuilder - Class in com.squeakysand.osgi.framework
Helps with creating various Filter objects.
FilterBuilder() - Constructor for class com.squeakysand.osgi.framework.FilterBuilder
 
frameworkEvent(FrameworkEvent) - Method in class com.squeakysand.osgi.framework.LoggingFrameworkListener
 

G

getContext() - Method in class com.squeakysand.osgi.framework.BasicBundleActivator
Accessor for the BundleContext object associated with this BundleActivator.

L

LoggingBundleListener - Class in com.squeakysand.osgi.framework
BundleListener implementation that will listen for events based on the supplied event filter and will log them using SLF4J.
LoggingBundleListener() - Constructor for class com.squeakysand.osgi.framework.LoggingBundleListener
Creates a LoggingBundleListener that logs with its own logger.
LoggingBundleListener(Logger) - Constructor for class com.squeakysand.osgi.framework.LoggingBundleListener
Creates a LoggingBundleListener that logs with the supplied Logger instance.
LoggingFrameworkListener - Class in com.squeakysand.osgi.framework
FrameworkListener implementation that will listen for events based on the supplied event filter and will log them using SLF4J.
LoggingFrameworkListener() - Constructor for class com.squeakysand.osgi.framework.LoggingFrameworkListener
Creates a LoggingFrameworkListener that logs with its own logger.
LoggingFrameworkListener(Logger) - Constructor for class com.squeakysand.osgi.framework.LoggingFrameworkListener
Creates a LoggingFrameworkListener that logs with the supplied Logger instance.
LoggingServiceListener - Class in com.squeakysand.osgi.framework
ServiceListener implementation that will listen for events based on the supplied event filter and will log them using SLF4J.
LoggingServiceListener() - Constructor for class com.squeakysand.osgi.framework.LoggingServiceListener
Creates a LoggingServiceListener that logs with its own logger.
LoggingServiceListener(Logger) - Constructor for class com.squeakysand.osgi.framework.LoggingServiceListener
Creates a LoggingServiceListener that logs with the supplied Logger instance.

S

serviceChanged(ServiceEvent) - Method in class com.squeakysand.osgi.framework.LoggingServiceListener
 
setEventFilter(Predicate<? super BundleEvent>) - Method in class com.squeakysand.osgi.framework.LoggingBundleListener
Sets the filter to use to determine which BundleEvents should be logged.
setEventFilter(Predicate<? super FrameworkEvent>) - Method in class com.squeakysand.osgi.framework.LoggingFrameworkListener
Sets the filter to use to determine which FrameworkEvents should be logged.
setEventFilter(Predicate<? super ServiceEvent>) - Method in class com.squeakysand.osgi.framework.LoggingServiceListener
Sets the filter to use to determine which ServiceEvents should be logged.
singleClassFilter(BundleContext, Class<?>) - Static method in class com.squeakysand.osgi.framework.FilterBuilder
 
SingleClassServiceTracker - Class in com.squeakysand.osgi.util.tracker
Convenient ServiceTracker extension that can track a single service class.
SingleClassServiceTracker(BundleContext, Class<?>) - Constructor for class com.squeakysand.osgi.util.tracker.SingleClassServiceTracker
Creates a SingleClassServiceTracker instance.
start(BundleContext) - Method in class com.squeakysand.osgi.framework.BasicBundleActivator
 
stop(BundleContext) - Method in class com.squeakysand.osgi.framework.BasicBundleActivator
 

B C F G L S

Copyright 2010-2012 Craig S. Dickson (http://craigsdickson.com)