All Packages Class Hierarchy This Package Previous Next Index
Class NetAdmin.RemoteExec
java.lang.Object
|
+----NetAdmin.RemoteExec
- public class RemoteExec
- extends Object
Esegue la funzionalita' di rsh (senza usare rsh stessa..).
non tiene conto del problema dei DISPLAY e quindi non e' possibile
lanciare applicazioni grafiche.. farebbero apparire le finestre sulla
macchina remota... converte lo standard output in stringhe per ottenere
l'indipendenza dalla piattaforma. Genera un Agente di Sistema che va a
a destinazione esegue e poi torna con l'output e l'Exit Code.
Non e' previsto uso dello standard input (eventualmente derivare agente).
-
Command
-
-
Loc
-
-
RemoteExec(Location, String)
-
-
getExitCode()
-
-
getOutputString()
-
-
setRetStatus(String, int)
-
Loc
public Location Loc
Command
public String Command
RemoteExec
public RemoteExec(Location l,
String c)
setRetStatus
public synchronized void setRetStatus(String risp,
int e)
getExitCode
public synchronized int getExitCode()
getOutputString
public synchronized String getOutputString()
All Packages Class Hierarchy This Package Previous Next Index