|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICatalystManagementService
Field Summary | |
---|---|
static java.lang.String |
SERVICE_NAME
service name of this interface for the bundle activator (com.esf.catalyst.system.management.service) |
Method Summary | |
---|---|
short |
getWatchdogTimerInitialCount()
gets the initial count for the watchdog timer when the trigger bit is set in the control/status register. |
void |
setWatchdogCounter(short count)
sets the down counter for the watchdog timer |
void |
setWatchdogCsr(byte controlData)
sets the bits defined in the watchdog timer control status register |
Field Detail |
---|
static final java.lang.String SERVICE_NAME
Method Detail |
---|
void setWatchdogCsr(byte controlData) throws java.lang.Exception
controlData
- a byte containing the value to write to the watchdog timer
control status register
java.lang.Exception
- if the status register can not be written tovoid setWatchdogCounter(short count) throws java.lang.Exception
count
- the count for the watchdog timer counter register
java.lang.Exception
- if the watchdog counter register can not be writtenshort getWatchdogTimerInitialCount() throws java.lang.Exception
java.lang.Exception
- if the register can not be read
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |