org.polliwog.webapp
Class PolliwogManager

java.lang.Object
  extended by org.polliwog.webapp.PolliwogManager
All Implemented Interfaces:
java.util.EventListener, ExecPolliwogTaskEventListener

public class PolliwogManager
extends java.lang.Object
implements ExecPolliwogTaskEventListener


Constructor Summary
PolliwogManager()
           
 
Method Summary
 java.lang.String getCurrentStatus(ManagedSite ms)
           
 java.util.List getEvents(ManagedSite ms)
           
 java.util.Date getLastExecution(ManagedSite ms)
           
 java.util.Date getNextExecution(ManagedSite ms)
           
 boolean isScheduled(ManagedSite ms)
           
 void remove(ManagedSite ms)
           
 void schedule(ManagedSite ms)
           
 void setLastExecution(ManagedSite ms, java.util.Date d)
           
 void setNextExecution(ManagedSite ms, java.util.Date d)
           
 void statusChanged(ExecPolliwogTaskEvent ev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolliwogManager

public PolliwogManager()
Method Detail

statusChanged

public void statusChanged(ExecPolliwogTaskEvent ev)
Specified by:
statusChanged in interface ExecPolliwogTaskEventListener

isScheduled

public boolean isScheduled(ManagedSite ms)

remove

public void remove(ManagedSite ms)

schedule

public void schedule(ManagedSite ms)
              throws WeblogException
Throws:
WeblogException

setNextExecution

public void setNextExecution(ManagedSite ms,
                             java.util.Date d)

setLastExecution

public void setLastExecution(ManagedSite ms,
                             java.util.Date d)

getNextExecution

public java.util.Date getNextExecution(ManagedSite ms)

getLastExecution

public java.util.Date getLastExecution(ManagedSite ms)

getCurrentStatus

public java.lang.String getCurrentStatus(ManagedSite ms)

getEvents

public java.util.List getEvents(ManagedSite ms)


  Copyright © 2007 Gary Bentley. All Rights Reserved.