agents.agent
Class Defaults
java.lang.Object
|
+--agents.agent.Defaults
- public class Defaults
- extends java.lang.Object
Class of information.
Method Summary |
static java.util.Hashtable |
getAgents()
Method for construction of the agents hastable. |
static void |
initSQLDrivers()
Method for initialization of sql drivers. |
static void |
setPropertiesDefaults(java.io.InputStream in)
Method for setting properties from properties file. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTIES_OK
public static boolean PROPERTIES_OK
WEBCOMDATABASE
public static java.lang.String WEBCOMDATABASE
HOST
public static java.lang.String HOST
FROM
public static java.lang.String FROM
FROM_PASSWD
public static java.lang.String FROM_PASSWD
SQL_URL
public static java.lang.String SQL_URL
DRIVER_NAME
public static java.lang.String DRIVER_NAME
FTPMAIL_INTERVAL
public static int FTPMAIL_INTERVAL
PASSWD
protected static final java.lang.String PASSWD
TICKET_TIMEOUT
protected static final long TICKET_TIMEOUT
Defaults
public Defaults()
getAgents
public static final java.util.Hashtable getAgents()
- Method for construction of the agents hastable.
initSQLDrivers
public static final void initSQLDrivers()
throws java.lang.ClassNotFoundException
- Method for initialization of sql drivers.
setPropertiesDefaults
public static final void setPropertiesDefaults(java.io.InputStream in)
- Method for setting properties from properties file.
The properties file can be changed by the system administrator.