public class DefaultServiceManager extends java.lang.Object implements java.lang.Runnable, DBManEventListenerI
Constructor and Description |
---|
DefaultServiceManager() |
Modifier and Type | Method and Description |
---|---|
void |
addService(BS s) |
void |
addWatchDog(ServiceInstanceI service,
java.lang.String chewBone,
long waitForMillis)
Adds a Watchdog for a service with the key chewBone, which waits for a
certain amount of time.
|
ServiceI |
getByName(java.lang.String _n) |
DBManConfigurationHelperI |
getConf() |
DBManLocalI |
getDbm() |
ErrorHandler |
getEh() |
netrexx.lang.Rexx |
getSection()
A WatchDog class that waits for a certain amount of time and looks
after a service.
|
java.util.Map |
getServices() |
java.lang.Thread |
getServiceThread() |
boolean |
hasWatchDog(java.lang.String chewBone)
Checks if there exists a WatchDog that already chews this Bone.
|
void |
init(DBManLocalI _dbm,
netrexx.lang.Rexx _section) |
void |
keepWatchDog(java.lang.String chewBone,
long keepForMoreMillis)
This method updates the automatic waiting time of the watchdog for chewBone by
keepForMore milliseconds.
|
void |
maintainService(BS s) |
void |
notifyWatchDog(java.lang.String chewBone)
Sets off the watchdog, which then tries to go after its target - if it is still alive.
|
void |
processDBManEvent(DBManEvent e)
Invoked when a subscribed DBManEvent occurs.
|
void |
run() |
void |
setConf(DBManConfigurationHelperI $11) |
void |
setEh(ErrorHandler $12) |
void |
setSection(netrexx.lang.Rexx $9) |
void |
setServices(java.util.Map $13) |
void |
setServiceThread(java.lang.Thread $10) |
void |
startServiceManager() |
static void |
stop(ServiceInstanceI s)
Stops the provided Worker-Thread or the current worker thread of the provided ServiceInstance.
|
static void |
stop(ServiceInstanceI s,
java.lang.Thread worker) |
public void init(DBManLocalI _dbm, netrexx.lang.Rexx _section)
public DBManLocalI getDbm()
public void startServiceManager()
public void run()
run
in interface java.lang.Runnable
public void processDBManEvent(DBManEvent e)
DBManEventListenerI
DBManBOChangeEvent
for events triggered after modification on BOs.processDBManEvent
in interface DBManEventListenerI
public void addService(BS s)
public void maintainService(BS s)
public ServiceI getByName(java.lang.String _n)
public void addWatchDog(ServiceInstanceI service, java.lang.String chewBone, long waitForMillis)
service
- the ServiceInstanceI which should be watchedchewBone
- the key/name of the dog that watches this servicewaitForMillis
- how long does the dog chew before going after the service.public boolean hasWatchDog(java.lang.String chewBone)
chewBone
- the key that should be checked for dogs.public void notifyWatchDog(java.lang.String chewBone)
chewBone
- the bone of the dog to notifypublic void keepWatchDog(java.lang.String chewBone, long keepForMoreMillis)
chewBone
- the key of the dog to updatekeepForMoreMillis
- the dog sleeps again for keepForMoreMillis milliseconds the next time it wakes.public static void stop(ServiceInstanceI s)
s
- a ServiceInstanceI that should be stopped, only use its
worker if no explicit worker-thread to stop has been provided.worker
- optional, allows to explicitly specify a thread that is notified.
If null, the currently used worker thread of the service instance is used.public static void stop(ServiceInstanceI s, java.lang.Thread worker)
public netrexx.lang.Rexx getSection()
public void setSection(netrexx.lang.Rexx $9)
public java.lang.Thread getServiceThread()
public void setServiceThread(java.lang.Thread $10)
public DBManConfigurationHelperI getConf()
public void setConf(DBManConfigurationHelperI $11)
public ErrorHandler getEh()
public void setEh(ErrorHandler $12)
public java.util.Map getServices()
public void setServices(java.util.Map $13)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.