|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.npdbhipdb.QRXS.Configuration
public class QRXS.Configuration
QRXS configuration. Encapsulates data required for communication with QRXS.
Nested Class Summary | |
---|---|
class |
QRXS.Configuration.InvalidConfigurationException
Invalid QRXS Configuration. |
Constructor Summary | |
---|---|
QRXS.Configuration(java.lang.String filename)
Construct a configuration object from the specified properties file. |
|
QRXS.Configuration(java.lang.String dbID,
java.lang.String userID,
java.lang.String password,
java.lang.String downloadDirectory)
Construct configuration from the given values |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QRXS.Configuration(java.lang.String dbID, java.lang.String userID, java.lang.String password, java.lang.String downloadDirectory) throws QRXS.Configuration.InvalidConfigurationException
dbID
- Data Bank ID numberuserID
- User IDpassword
- User passworddownloadDirectory
- Destination of downloaded files
QRXS.Configuration.InvalidConfigurationException
- A required value is missingpublic QRXS.Configuration(java.lang.String filename) throws QRXS.Configuration.InvalidConfigurationException
filename
- Name of properties file, or null to use the default file
QRXSException
- Properties file could not be found, opened, or closed
QRXS.Configuration.InvalidConfigurationException
- A required configuration parameter is missing
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |