edu.cmu.emulator.sched
Class SSHWorker

java.lang.Object
  extended by edu.cmu.emulator.sched.SSHWorker

public class SSHWorker
extends Object


Field Summary
private static String localHomeBase
           
private static String remoteHomeBase
           
protected  Runtime runtime
           
 
Constructor Summary
SSHWorker()
           
 
Method Summary
 void disableUser(String userName, String host)
           
 void enableUser(String userName, String host)
           
protected  void exec(String cmd)
           
 void killUserProcs(int userID, String host)
           
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

runtime

protected Runtime runtime

localHomeBase

private static final String localHomeBase
See Also:
Constant Field Values

remoteHomeBase

private static final String remoteHomeBase
See Also:
Constant Field Values
Constructor Detail

SSHWorker

public SSHWorker()
Method Detail

enableUser

public void enableUser(String userName,
                       String host)

disableUser

public void disableUser(String userName,
                        String host)

killUserProcs

public void killUserProcs(int userID,
                          String host)

exec

protected void exec(String cmd)

main

public static void main(String[] args)


Copyright © 2013. All Rights Reserved.