com.bea.dsp.management.configmbeans
Interface ImmutableDataSourcesConfigMBean

All Known Subinterfaces:
DataSourcesConfigMBean

public interface ImmutableDataSourcesConfigMBean

Exposes a read-only view of the data sources configuration.


Method Summary
 java.util.List<DataSourceId> getAllDataSourceIds()
           
 DataSourceConfig getConfig(DataSourceId dataSourceId)
           
 java.util.List<DataSourceConfig> getConfigs(java.util.List<DataSourceId> dataSourceIds)
           
 

Method Detail

getAllDataSourceIds

java.util.List<DataSourceId> getAllDataSourceIds()
                                                 throws java.lang.Exception
Throws:
java.lang.Exception

getConfig

DataSourceConfig getConfig(DataSourceId dataSourceId)
                           throws java.lang.Exception
Throws:
java.lang.Exception

getConfigs

java.util.List<DataSourceConfig> getConfigs(java.util.List<DataSourceId> dataSourceIds)
                                            throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2007 BEA Systems Inc. All Rights Reserved.