Rev 32336 | Rev 32408 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
package com.spice.profitmandi.service.SshServer;
public interface SSHService {
void RestartServer(String ipAddress, int port, String username, String password, String remoteDirectoryPath, String command,String rebootCommand );
}