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