public class SubagentNotification extends Notification
Modifier and Type | Field and Description |
---|---|
static int |
SUBAGENT_INFO_DOWN |
static int |
SUBAGENT_INFO_UP |
Constructor and Description |
---|
SubagentNotification(int subagent_info_type,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Name of subagent.
|
int |
getSubAgentInfoType()
Subagent information type:
SubagentNotification.SUBAGENT_INFO_UP
SubagentNotification.SUBAGENT_INFO_DOWN
|
String |
toString() |
getNotificationType
public static final int SUBAGENT_INFO_UP
public static final int SUBAGENT_INFO_DOWN
public SubagentNotification(int subagent_info_type, String name)
public String toString()
toString
in class Notification
public int getSubAgentInfoType()
public String getName()