SOMA.security
Class SecurityEnvironment

java.lang.Object
  extended bySOMA.Environment
      extended bySOMA.security.SecurityEnvironment

public class SecurityEnvironment
extends Environment

Classe che rappresenta l'astrazione di place.
Contiene i riferimenti a tutti gli oggetti che compongono un place o un default place, che e' il place che gestisce un dominio.
Il costruttore di Environment avvia il place.

Author:
Ghetti Luca

Field Summary
 ProfileManager profile
          il profile manager
 
Fields inherited from class SOMA.Environment
actionPlace, agentManager, componentDescriptorRepository, componentRepositoryManager, dir, domainNameService, domainResourceManager, err, in, metadataServiceManager, mobilePlaceManager, multiErr, multimediaServicesManager, multiOut, networkManager, out, path, placeID, placeNameService, placeResourceManager, platformDescriptor, platformDescriptorsFile, profileManager, profileRepositoryFile, repositoryBaseDirectory, resourceBroker, sportelloRichieste, threadGroup
 
Constructor Summary
SecurityEnvironment(DirExplorerItem dir, java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
          Costruttore usato per avere un Environment "vuoto".
SecurityEnvironment(PlaceID placeID, DirExplorerItem dir, int port, java.io.InputStream in, java.io.PrintStream out, java.io.PrintStream err)
          Costruttore: avvia il place chiamando i costruttori di tutti i suoi componenti.
 
Method Summary
protected  void createNameServices()
          Cambia in MobileEnvironment.
 java.lang.String toString()
           
 
Methods inherited from class SOMA.Environment
aggiungiVociDellaGUI, load, load, save, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

profile

public ProfileManager profile
il profile manager

Constructor Detail

SecurityEnvironment

public SecurityEnvironment(DirExplorerItem dir,
                           java.io.InputStream in,
                           java.io.PrintStream out,
                           java.io.PrintStream err)
Costruttore usato per avere un Environment "vuoto".


SecurityEnvironment

public SecurityEnvironment(PlaceID placeID,
                           DirExplorerItem dir,
                           int port,
                           java.io.InputStream in,
                           java.io.PrintStream out,
                           java.io.PrintStream err)
                    throws java.lang.Exception
Costruttore: avvia il place chiamando i costruttori di tutti i suoi componenti.

I final servono solo per poter utilizzare delle classi anonime.

Method Detail

createNameServices

protected void createNameServices()
Cambia in MobileEnvironment.

Overrides:
createNameServices in class Environment

toString

public java.lang.String toString()
Overrides:
toString in class Environment


Copyright © 2004 Luca Foschini