public static class SubsetPropInfo.AgentStationsUpdater extends java.lang.Object implements SubsetPropInfo.StationsUpdatable
Constructor and Description |
---|
AgentStationsUpdater() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStationsUpdateString(SubsetPropInfo sPropObj,
long timeVal,
int compCode,
java.lang.String agentName)
Returns an update string of entries for all stations that match
the given criteria and that have changed status or usage since the
given time value.
|
public java.lang.String getStationsUpdateString(SubsetPropInfo sPropObj, long timeVal, int compCode, java.lang.String agentName)
getStationsUpdateString
in interface SubsetPropInfo.StationsUpdatable
sPropObj
- the subset-of-stations property information block
to use.timeVal
- a server epoch time value (seconds since 1/1/1970).compCode
- the comparison code associated with the group
name (not currently used).agentName
- the name of the agent to use in determining status,
or null for no agent.