org.apache.felix.jmood.core
Interface ManagedServiceMBean

All Known Implementing Classes:
ManagedService

public interface ManagedServiceMBean


Method Summary
 String getBundle()
           
 Hashtable getProperties()
           
 String[] getServiceInterfaces()
           
 String[] getUsingBundles()
           
 

Method Detail

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 © 2013 The Apache Software Foundation. All Rights Reserved.