edu.UCL.satin.arch.lmu
Interface Handler


public interface Handler

Represents an LMU Handler. It can be used to unpack an LMU.

Author:
Stefanos Zachariadis

Method Summary
 boolean unpack(LMU lmu)
          The method called to unpack and deploy the LMU.
 

Method Detail

unpack

public boolean unpack(LMU lmu)
The method called to unpack and deploy the LMU.

Returns:
true if the operation was successful or false otherwise.