Uses of Interface
edu.UCL.satin.arch.lmu.LMU

Packages that use LMU
edu.UCL.satin.arch.components   
edu.UCL.satin.arch.facets   
edu.UCL.satin.arch.lmu   
edu.UCL.satin.facets   
edu.UCL.satin.impl.container   
edu.UCL.satin.impl.MiToolkitDeployer   
mitoolkit.core   
 

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

Methods in edu.UCL.satin.arch.components with parameters of type LMU
abstract  short Reflective.acceptLMU(LMU lmu)
          Allows the Reflective component to inspect a given LMU and receive parts of it
abstract  short Deployer.acceptLMU(LMU lmu)
           
abstract  boolean Deployer.send(LMU lmu)
          Sends the given LMU to a remote host.
abstract  void Deployer.asyncSend(LMU lmu)
          Sends asynchronously the given LMU to a remote host.
 

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

Methods in edu.UCL.satin.arch.facets with parameters of type LMU
 boolean DeployerFacet.send(LMU lmu)
          Sends the given LMU to a remote host.
 void DeployerFacet.asyncSend(LMU lmu)
          Sends asynchronously the given LMU to a remote host.
 

Uses of LMU in edu.UCL.satin.arch.lmu
 

Methods in edu.UCL.satin.arch.lmu with parameters of type LMU
 boolean Handler.unpack(LMU lmu)
          The method called to unpack and deploy the LMU.
 

Uses of LMU in edu.UCL.satin.facets
 

Methods in edu.UCL.satin.facets with parameters of type LMU
 void NeedsPacking.pack(LMU lmu)
          Allows the component to add items to the lmu it is presumably going to be sent with
 

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

Methods in edu.UCL.satin.impl.container with parameters of type LMU
 short Core.acceptLMU(LMU lmu)
           
 

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

Classes in edu.UCL.satin.impl.MiToolkitDeployer that implement LMU
 class HashLMU
          HashLMU denotes an LMU that uses hashtables to store its contents.
 

Methods in edu.UCL.satin.impl.MiToolkitDeployer that return LMU
 LMU MiToolkitDeployer.receive(RemoteComponent c)
           
 

Methods in edu.UCL.satin.impl.MiToolkitDeployer with parameters of type LMU
 short MiToolkitDeployer.acceptLMU(LMU lmu)
           
 boolean MiToolkitDeployer.send(LMU lmu)
           
 void MiToolkitDeployer.asyncSend(LMU lmu)
           
 

Uses of LMU in mitoolkit.core
 

Methods in mitoolkit.core with parameters of type LMU
private  byte[] SerializationHandler.packType(LMU obj, int type, int closureType, int objectClosureType, int priority)