|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.isti.trinetwatch.server.SubsetPropInfo.AgentStationsUpdater
Class AgentStationsUpdater implements a method used to gather a list of stations that match a given agent-name criteria and that have changed status or usage since a given time value.
Constructor Summary | |
SubsetPropInfo.AgentStationsUpdater()
|
Method Summary | |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SubsetPropInfo.AgentStationsUpdater()
Method Detail |
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |