Package 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,- HostProbingProviderService,- HostProviderService,- LinkProviderService,- MeterProviderService,- PacketProviderService,- TopologyProviderService
 - 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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Pprovider()Returns the provider to which this service has been issued.
 
- 
- 
- 
Method Detail- 
providerP provider() Returns the provider to which this service has been issued.- Returns:
- provider to which this service has been assigned
 
 
- 
 
-