@Service public class ComponentManager extends Object implements org.onosproject.component.ComponentService
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.felix.scr.ScrService |
scrService |
| Constructor and Description |
|---|
ComponentManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.onosproject.core.ApplicationId appId,
String name) |
void |
deactivate(org.onosproject.core.ApplicationId appId,
String name) |
@Reference(cardinality=MANDATORY_UNARY) protected org.apache.felix.scr.ScrService scrService
public void activate(org.onosproject.core.ApplicationId appId,
String name)
activate in interface org.onosproject.component.ComponentServicepublic void deactivate(org.onosproject.core.ApplicationId appId,
String name)
deactivate in interface org.onosproject.component.ComponentService