org.apache.geronimo.connector.deployment.dconfigbean
Interface ConfigPropertiesHelper.ConfigPropertiesSource

Enclosing class:
ConfigPropertiesHelper

public static interface ConfigPropertiesHelper.ConfigPropertiesSource


Method Summary
 GerConfigPropertySettingType addNewConfigPropertySetting()
           
 GerConfigPropertySettingType[] getConfigPropertySettingArray()
           
 ConfigPropertySettings[] getConfigPropertySettings()
           
 void removeConfigPropertySetting(int j)
           
 void setConfigPropertySettings(ConfigPropertySettings[] configs)
           
 

Method Detail

getConfigPropertySettingArray

GerConfigPropertySettingType[] getConfigPropertySettingArray()

addNewConfigPropertySetting

GerConfigPropertySettingType addNewConfigPropertySetting()

removeConfigPropertySetting

void removeConfigPropertySetting(int j)

getConfigPropertySettings

ConfigPropertySettings[] getConfigPropertySettings()

setConfigPropertySettings

void setConfigPropertySettings(ConfigPropertySettings[] configs)


Copyright © 2003-2008 The Apache Geronimo development community. All Rights Reserved.