|
|||||||||
| Home >> All >> pinc >> [ httpserver overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
pinc.httpserver
Class LogfileEventHandler

java.lang.Objectpinc.httpserver.LogfileEventHandler
- public class LogfileEventHandler
- extends java.lang.Object
Title:
Description:
Copyright: Copyright (c) 2003
Company:
- Version:
- 1.0
| Field Summary | |
private static int |
ACTION
|
private static int |
DO_DOWNLOAD
|
private static int |
DO_NTH
|
private static int |
MARKER
|
| Constructor Summary | |
LogfileEventHandler()
|
|
| Method Summary | |
private static java.lang.String |
DownloadLog(java.util.Hashtable request,
pinc.scheduler.IScheduler scheduler,
pinc.scheduler.Job j)
|
static java.lang.String |
getHTML(java.util.Hashtable request,
pinc.scheduler.IScheduler scheduler)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
DO_NTH
private static final int DO_NTH
- See Also:
- Constant Field Values
DO_DOWNLOAD
private static final int DO_DOWNLOAD
- See Also:
- Constant Field Values
ACTION
private static int ACTION
MARKER
private static int MARKER
| Constructor Detail |
LogfileEventHandler
public LogfileEventHandler()
| Method Detail |
DownloadLog
private static java.lang.String DownloadLog(java.util.Hashtable request, pinc.scheduler.IScheduler scheduler, pinc.scheduler.Job j) throws pinc.PincException
getHTML
public static java.lang.String getHTML(java.util.Hashtable request, pinc.scheduler.IScheduler scheduler) throws pinc.PincException
|
|||||||||
| Home >> All >> pinc >> [ httpserver overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
pinc.httpserver.LogfileEventHandler