org.polliwog.webapp
Class PolliwogManager
java.lang.Object
org.polliwog.webapp.PolliwogManager
- All Implemented Interfaces:
- java.util.EventListener, ExecPolliwogTaskEventListener
public class PolliwogManager
- extends java.lang.Object
- implements ExecPolliwogTaskEventListener
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolliwogManager
public PolliwogManager()
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.