Gets Agentry application related properties, such as application node status and application server information, for each node.
Collection<AgentryApplicationNodeStatusVO> getAgentryApplicationNodeStatuses(String appId) throws SUPAdminException;
Returns list of application node status values.
If successful, returns silently. If unsuccessful, returns SUPAdminException.
public class AgentryApplicationNodeStatusVO { // retrieve agentry server info public Map<String,String> getAgentryServerInfo();
//Get the node name public String getNodeName();
//Get the status for an agentry application host by this node public APPLICATION_STATUS getStatus();
//Get the message public String getMessage()