Class NavigatorAgentTree.AgentLeaf

java.lang.Object
com.uc4.communication.requests.NavigatorAgentTree.AgentNode
com.uc4.communication.requests.NavigatorAgentTree.AgentLeaf
All Implemented Interfaces:
ITreeItem
Enclosing class:
NavigatorAgentTree

public static class NavigatorAgentTree.AgentLeaf extends NavigatorAgentTree.AgentNode
Represents a leaf in the NavigatorAgentTree.
  • Method Details

    • getStatus

      public AgentStatus getStatus()
      Returns the status of the Agent (Active or Inactive), or null if the ITreeItem represents a node.
      Returns:
      Status of the Agent (Active or Inactive), or null if the ITreeItem represents a node.
    • isLinked

      public boolean isLinked()
      Returns true if this Agent is linked to the service manager.
      Returns:
      true if Agent ist linked false otherwise