Package org.springframework.osgi.util

Useful OSGi utilities.

See:
          Description

Class Summary
BundleDelegatingClassLoader ClassLoader backed by an OSGi bundle.
DebugUtils Utility class used for debugging exceptions in OSGi environment, such as class loading errors.
OsgiBundleUtils Utility class for OSGi Bundles.
OsgiFilterUtils Utility class for creating OSGi filters.
OsgiListenerUtils Utility class for dealing with various OSGi listeners, mainly ServiceListeners.
OsgiPlatformDetector Utility class that detects the running platform.
OsgiServiceReferenceUtils Utility class for retrieving OSGi service references.
OsgiServiceUtils Utility class offering easy access to OSGi services.
OsgiStringUtils Utility class for creating nice string representations of various OSGi classes.
 

Package org.springframework.osgi.util Description

Useful OSGi utilities.
Provides generic utility classes for dealing with OSGi interfaces such as Bundle, Filter and ServiceReference to name a few.



Copyright © 2006-2009 Spring Framework. All Rights Reserved.