|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| org.apache.* |
|---|
| org.apache.airavata.wsmg.msgbox.Storage.dbpool.MessageBoxDB | ||
|---|---|---|
public static final String |
SELECT_ALL_FROM_MSGBOXES |
"SELECT * FROM msgBoxes" |
public static final String |
SQL_CREATE_MSGBOXES_STATEMENT |
"INSERT INTO msgBoxes (msgboxid) VALUES (?)" |
public static final String |
SQL_DELETE_ANCIENT_STATEMENT |
"DELETE FROM msgbox WHERE {fn TIMESTAMPDIFF(SQL_TSI_FRAC_SECOND, time, CURRENT_TIMESTAMP) } > ?" |
public static final String |
SQL_DELETE_MSGBOX_STATEMENT |
"DELETE FROM msgbox WHERE msgboxid = ?" |
public static final String |
SQL_DELETE_MSGBOXES_STATEMENT |
"DELETE FROM msgBoxes WHERE msgboxid = ?" |
public static final String |
SQL_SELECT_MSGBOX_STATEMENT |
"SELECT * FROM msgbox WHERE msgboxid = ? ORDER BY time" |
public static final String |
SQL_STORE_MESSAGE_STATEMENT |
"INSERT INTO msgbox (content, msgboxid, messageid,soapaction) VALUES (?,?,?,?)" |
| org.apache.airavata.wsmg.msgbox.util.ConfigKeys | ||
|---|---|---|
public static final String |
CONFIG_FILE_NAME |
"msgBox.properties" |
public static final String |
MSG_BOX_JDBC_DRIVER |
"msgBox.jdbc.driver" |
public static final String |
MSG_BOX_JDBC_URL |
"msgBox.jdbc.url" |
public static final String |
MSG_PRESV_DAYS |
"messagePreservationDays" |
public static final String |
MSG_PRESV_HRS |
"messagePreservationHours" |
public static final String |
MSG_PRESV_INTERVAL |
"messagePreservationInterval" |
public static final String |
MSG_PRESV_INTERVAL_DAYS |
"messagePreservationIntervalDays" |
public static final String |
MSG_PRESV_INTERVAL_HRS |
"messagePreservationIntervalHours" |
public static final String |
MSG_PRESV_INTERVAL_MINS |
"messagePreservationIntervalMinutes" |
public static final String |
MSG_PRESV_MINS |
"messagePreservationMinutes" |
public static final String |
USE_DATABASE_STORAGE |
"msgBox.usedatabase" |
| org.apache.airavata.wsmg.msgbox.util.MsgBoxCommonConstants | ||
|---|---|---|
public static final String |
MSGBOX_STORAGE |
"msgbox.storage" |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||