|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.metamatrix.dqp.embedded.configuration.ServerConfigFileReader
public class ServerConfigFileReader
This class loades the server configuration file ServerConfig.xml
Constructor Summary | |
---|---|
ServerConfigFileReader(java.net.URL configFile)
Load the server configuration |
Method Summary | |
---|---|
ConfigurationModelContainer |
getConfiguration()
Get Server Configuration |
java.util.Map |
getConnectorBindings()
Will return a map of connector binding properties if the configuration file contained any, key->binding name value->Map of binding properties |
java.util.Map |
getConnectorTypes()
Return the Connector types registered with the server configuration |
java.util.Properties |
getSystemProperties()
Get properties defined for the System/Query Service |
static ComponentType |
resolvePropertyDefns(ComponentType type,
ConfigurationModelContainer configuration)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServerConfigFileReader(java.net.URL configFile) throws java.io.IOException
configFile
- Server Config File
java.io.IOException
Method Detail |
---|
public java.util.Properties getSystemProperties()
public java.util.Map getConnectorBindings()
public ConfigurationModelContainer getConfiguration()
public java.util.Map getConnectorTypes()
public static ComponentType resolvePropertyDefns(ComponentType type, ConfigurationModelContainer configuration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |