|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Debuggable
Interace defining a debuggable instance.
Method Summary | |
---|---|
java.lang.String |
getFullName()
Return fully qualified name of this object. |
void |
initialize()
Initialize debug value to initial state. |
void |
setConnected(boolean connected)
Set connection status. |
void |
setDebugValue(java.lang.String value,
java.util.Date timeStamp,
short severity)
Set debug value. |
Method Detail |
---|
java.lang.String getFullName()
void setDebugValue(java.lang.String value, java.util.Date timeStamp, short severity)
value
- debug valuetimeStamp
- timestamp of the valueseverity
- alarm severityvoid initialize()
void setConnected(boolean connected)
connected
- true
if instance is connected, false
otherwise
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |