Public Member Functions | |
String | getName () |
void | run () |
String | getDataLabel () |
Public Member Functions inherited from org.turro.scheduler.motor.DefaultTask | |
boolean | isSystem () |
boolean | isDone () |
boolean | isActive () |
void | setActive (boolean active) |
Constraints | getConstraints () |
IConstructor | getConstructor () |
String | getData () |
void | setData (String data) |
String | getDescription () |
void | setDescription (String value) |
Date | getEndDate () |
void | setEndDate (Date endDate) |
String | getImplementation () |
void | setImplementation (String value) |
Date | getStartDate () |
void | setStartDate (Date startDate) |
void | setLastExecuted (Date lastExecuted) |
boolean | shouldRun (Date now) |
void | doRun (Motor motor) |
void | stop () |
void | readXML (Element root) |
void | writeXML (Element root) |
Public Member Functions inherited from org.turro.elephant.impl.abstracts.AbstractImplementation | |
AbstractImplementation () | |
void | setElement (IElement element) |
void | setConstructor (IConstructor constructor) |
void | setConfiguration (Element configuration) |
KeyValueMap | getAttributes () |
Long | getLongAttribute (String key) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.elephant.impl.abstracts.AbstractImplementation | |
IElement | iel |
IConstructor | constructor |
Element | configuration |
Map | attributes |
Definition at line 35 of file PublicationSender.java.
String org.turro.publication.util.PublicationSender.getDataLabel | ( | ) |
Reimplemented from org.turro.scheduler.motor.DefaultTask.
Definition at line 69 of file PublicationSender.java.
String org.turro.publication.util.PublicationSender.getName | ( | ) |
Reimplemented from org.turro.scheduler.motor.DefaultTask.
Definition at line 41 of file PublicationSender.java.
void org.turro.publication.util.PublicationSender.run | ( | ) |
Reimplemented from org.turro.scheduler.motor.DefaultTask.
Definition at line 46 of file PublicationSender.java.