JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.onosproject.net.provider
Interface ProviderService<P extends
Provider
>
Type Parameters:
P
- type of the information provider
All Known Subinterfaces:
AlarmProviderService
,
ClusterMetadataProviderService
,
ControlMessageProviderService
,
DeviceProviderService
,
FlowRuleProviderService
,
GroupProviderService
,
HostProviderService
,
IntentDomainProviderService
,
LabelResourceProviderService
,
LinkProviderService
,
MeterProviderService
,
PacketProviderService
,
RemoteServiceContextProviderService
,
TopologyProviderService
,
TunnelProviderService
,
VirtualNetworkProviderService
All Known Implementing Classes:
AbstractProviderService
public interface
ProviderService<P extends
Provider
>
Abstraction of a service through which providers can inject information about the network environment into the core.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
P
provider
()
Returns the provider to which this service has been issued.
Method Detail
provider
P
provider()
Returns the provider to which this service has been issued.
Returns:
provider to which this service has been assigned
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method