Package com.tailf.notif
Class SubagentNotification
Object
com.tailf.notif.Notification
com.tailf.notif.SubagentNotification
Data structure for subagent notifications.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Name of subagent.int
Subagent information type:SUBAGENT_INFO_UP
SUBAGENT_INFO_DOWN
toString()
Methods inherited from class com.tailf.notif.Notification
getNotificationType
-
Field Details
-
SUBAGENT_INFO_UP
public static final int SUBAGENT_INFO_UP- See Also:
-
SUBAGENT_INFO_DOWN
public static final int SUBAGENT_INFO_DOWN- See Also:
-
-
Constructor Details
-
SubagentNotification
-
-
Method Details
-
toString
- Overrides:
toString
in classNotification
-
getSubAgentInfoType
public int getSubAgentInfoType()Subagent information type: -
getName
Name of subagent.
-