Package org.onosproject.net.domain
Interface DomainIntentService
- 
public interface DomainIntentServiceService used to submit and remove intent domains. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsumbit(DomainIntentOperations domainOperations)Submit a batch operation of domain intent to be send to the target domain through the proper driver. 
 - 
 
- 
- 
Method Detail
- 
sumbit
void sumbit(DomainIntentOperations domainOperations)
Submit a batch operation of domain intent to be send to the target domain through the proper driver.- Parameters:
 domainOperations- to be submitted
 
 - 
 
 -