@Immutable @Loggable(value=1) public final class Crontab extends Object implements Instance
Use it as an instance wrapper:
com.rultor.base.Crontab( ${0:?}, "A/5 * * * *", my-custom-instance )
Constructor and Description |
---|
Crontab(Coordinates wrk,
String text,
Instance instance)
Public ctor.
|
public Crontab(@NotNull(message="work can\'t be NULL") Coordinates wrk, @NotNull(message="crontab text can\'t be NULL") String text, @NotNull(message="instance can\'t be NULL") Instance instance)
wrk
- Coordinates we're intext
- Mask to useinstance
- Original instance@Loggable(value=1, limit=2147483647, ignore=java.io.IOException.class) public void pulse() throws Exception
public String rules()
public long lag(Time date)
The method is public solely for the sake of unit testing. Otherwise it's almost impossible to test the class.
date
- The date to start counting fromCopyright © 2009–2014 Rultor Inc.. All rights reserved.