Methods Summary |
---|
public void | attach(E o)Attach a E to this rule.
|
public E | attachement()Return the current attachement
|
public void | cancel()Cancel execution of this rule.
|
public int | getExecutionTime()Return the time in second before this rule will be executed.
|
public void | setExecutionTime(int time)Set the interval in seconds to wait before executing this rule.
|
public void | setFuture(java.util.concurrent.Future future)Set the Future associated with this execution of this rule.
|