public class ExecutionPolicyKeepRunning extends ExecutionPolicy implements java.lang.Runnable
disable()
to stop the service and keep it from restarting.
<ExecutionPolicy>
<KeepRunning timeout="60"/>
</ExecutionPolicy>
timeout - If element available, abort a running ServiceInstanceI after
at most [value] seconds, causing it to be restarted. Default: Disabled.Constructor and Description |
---|
ExecutionPolicyKeepRunning(ServiceInstanceI _si,
electric.xml.Element _confRoot,
ServiceI _service,
java.lang.String _description) |
Modifier and Type | Method and Description |
---|---|
void |
disable()
Disables a running Service and stops its worker thread.
|
void |
enable()
Enables and starts this Executionpolicy, causing the BS to be executed at the next
scheduled time.
|
void |
run()
From Runnable Interface.
|
boolean |
tryRestart(java.lang.Throwable re)
Tries to restart this service after an Exception a few times and returns true if
the restart was successful.
|
finish, getConfRoot, getDescription, getInstance, getService, getSi, getWDTimeoutMillis, resetUnrecoverableError, setConfRoot, setDescription, setService, setSi, setWDTimeoutMillis, toString
public ExecutionPolicyKeepRunning(ServiceInstanceI _si, electric.xml.Element _confRoot, ServiceI _service, java.lang.String _description)
public void enable()
ExecutionPolicy
enable
in class ExecutionPolicy
public void run()
enable()
and executes the BusinessService
until disable()
has been called (asynchronously) or the service quits with
an Exception.
If the Service quit with an Exception, then a new ExecutionPolicy for this ServiceInstanceI
is initialized and this old ExecutionPolicy is stopped.run
in interface java.lang.Runnable
public boolean tryRestart(java.lang.Throwable re)
re
- public void disable()
ExecutionPolicy
disable
in class ExecutionPolicy
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.