Uses of Interface
edu.UCL.satin.arch.facets.ComponentFacet

Packages that use ComponentFacet
edu.UCL.satin.arch.components   
edu.UCL.satin.arch.components.container   
edu.UCL.satin.arch.facets   
edu.UCL.satin.impl.advertising.central.clients.advertising   
edu.UCL.satin.impl.advertising.central.clients.discovery   
edu.UCL.satin.impl.advertising.central.server   
edu.UCL.satin.impl.arch.components.comms   
edu.UCL.satin.impl.container   
edu.UCL.satin.impl.Debug   
edu.UCL.satin.impl.localhost   
edu.UCL.satin.impl.MiToolkitDeployer   
edu.UCL.satin.impl.registrar   
edu.UCL.satin.impl.remotecomponents   
 

Uses of ComponentFacet in edu.UCL.satin.arch.components
 

Classes in edu.UCL.satin.arch.components that implement ComponentFacet
 class Component
          The SATIN component generalisation
 class Deployer
          Represents a SATIN deployer
 class Reflective
          Represents a reflective component
 

Uses of ComponentFacet in edu.UCL.satin.arch.components.container
 

Classes in edu.UCL.satin.arch.components.container that implement ComponentFacet
 class Container
          Represents the SATIN container, which hosts all components in the system.
 class Registrar
          Represents a registration technique of the container
 

Uses of ComponentFacet in edu.UCL.satin.arch.facets
 

Subinterfaces of ComponentFacet in edu.UCL.satin.arch.facets
 interface ContainerFacet
          The facet that all container implementations must implement
 interface DeployerFacet
          Represents a deployer.
 interface RegistrarFacet
           
 

Uses of ComponentFacet in edu.UCL.satin.impl.advertising.central.clients.advertising
 

Classes in edu.UCL.satin.impl.advertising.central.clients.advertising that implement ComponentFacet
 class CentralAdvertising
           
 

Uses of ComponentFacet in edu.UCL.satin.impl.advertising.central.clients.discovery
 

Classes in edu.UCL.satin.impl.advertising.central.clients.discovery that implement ComponentFacet
 class CentralDiscovery
          This Discovery component interfaces with AdvertisingServer.java
 

Uses of ComponentFacet in edu.UCL.satin.impl.advertising.central.server
 

Classes in edu.UCL.satin.impl.advertising.central.server that implement ComponentFacet
 class AdvertisingServer
           
 

Uses of ComponentFacet in edu.UCL.satin.impl.arch.components.comms
 

Subinterfaces of ComponentFacet in edu.UCL.satin.impl.arch.components.comms
 interface Advertiser
          Represents a SATIN Advertiser Component
 

Classes in edu.UCL.satin.impl.arch.components.comms that implement ComponentFacet
 class Discovery
          Represents a SATIN discovery component
 

Uses of ComponentFacet in edu.UCL.satin.impl.container
 

Classes in edu.UCL.satin.impl.container that implement ComponentFacet
 class Core
          The CORE is a container that uses a hashtable to store all components.
 

Uses of ComponentFacet in edu.UCL.satin.impl.Debug
 

Subinterfaces of ComponentFacet in edu.UCL.satin.impl.Debug
 interface DebugFacet
           
 

Classes in edu.UCL.satin.impl.Debug that implement ComponentFacet
 class Debug
           
 

Uses of ComponentFacet in edu.UCL.satin.impl.localhost
 

Classes in edu.UCL.satin.impl.localhost that implement ComponentFacet
 class SimpleLocalHost
          SimpleLocalHost is an extremely simple LocalHost implementation.
 

Uses of ComponentFacet in edu.UCL.satin.impl.MiToolkitDeployer
 

Classes in edu.UCL.satin.impl.MiToolkitDeployer that implement ComponentFacet
 class MiToolkitDeployer
           
 

Uses of ComponentFacet in edu.UCL.satin.impl.registrar
 

Classes in edu.UCL.satin.impl.registrar that implement ComponentFacet
 class CoreRegistrar
           
 

Uses of ComponentFacet in edu.UCL.satin.impl.remotecomponents
 

Classes in edu.UCL.satin.impl.remotecomponents that implement ComponentFacet
 class RemoteComponent
          This class represents a component (along with it's known attributes) that exists remotelly.