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).


Variable Index

 o Command
 o Loc

Constructor Index

 o RemoteExec(Location, String)

Method Index

 o getExitCode()
 o getOutputString()
 o setRetStatus(String, int)

Variables

 o Loc
 public Location Loc
 o Command
 public String Command

Constructors

 o RemoteExec
 public RemoteExec(Location l,
                   String c)

Methods

 o setRetStatus
 public synchronized void setRetStatus(String risp,
                                       int e)
 o getExitCode
 public synchronized int getExitCode()
 o getOutputString
 public synchronized String getOutputString()

All Packages  Class Hierarchy  This Package  Previous  Next  Index