Package org.onosproject.net.intf
Interface InterfaceAdminService
- 
 public interface InterfaceAdminServiceProvides a means to modify the interfaces configuration.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(Interface intf)Adds a new interface configuration to the system.booleanremove(ConnectPoint connectPoint, java.lang.String name)Removes an interface configuration from the system.
 
- 
- 
- 
Method Detail- 
addvoid add(Interface intf) Adds a new interface configuration to the system.- Parameters:
- intf- interface to add
 
 - 
removeboolean remove(ConnectPoint connectPoint, java.lang.String name) Removes an interface configuration from the system.- Parameters:
- connectPoint- connect point of the interface
- name- name of the interface
- Returns:
- the result of removal
 
 
- 
 
-