public interface ComponentService
| Modifier and Type | Method and Description | 
|---|---|
void | 
activate(ApplicationId appId,
        String name)
Activates the component identified by the given name. 
 | 
void | 
deactivate(ApplicationId appId,
          String name)
Deactivates the component identified by the given name. 
 | 
void activate(ApplicationId appId, String name)
appId - application ID of the requesting applicationname - fully-qualified name of the component to activatevoid deactivate(ApplicationId appId, String name)
appId - application ID of the requesting applicationname - fully-qualified name of the component to deactivate