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

Enclosing interface:
ConfigPropertiesHelper

public static interface ConfigPropertiesHelper.ConfigPropertiesSource


Method Summary
 org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType addNewConfigPropertySetting()
           
 org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType[] getConfigPropertySettingArray()
           
 ConfigPropertySettings[] getConfigPropertySettings()
           
 void removeConfigPropertySetting(int j)
           
 void setConfigPropertySettings(ConfigPropertySettings[] configs)
           
 

Method Detail

getConfigPropertySettingArray

public org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType[] getConfigPropertySettingArray()

addNewConfigPropertySetting

public org.apache.geronimo.xbeans.geronimo.GerConfigPropertySettingType addNewConfigPropertySetting()

removeConfigPropertySetting

public void removeConfigPropertySetting(int j)

getConfigPropertySettings

public ConfigPropertySettings[] getConfigPropertySettings()

setConfigPropertySettings

public void setConfigPropertySettings(ConfigPropertySettings[] configs)


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.