com.protomatter.pas.cron
Interface PASCronManager
- All Known Implementing Classes:
- PASCronManagerImpl
- public interface PASCronManager
A simple cron-like facility.
Field Summary |
static java.lang.String |
JNDI_NAME
Implementations of this interface are placed at this
location in the JNDI tree. |
JNDI_NAME
public static final java.lang.String JNDI_NAME
- Implementations of this interface are placed at this
location in the JNDI tree.
addCronEntry
public void addCronEntry(CronEntry entry)
- Add an entry to the master list of cron entries.
removeCronEntry
public void removeCronEntry(CronEntry entry)
- Remove an entry from the master list of cron entries.
listCronEntries
public java.util.Vector listCronEntries()
- Get the system's list of cron entries.