public class ServicesBundle extends Object
| Constructor and Description |
|---|
ServicesBundle(org.onosproject.net.intent.IntentService intentService,
org.onosproject.net.device.DeviceService deviceService,
org.onosproject.net.host.HostService hostService,
org.onosproject.net.link.LinkService linkService,
org.onosproject.net.flow.FlowRuleService flowService,
org.onosproject.net.statistic.StatisticService flowStatsService,
org.onosproject.incubator.net.PortStatisticsService portStatsService)
Creates the services bundle.
|
| Modifier and Type | Method and Description |
|---|---|
org.onosproject.net.device.DeviceService |
deviceService()
Returns a reference to the device service.
|
org.onosproject.net.flow.FlowRuleService |
flowService()
Returns a reference to the flow rule service.
|
org.onosproject.net.statistic.StatisticService |
flowStatsService()
Returns a reference to the flow statistics service.
|
org.onosproject.net.host.HostService |
hostService()
Returns a reference to the host service.
|
org.onosproject.net.intent.IntentService |
intentService()
Returns a reference to the intent service.
|
org.onosproject.net.link.LinkService |
linkService()
Returns a reference to the link service.
|
org.onosproject.incubator.net.PortStatisticsService |
portStatsService()
Returns a reference to the port statistics service.
|
public ServicesBundle(org.onosproject.net.intent.IntentService intentService,
org.onosproject.net.device.DeviceService deviceService,
org.onosproject.net.host.HostService hostService,
org.onosproject.net.link.LinkService linkService,
org.onosproject.net.flow.FlowRuleService flowService,
org.onosproject.net.statistic.StatisticService flowStatsService,
org.onosproject.incubator.net.PortStatisticsService portStatsService)
intentService - intent service referencedeviceService - device service referencehostService - host service referencelinkService - link service referenceflowService - flow service referenceflowStatsService - flow statistics service referenceportStatsService - port statistics service referencepublic org.onosproject.net.intent.IntentService intentService()
public org.onosproject.net.device.DeviceService deviceService()
public org.onosproject.net.host.HostService hostService()
public org.onosproject.net.link.LinkService linkService()
public org.onosproject.net.flow.FlowRuleService flowService()
public org.onosproject.net.statistic.StatisticService flowStatsService()
public org.onosproject.incubator.net.PortStatisticsService portStatsService()
Copyright © 2015. All rights reserved.