org.apache.felix.jmood.core
Interface ManagedServiceMBean
- All Known Implementing Classes:
- ManagedService
public interface ManagedServiceMBean
getBundle
String getBundle()
- Returns:
- The registering bundle symbolic name
getProperties
Hashtable getProperties()
- Returns:
- a hashtable containing the same properties contained in
the dictionary object used when registering the service. These include
the standard mandatory service.id and objectClass properties as
defined in the org.osgi.framework.Constants interface
- See Also:
Constants
getUsingBundles
String[] getUsingBundles()
- Returns:
- the symbolic names of the bundles using the service
getServiceInterfaces
String[] getServiceInterfaces()
Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.