public interface ServiceI
extends java.lang.Runnable
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
$0 |
Modifier and Type | Method and Description |
---|---|
boolean |
canStopRun()
Returns TRUE if this ServiceI can execute a run directly after a stop, FALSE if it must be unprepared and prepared again.
|
boolean |
canUnpreparePrepare()
Returns TRUE if this ServiceI can be prepared again after an unprepare, FALSE if it needs to be reinstantiated.
|
long |
keepAlive(long millis)
If there is a watchdog for this ServiceI, tell it to hold on for the passed amount of milliseconds.
|
void |
prepare(electric.xml.Element conf)
Prepares this ServiceI for running.
|
void |
run()
If this ServiceI is used to create a thread, starting the thread causes this run method to be called in that separately executing thread.
|
void |
setDbm(DBManLocalI dbm)
Sets the DBManLocalI instance for this ServiceI to the passed value.
|
void |
setTransactionDescription(java.lang.String s)
Sets the default description for new Transaction instances to the passed String, typically a description of the run business service (BS).
|
void |
stop()
Asks this ServiceI instance to terminate.
|
void |
unprepare()
Cleans up this ServiceI.
|
static final java.lang.String $0
void prepare(electric.xml.Element conf)
canUnpreparePrepare()
void unprepare()
canUnpreparePrepare()
void setDbm(DBManLocalI dbm)
void setTransactionDescription(java.lang.String s)
void run()
run
in interface java.lang.Runnable
void stop()
long keepAlive(long millis)
boolean canStopRun()
boolean canUnpreparePrepare()
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.