Package com.tailf.notif
Class SubagentNotification
Object
com.tailf.notif.Notification
com.tailf.notif.SubagentNotification
Data structure for subagent notifications.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final int - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()Name of subagent.intSubagent information type:SUBAGENT_INFO_UPSUBAGENT_INFO_DOWNtoString()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:
 toStringin classNotification
 - 
getSubAgentInfoType
public int getSubAgentInfoType()Subagent information type: - 
getName
Name of subagent. 
 -