|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.xmlserv.app.download.DownloadLog
Handle the download logging table.
Constructor Summary | |
DownloadLog()
|
Method Summary | |
static void |
log(java.sql.Connection con,
java.lang.String downloadid,
java.lang.String username,
java.lang.String target,
long size)
Log a download. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DownloadLog()
Method Detail |
public static void log(java.sql.Connection con, java.lang.String downloadid, java.lang.String username, java.lang.String target, long size) throws XMLServException
con
- The DB connectiondownlaodid
- The DownloadID from basket_content_formatsusername
- The username (if any)target
- The path and filename of the file downloaded.size
- The total filesize in bytes.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |