wt.dataservice
Class DSProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bywt.util.WTProperties
                  extended bywt.dataservice.DSProperties
All Implemented Interfaces:
Cloneable, Map, Serializable

public class DSProperties
extends WTProperties

DataServices properties.

These properties are loaded from a file identified by a property named "wt.pom.properties" in the standard Windchill properties file.

See Also:
WTProperties, Serialized Form

Nested Class Summary
 
Nested classes inherited from class java.util.Hashtable
 
Field Summary
static String DATASTORE
           
static String DB_CONNECTION_PROPERTIES_NAME_LIST
           
static String DB_CONNECTION_PROPERTIES_VALUE_LIST
           
static String DB_PASSWORD
           
static String DB_USER
           
static String JDBC_DRIVER
           
static String JDBC_URL
           
static String SERVICE_NAME
           
 
Fields inherited from class wt.util.WTProperties
RESOURCE_NAME, SERVER_CODEBASE_LOCATOR, SERVER_CODEBASE_PROPERTY
 
Fields inherited from class java.util.Properties
 
Fields inherited from class java.util.Hashtable
 
Constructor Summary
private DSProperties(Properties defaults)
           
 
Method Summary
static Properties getProperties(boolean load)
           
 
Methods inherited from class wt.util.WTProperties
appendPropertyToFile, appendPropertyToFile, copyFile, getAppletProperties, getLocalProperties, getProperty, getProperty, getProperty, getServerCodebase, getServerCodebase, getServerProperties, getServerProperties, getURL, list, main, parseArgs, propertyNames, reset, setLocalPropertiesOnly, setVerbose, store, store, store, substitute
 
Methods inherited from class java.util.Properties
getProperty, list, list, load, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

JDBC_DRIVER

public static final String JDBC_DRIVER

JDBC_URL

public static final String JDBC_URL

DB_USER

public static final String DB_USER

DB_PASSWORD

public static final String DB_PASSWORD

SERVICE_NAME

public static final String SERVICE_NAME

DB_CONNECTION_PROPERTIES_NAME_LIST

public static final String DB_CONNECTION_PROPERTIES_NAME_LIST

DB_CONNECTION_PROPERTIES_VALUE_LIST

public static final String DB_CONNECTION_PROPERTIES_VALUE_LIST

DATASTORE

public static final String DATASTORE
Constructor Detail

DSProperties

private DSProperties(Properties defaults)
Method Detail

getProperties

public static Properties getProperties(boolean load)
                                throws IOException
Throws:
IOException