2016/05/28 - Apache Tuscany has been retired. 
For more information, please explore the Attic. 
 
org.apache.tuscany.sca.management
Interface ManagementService
public interface ManagementService
Interface for the management service abstraction. The implementation
 could be based on a variety of technologies including JMX, WSDM,
 SNMP etc.
 
registerComponent
void registerComponent(java.lang.String name,
                       RuntimeComponent component)
- Registers a component for management.
- Parameters:
 name - Name of the component.component - Component to be registered.