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