| com.flexive.shared.interfaces.FxTimerService
All known Subclasses: com.flexive.ejb.beans.FxTimerServiceBean,
FxTimerService | public interface FxTimerService (Code) | | Periodical timer service
author: Markus Plesser (markus.plesser@flexive.com), UCS - unique computing solutions gmbh (http://www.ucs.at) |
install | boolean install()(Code) | | Installs the timer service
if successful (should only fail in early versions of embedded containers!) |
isInstalled | boolean isInstalled()(Code) | | Check if the timer service is installed
true if timer service is installed |
uninstall | void uninstall()(Code) | | Uninstalls the timer service
|
|
|