public interface InterfaceAdminService
| Modifier and Type | Method and Description |
|---|---|
void |
add(Interface intf)
Adds a new interface configuration to the system.
|
boolean |
remove(ConnectPoint connectPoint,
String name)
Removes an interface configuration from the system.
|
void add(Interface intf)
intf - interface to addboolean remove(ConnectPoint connectPoint, String name)
connectPoint - connect point of the interfacename - name of the interface