Development status:
Released,
Release: Release_1_0
Information status: Updated
Repository:
http://svn.code.sf.net/p/tango-ds/code/DeviceClasses/SoftwareSystem/Restarter
Contact:
Class Description
Server to watch other Server and to restart them automatically if they terminate.
Families: Miscellaneous
Key words:
Platform: Unix Like
Language: Cpp
Contact:
Hardware
Manufacturer: none
Bus: Not Applicable
Class interface
Attributes:
Name | Description |
---|---|
WatchedServersSpectrum: DevString | — |
ExcludedServersSpectrum: DevString | — |
Commands:
Name | Description |
---|---|
StateInput: DevVoid Output: State Device state |
This command gets the device state (stored in its device_state data member) and returns it to the caller. |
StatusInput: DevVoid Output: ConstDevString Device status |
This command gets the device status (stored in its device_status data member) and returns it to the caller. |
ExcludeServerInput: DevVarStringArray List of servers to exclude from watch list Output: DevVoid |
Exclude Server <argin> from watch list |
AddServerInput: DevVarStringArray List of servers previously excluded from watch list Output: DevVoid |
Add previously excluded Servers <argin> to watch list again |
RestartCrashedInput: DevVoid Output: DevVoid |
— |
Pipes:
Properties:
Name | Description |
---|---|
MaxWatchedServersDevUShort | Maximum number od servers that can be watched |
PollingPeriodDevShort | Polling period in sec |
Please log in to comment.