script.host
Class ESM
java.lang.Object
script.host.ESM
public class ESM
- extends java.lang.Object
Use xxxForId to lookup an ESM object of type xxx with a known Id
Use xxxsForName to return a list of ESM objects of type xxx with a known name.
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
collectorForId
public static CollectorObject collectorForId(java.lang.String id)
collectorsForName
public static java.util.List<CollectorObject> collectorsForName(java.lang.String name)
groupForId
public static GroupObject groupForId(java.lang.String id)
groupsForName
public static java.util.List<GroupObject> groupsForName(java.lang.String name)
serverForId
public static ServerObject serverForId(java.lang.String id)
serversForName
public static java.util.List<ServerObject> serversForName(java.lang.String name)
sourceForId
public static SourceObject sourceForId(java.lang.String id)
sourcesForName
public static java.util.List<SourceObject> sourcesForName(java.lang.String name)