static void removeFromMultiPort(long vport) { for (O port : getMultiPorts()) call(port, "removePort", vport); }