IPWorks SNMP 2020 Android Edition

Questions / Feedback?

CacheEntry Event

Shows in the internal cache.

Syntax

public class DefaultSnmptcpagentEventListener implements SnmptcpagentEventListener {
  ...
  public void cacheEntry(SnmptcpagentCacheEntryEvent e) {}
  ...
}

public class SnmptcpagentCacheEntryEvent {
  public String user;
  public String authenticationProtocol;
  public String authenticationPassword;
  public String encryptionAlgorithm;
  public String encryptionPassword;
}

Remarks

CacheEntry events are triggered by a call to ShowCache. One event is fired for each user.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks SNMP 2020 Android Edition - Version 20.0 [Build 8202]