org.universAAL.middleware.modules
Interface Module

Package class diagram package Module
All Known Subinterfaces:
AALSpaceModule, CommunicationModule, ConfigurableCommunicationModule, DeployModule
All Known Implementing Classes:
AALSpaceModuleImpl, CommunicationModuleImpl

public interface Module

Author:
Michele Girolami, Francesco Furfari

Method Summary
 void dispose()
          Routine in order to release resources
 String getDescription()
           
 String getName()
           
 String getProvider()
           
 String getVersion()
           
 boolean init()
          Initialize the module.
 void loadConfigurations(Dictionary configurations)
           
 

Method Detail

getDescription

String getDescription()

getProvider

String getProvider()

getVersion

String getVersion()

getName

String getName()

loadConfigurations

void loadConfigurations(Dictionary configurations)

dispose

void dispose()
Routine in order to release resources


init

boolean init()
Initialize the module. This method should be called after the loading the configurations.

Returns:


Copyright © 2014 universAAL Consortium. All Rights Reserved.