@Service public class FpmManager extends Object implements FpmInfoService
| Modifier and Type | Field and Description |
|---|---|
protected org.onosproject.cfg.ComponentConfigService |
componentConfigService |
protected RouteAdminService |
routeService |
| Constructor and Description |
|---|
FpmManager() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext context) |
protected void |
deactivate() |
protected void |
modified(org.osgi.service.component.ComponentContext context) |
Map<SocketAddress,Long> |
peers() |
@Reference(cardinality=MANDATORY_UNARY) protected org.onosproject.cfg.ComponentConfigService componentConfigService
@Reference(cardinality=MANDATORY_UNARY) protected RouteAdminService routeService
@Activate protected void activate(org.osgi.service.component.ComponentContext context)
@Deactivate protected void deactivate()
@Modified protected void modified(org.osgi.service.component.ComponentContext context)
public Map<SocketAddress,Long> peers()
peers in interface FpmInfoService