com.metamatrix.common.application
Interface DQPConfigSource

All Known Implementing Classes:
EmbeddedGuiceModule, PlatformConfigSource

public interface DQPConfigSource

This interface represents a source of DQP configuration information.


Method Summary
 java.util.Properties getProperties()
           
 ApplicationService getServiceInstance(java.lang.Class<? extends ApplicationService> type)
           
 

Method Detail

getProperties

java.util.Properties getProperties()

getServiceInstance

ApplicationService getServiceInstance(java.lang.Class<? extends ApplicationService> type)


Copyright © 2009. All Rights Reserved.