FRS
Interface IExecutionMonitor

All Superinterfaces:
java.rmi.Remote
All Known Implementing Classes:
ExecutionMonitor

public interface IExecutionMonitor
extends java.rmi.Remote

Author:
Dario Agostinone Interfaccia dell'execution Monitor

Method Summary
 void addLog(LogInformation info)
          Aggiunge un log
 void remove(ISessione ses)
          Rimuove una sessione
 

Method Detail

addLog

public void addLog(LogInformation info)
            throws java.rmi.RemoteException
Aggiunge un log

Throws:
java.rmi.RemoteException

remove

public void remove(ISessione ses)
            throws java.rmi.RemoteException
Rimuove una sessione

Throws:
java.rmi.RemoteException