Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

pinc.httpserver
Class LogfileEventHandler  view LogfileEventHandler download LogfileEventHandler.java

java.lang.Object
  extended bypinc.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