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

Quick Search    Search Deep

pinc.httpserver
Class NewEventHandler  view NewEventHandler download NewEventHandler.java

java.lang.Object
  extended bypinc.httpserver.NewEventHandler

public class NewEventHandler
extends java.lang.Object

Title:

Description:

Copyright: Copyright (c) 2003

Company:

Version:
1.0

Field Summary
private static int ACTION
           
private static int DO_BACK
           
private static int DO_NTH
           
private static int DO_SAVE
           
private static int MARKER
           
 
Constructor Summary
NewEventHandler()
           
 
Method Summary
static java.lang.String getHTML(java.util.Hashtable request, pinc.scheduler.IScheduler scheduler)
           
private static int getUniqueProcessNumber(pinc.scheduler.IScheduler scheduler)
           
private static java.lang.String SaveSettings(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_BACK

private static final int DO_BACK
See Also:
Constant Field Values

DO_SAVE

private static final int DO_SAVE
See Also:
Constant Field Values

ACTION

private static int ACTION

MARKER

private static int MARKER
Constructor Detail

NewEventHandler

public NewEventHandler()
Method Detail

getUniqueProcessNumber

private static int getUniqueProcessNumber(pinc.scheduler.IScheduler scheduler)

SaveSettings

private static java.lang.String SaveSettings(java.util.Hashtable request,
                                             pinc.scheduler.IScheduler scheduler)
                                      throws pinc.PincException

getHTML

public static java.lang.String getHTML(java.util.Hashtable request,
                                       pinc.scheduler.IScheduler scheduler)
                                throws pinc.PincException