public class MXDbPing
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
database
Url of the database to connect to
|
protected static java.lang.String |
dbalias |
protected static java.sql.Driver |
driver
get's initialized by connect() method
|
protected static java.util.Properties |
mxServerConfig
Configuration information as an extension of java.util.Properties
|
protected static java.lang.String |
password |
protected static java.lang.String |
propFileDefault
The name of the file to read configuation information from.
|
protected java.lang.String |
propFileName
The Properties filename can be passed in via a constructor.
|
protected static java.lang.String |
url |
protected static java.lang.String |
user |
Constructor and Description |
---|
MXDbPing()
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
configure(java.lang.String filename)
Reads in the MXServer.properties file.
|
static void |
main(java.lang.String[] argv)
Main
|
protected static final java.lang.String propFileDefault
protected static java.util.Properties mxServerConfig
protected java.lang.String propFileName
protected static java.sql.Driver driver
protected static java.lang.String database
protected static java.lang.String dbalias
protected static java.lang.String url
protected static java.lang.String user
protected static java.lang.String password