org.universAAL.middleware.connectors
Interface Connector

Package class diagram package Connector
All Known Subinterfaces:
CommunicationConnector, DeployConnector, DiscoveryConnector
All Known Implementing Classes:
JGroupsCommunicationConnector, KarafDeployConnector, SLPDiscoveryConnector

public interface Connector

Interface for the real connectors.

Author:
Michele Girolami, Francesco Furfari

Method Summary
 void dispose()
           
 String getDescription()
           
 String getName()
           
 String getProvider()
           
 String getVersion()
           
 boolean init()
           
 void loadConfigurations(Dictionary configurations)
          This method allows the connector to obtain all the required configurations
 

Method Detail

getName

String getName()

getVersion

String getVersion()

getDescription

String getDescription()

getProvider

String getProvider()

loadConfigurations

void loadConfigurations(Dictionary configurations)
This method allows the connector to obtain all the required configurations

Parameters:
configurations -

init

boolean init()

dispose

void dispose()


Copyright © 2014 universAAL Consortium. All Rights Reserved.