IPWorks SNMP 2020 Java Edition

Questions / Feedback?

CacheEntry Event

Shows in the internal cache.

Syntax

public class DefaultSnmpagentEventListener implements SnmpagentEventListener {
  ...
  public void cacheEntry(SnmpagentCacheEntryEvent e) {}
  ...
}

public class SnmpagentCacheEntryEvent {
  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 Java Edition - Version 20.0 [Build 8202]