net.sf.mmapps.modules.cloudprovider.impl
Interface Configurable

All Known Implementing Classes:
AdminPropertiesCloudProvider, ClassAuthenticationCloudProvider, ConfiguredUsernameAndPasswordCloudProvider, DefaultCloudProvider, UserNodeCloudProvider

public interface Configurable

Interface to allow Cloud provider implementations to accept configuration

Version:
$Id: Configurable.java,v 1.1 2005/07/31 12:37:47 keesj Exp $
Author:
Kees Jongenburger

Method Summary
 void setProperty(java.lang.String name, java.lang.String value)
          This method will be called when there are extra properties in the resource file for the CloudProvider
 

Method Detail

setProperty

void setProperty(java.lang.String name,
                 java.lang.String value)
This method will be called when there are extra properties in the resource file for the CloudProvider

Parameters:
name - name of property
value - value of property


Copyright © 2003-2005 mmapps. All Rights Reserved.