Uses of Class
edu.UCL.satin.arch.components.Reflective

Packages that use Reflective
edu.UCL.satin.arch.components   
edu.UCL.satin.arch.components.container   
edu.UCL.satin.impl.container   
edu.UCL.satin.impl.MiToolkitDeployer   
 

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

Subclasses of Reflective in edu.UCL.satin.arch.components
 class Deployer
          Represents a SATIN deployer
 

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

Subclasses of Reflective in edu.UCL.satin.arch.components.container
 class Container
          Represents the SATIN container, which hosts all components in the system.
 

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

Subclasses of Reflective in edu.UCL.satin.impl.container
 class Core
          The CORE is a container that uses a hashtable to store all components.
 

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

Subclasses of Reflective in edu.UCL.satin.impl.MiToolkitDeployer
 class MiToolkitDeployer
           
 

Methods in edu.UCL.satin.impl.MiToolkitDeployer with parameters of type Reflective
 void MiToolkitDeployer.asyncReceive(RemoteComponent c, Reflective r)