package org.opendaylight.controller.hosttracker; import java.util.List; public interface IHostTrackerShell{ public List dumpPendingArpReqList(); public List dumpFailedArpReqList(); }