org.springframework.osgi.util
Class OsgiServiceUtils
java.lang.Object
org.springframework.osgi.util.OsgiServiceUtils
public abstract class OsgiServiceUtils
- extends Object
Utility class offering easy access to OSGi services.
- Author:
- Adrian Colyer, Costin Leau
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OsgiServiceUtils
public OsgiServiceUtils()
unregisterService
public static boolean unregisterService(ServiceRegistration registration)
- Unregisters the given service registration from the given bundle. Returns
true if the unregistration process succeeded, false otherwise.
- Parameters:
registration
- service registration (can be null)
- Returns:
- true if the unregistration successeded, false otherwise
Copyright � 2006-2008 Spring Framework. All Rights Reserved.