package telephony.manager; import telephony.exceptions.*;
import java.rmi.*;
import java.rmi.server.*;
public interface ManagementServerInterface extends Remote {
public int submitManagementClientLog(ManagementClientLog LogUpdate) throws RemoteException;
}