org.apache.felix.jmood.core
Interface ManagedServiceMBean

All Known Implementing Classes:
ManagedService

public interface ManagedServiceMBean


Method Summary
 java.lang.String getBundle()
           
 java.util.Hashtable getProperties()
           
 java.lang.String[] getServiceInterfaces()
           
 java.lang.String[] getUsingBundles()
           
 

Method Detail

getBundle

java.lang.String getBundle()
Returns:
The registering bundle symbolic name

getProperties

java.util.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

java.lang.String[] getUsingBundles()
Returns:
the symbolic names of the bundles using the service

getServiceInterfaces

java.lang.String[] getServiceInterfaces()