Class MasterContextInfo

java.lang.Object
org.snmp4j.agent.agentx.master.MasterContextInfo
All Implemented Interfaces:
Serializable, Comparable<MasterContextInfo>

public class MasterContextInfo extends Object implements Serializable, Comparable<MasterContextInfo>
An AgentX master agent needs to manage certain context related information which this class holds. The most important of this information is the context's uptime (derived from the sysUpTime object of the context - if present).
Version:
3.0
Author:
Frank Fock
See Also:
  • Constructor Details

    • MasterContextInfo

      public MasterContextInfo(org.snmp4j.smi.OctetString context, org.snmp4j.agent.mo.snmp.SysUpTime contextUpTime)
  • Method Details