Uses of Interface
SOMA.network.connection.Daemon

Packages that use Daemon
MUM.data Il package MUM.data contiene le classi che definiscono alcuni dei dati utilizzati nel sistema e i contratti che le varie entità che verranno gestite da MUM devono implementare.  
MUM.metadataService Il package MUM.metadataService contiene le classi che definiscono interfaccie e oggetti utilizzati per lo scaricamento dei metadati riguardanti le presentazioni.  
MUM.profileService.server Il package MUM.profileService.server contiene le classi che definiscono interfaccie e oggetti utilizzati per lo scaricamento di profili riguardanti le presentazioni, lato server.  
MUM.repository.server Il package MUM.repository.server contiene le classi che definiscono il server utilizzato nell'applicazione di streaming video già realizzata al di sopra di MUM.  
SOMA.agent Contiene le classi di gestione degli agenti. 
SOMA.gui Contiene le classi dell'interfaccia grafica utente (GUI). 
SOMA.network.connection Contiene le classi che gestiscono ogni singola connessione fra place diversi. 
SOMA.output   
SOMA.resourceManagement   
SOMA.security.infrastructure.updatePolicy   
SOMA.security.net.ssl   
 

Uses of Daemon in MUM.data
 

Subinterfaces of Daemon in MUM.data
 interface IServer
          This is the interface for a generic IMultimediaService
 interface IServiceProvider
          Title: MUM * Copyright: Copyright (c) 2003 * Date: 25/07/2003 * Description: Multimedia middleware based in part on precedent versions implemented by Antonio D'Errico and Francesco Baschieri * Package: MUM.data contains useful ADTs * @author Luca Foschini * @version 2.0
 

Uses of Daemon in MUM.metadataService
 

Classes in MUM.metadataService that implement Daemon
 class MetadataServiceConnectionMaker
          This class implements a MetaDataContainerConnectionMaker.
 

Uses of Daemon in MUM.profileService.server
 

Classes in MUM.profileService.server that implement Daemon
 class ProfileContainerConnectionMaker
          This class implements a ProfileContainerConnectionMaker.
 

Uses of Daemon in MUM.repository.server
 

Subinterfaces of Daemon in MUM.repository.server
 interface IServerVideo
          The interface for a generic server only for video
 interface IServerVideoLocalCacheEnabled
           
 

Classes in MUM.repository.server that implement Daemon
 class ServerVideoBase
          Title: MUM Copyright: Copyright (c) 2003 Date: 28/07/2003 Description: Multimedia middleware based in part on precedent versions implemented by Antonio D'Errico and Francesco Baschieri Package: MUM.repository.server contains all the classes needed by the entity server
 class ServerVideoLocalCacheEnabled
          Title: MUM Copyright: Copyright (c) 2003 Date: 28/07/2003 Description: Multimedia middleware based in part on precedent versions implemented by Antonio D'Errico and Francesco Baschieri Package: MUM.repository.server contains all the classes needed by the entity server
 

Uses of Daemon in SOMA.agent
 

Classes in SOMA.agent that implement Daemon
 class AgentWorker
          Classe che rappresenta un agente in esecuzione.
 

Uses of Daemon in SOMA.gui
 

Classes in SOMA.gui that implement Daemon
 class ActionPlace
           
 

Uses of Daemon in SOMA.network.connection
 

Classes in SOMA.network.connection that implement Daemon
 class Connection
          Demone responsabile delle comunicazioni via socket con un altro place.
 class ConnectionServer
          Server in attesa di connessioni.
 class SelfConnection
          Autoconnessione: esegue in locale i comandi spediti.
 

Fields in SOMA.network.connection declared as Daemon
 Daemon DaemonExplorerItem.daemon
          Il demone da gestire.
 

Constructors in SOMA.network.connection with parameters of type Daemon
DaemonExplorerItem(Daemon daemon)
          Costruttore.
 

Uses of Daemon in SOMA.output
 

Classes in SOMA.output that implement Daemon
 class PlaceWindow
           
 

Uses of Daemon in SOMA.resourceManagement
 

Classes in SOMA.resourceManagement that implement Daemon
 class MonitoringManager
          Classe che coordina il monitoraggio e l'accounting.
 

Uses of Daemon in SOMA.security.infrastructure.updatePolicy
 

Classes in SOMA.security.infrastructure.updatePolicy that implement Daemon
 class UpdateCertificate
           
 class UpdateDaemon
           
 

Uses of Daemon in SOMA.security.net.ssl
 

Classes in SOMA.security.net.ssl that implement Daemon
 class SSLConnectionServer
           
 



Copyright © 2004 Luca Foschini