public class Util extends Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static AgentInfo |
searchAgent(String name,
Collection<NodeInfo> nodes)
Finds an agent in a collection of nodes.
|
static NodeInfo |
searchNode(String name,
Collection<NodeInfo> nodes)
Finds a node in a collection of nodes.
|
static TeamInfo |
searchTeam(String name,
Vector<TeamInfo> teams)
Finds a team in a collection of teams.
|
public static NodeInfo searchNode(String name, Collection<NodeInfo> nodes)
name
- nodes
- public static AgentInfo searchAgent(String name, Collection<NodeInfo> nodes)
name
- nodes
- Copyright © 2013. All Rights Reserved.