Package | Description |
---|---|
com.tailf.ned |
Network Equipment Drivers package
|
Modifier and Type | Method and Description |
---|---|
void |
NedWorker.showStatsListResponse(int ttl,
NedTTL[] ttls)
This method is invoked during the showStatsList() request
to indicate that the NED has successfully populated at least
the full list with all existing instances (no data below each
instance key is required, but may be supplied).
|
void |
NedWorker.showStatsPathResponse(NedTTL[] ttls)
This method is invoked during the showStatsPath() request
to indicate that the NED has successfully populated the requested
subtree.
|
void |
NedWorker.showStatsResponse(NedTTL[] ttls)
This method is invoked during the invocation of the
showStats() method to indicate that the Ned has completed
populating the transaction with the requested stats (and
possibly more than that).
|