Protomatter Classes v1.1.6

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.
 
Method Summary
 void addCronEntry(CronEntry entry)
          Add an entry to the master list of cron entries.
 java.util.Vector listCronEntries()
          Get the system's list of cron entries.
 void removeCronEntry(CronEntry entry)
          Remove an entry from the master list of cron entries.
 

Field Detail

JNDI_NAME

public static final java.lang.String JNDI_NAME
Implementations of this interface are placed at this location in the JNDI tree.
Method Detail

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.

Protomatter Classes v1.1.6
Copyright 1998-2001 Nate Sammons

Protomatter Classes v1.1.6 http://protomatter.sourceforge.net/1.1.6