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:
SUBAGENT_INFO_UP
SUBAGENT_INFO_DOWN
|
String |
toString() |
getNotificationTypepublic static final int SUBAGENT_INFO_DOWN
public static final int SUBAGENT_INFO_UP
public SubagentNotification(int subagent_info_type,
String name)
public String getName()
public int getSubAgentInfoType()
public String toString()
toString in class Notification