Subversion Repositories SmartDukaan

Rev

Rev 32336 | Rev 32408 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
32336 jai.hind 1
package com.spice.profitmandi.service.SshServer;
2
 
3
public interface SSHService {
32337 jai.hind 4
    void RestartServer(String ipAddress, int port, String username, String password, String remoteDirectoryPath, String command,String rebootCommand );
32336 jai.hind 5
}